/*
 * Final accessibility safeguards.
 *
 * These overrides darken only small text accents that need normal-text
 * contrast while preserving the approved blue, pink and warm visual system.
 */

.search-panel .search-field::placeholder,
.search-results-form .search-field::placeholder,
.error-404-search .search-field::placeholder,
.archive-empty .search-field::placeholder {
  color: #6f6b6d;
  opacity: 1;
}

.browse-age .section-kicker,
.discovery-section--free-printables .section-kicker,
.discovery-section--learning .section-kicker,
.value-intro .section-kicker,
.popular-articles .section-kicker {
  color: #31769f;
}

.newsletter-copy .section-kicker {
  color: #b24774;
}

.age-card:nth-child(3n + 1) {
  --age-accent: #31769f;
}

.age-card:nth-child(3n + 2) {
  --age-accent: #b24774;
}

.age-card:nth-child(3n) {
  --age-accent: #8c6734;
}

.popular-articles .article-card__meta {
  color: #31769f;
}

.site-footer .footer-nav h3 {
  color: #31769f;
}

.site-footer .footer-nav--information h3 {
  color: #b24774;
}
