.apes-widget-en-vivo {
	max-width: 480px;
	border: 1px solid #2a3142;
	border-radius: 14px;
	padding: 18px 20px;
	background: #12151f;
	color: #f2f4f8;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.apes-widget-en-vivo__etiqueta {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.75em;
	color: #9aa4b8;
	margin: 0 0 6px;
}

.apes-widget-en-vivo__colegio {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 4px;
}

.apes-widget-en-vivo__detalle {
	color: #9aa4b8;
	font-size: 0.9em;
	margin: 0;
}

.apes-widget-en-vivo__siguiente {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #2a3142;
}

.apes-widget-en-vivo__aviso {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	background: rgba(255, 176, 32, 0.12);
	color: #ffb020;
	font-size: 0.85em;
}

.apes-widget-en-vivo__estado {
	color: #9aa4b8;
	margin: 0;
}

/* Página en vivo: grilla completa */

.apes-grilla-en-vivo {
	max-width: 640px;
	margin: 0 auto;
}

.apes-grilla-en-vivo__item {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #2a3142;
}

.apes-grilla-en-vivo__item--en-escena .apes-grilla-en-vivo__colegio {
	font-weight: 800;
	color: #ffb020;
}

.apes-grilla-en-vivo__item--pasado {
	opacity: 0.5;
}

.apes-grilla-en-vivo__hora {
	color: #9aa4b8;
	font-size: 0.85em;
	white-space: nowrap;
}
