.policy-privacy-wrapper {
	margin-top: 16vh;
	margin-bottom: 4vh;
	max-width: 80vw;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.policy-privacy-wrapper {
		margin-top: 18vh;
		max-width: 90vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.md-content table {
	width: 100%;
	border-collapse: collapse;   /* clave para que los bordes se “unan” */
	border: 1px solid #d1d5db;   /* gris claro */
}

.md-content th,
.md-content td {
	border: 1px solid #d1d5db;   /* bordes visibles en filas y columnas */
	padding: 8px 12px;
}

.md-content thead th {
	background: #f9fafb;
	font-weight: 600;
}

.md-content tbody tr:nth-child(even) {
	background: #fafafa;         /* (opcional) zebra */
}