/* Estilos para el Shortcode de Sanciones Públicas */

.msp-public-sanctions-wrapper {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin: 20px 0;
}

.msp-sanctions-table-container {
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.msp-sanctions-title {
	margin: 0;
	padding: 15px 20px;
	background-color: #991b1b;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #7f1d1d;
}

.msp-public-sanctions-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	text-align: left;
}

.msp-public-sanctions-table th {
	padding: 12px 20px;
	background-color: #f8fafc;
	color: #1e293b;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px solid #e2e8f0;
}

.msp-public-sanctions-table td {
	padding: 12px 20px;
	color: #334155;
	font-size: 14px;
	border-bottom: 1px solid #e2e8f0;
}

.msp-public-sanctions-table tr:last-child td {
	border-bottom: none;
}

.msp-public-sanctions-table tr:nth-child(even) {
	background-color: #fbfbfc;
}

.msp-public-sanctions-table tr:hover {
	background-color: #f1f5f9;
}

/* Responsive Table */
@media screen and (max-width: 768px) {
	.msp-public-sanctions-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
