.eg-pagina-division-wrap {
	max-width: 900px;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
	color: #d0d0d0;
}

.eg-contenido-division {
	margin-top: 16px;
}

.eg-link-reglamento {
	color: #ff8c00 !important;
	font-weight: 600;
	text-decoration: none !important;
}

.eg-link-reglamento:hover {
	text-decoration: underline !important;
}

.eg-grid-maximos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

@media (max-width: 700px) {
	.eg-grid-maximos { grid-template-columns: 1fr; }
}

.eg-grid-maximos .eg-substats-titulo {
	margin-top: 0;
}

/* =====================================================================
   Sección Playoffs — una tarjeta por categoría (Golden, Silver, etc.)
   ===================================================================== */

.eg-grid-playoffs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.eg-tarjeta-playoff {
	background: #0a1830;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	padding: 18px;
}

.eg-titulo-playoff {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	margin: 0 0 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 140, 0, 0.25);
}

.eg-lista-playoff {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eg-fila-playoff {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.eg-fila-playoff:last-child {
	border-bottom: none;
}

.eg-fila-playoff-podio {
	background: rgba(255, 140, 0, 0.06);
	border-radius: 6px;
}

.eg-playoff-posicion {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #8a93a6;
	min-width: 28px;
	text-align: center;
}

.eg-playoff-club {
	color: #d0d0d0 !important;
	font-weight: 600;
}

.eg-fila-playoff-podio .eg-playoff-club {
	color: #fff !important;
}
