/**
 * Estilos MÍNIMOS de las tablas de rankings.
 *
 * Deliberadamente neutro: sin clases de wp-list-table ni colores de
 * marca. Solo resuelve estructura básica (bordes finos, espaciados),
 * para heredar tipografía/colores del tema activo de WordPress.
 */

.eg-ranking-contenedor .eg-ranking-cargando {
	opacity: 0.6;
	font-style: italic;
}

.eg-ranking-contenedor .eg-ranking-error {
	color: #c62828;
}

.eg-tabla-rankings {
	width: 100%;
	border-collapse: collapse;
}

.eg-tabla-rankings th,
.eg-tabla-rankings td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px 10px;
	text-align: center;
}

.eg-tabla-rankings th:nth-child(2),
.eg-tabla-rankings td:nth-child(2),
.eg-tabla-rankings th:nth-child(3),
.eg-tabla-rankings td:nth-child(3) {
	text-align: left;
}

.eg-tabla-rankings thead th {
	font-weight: 700;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
