/**
 * Ajustes de contraste WCAG AA para textos secundarios del sitio.
 */

:root {
	--jursoc-muted: #475569;
	--jursoc-text-subtle: #475569;
}

.jursoc-results-count,
.jursoc-dashboard .jursoc-hero__lead,
.jursoc-card--clean .jursoc-card__date,
.jursoc-card--clean .jursoc-card__excerpt,
.jursoc-card--clean .jursoc-card__cta,
.jursoc-noticia-modal__date,
.jursoc-noticia-modal__eyebrow,
.jursoc-noticia-modal__empty,
.jursoc-claustro-modal__meta-lead,
.jursoc-claustro-modal__shortcut-hint,
.jursoc-sec-page__noticias-lead,
.jursoc-sec-page__nav-desc,
.jursoc-home-ranking__meta,
.jursoc-a11y__group-title,
.jursoc-a11y__help {
	color: var(--jursoc-text-subtle);
}

.jursoc-filter-pill__count {
	color: var(--jursoc-text-subtle);
	opacity: 1;
}

.jursoc-pagination__status {
	color: var(--jursoc-text-subtle);
}

.jursoc-mini-cal__table th,
.jursoc-mini-cal__hint {
	color: #68778c;
}

body.home .jursoc-hero-hub__countdown-timer,
body.home .jursoc-proximo-evento .jursoc-hero-hub__countdown-timer {
	color: #957100;
}
