/* FAQ colors meet WCAG AA contrast against the light FAQ background. */
.faq .section-kicker {
  color: #a51d1d;
}

.faq-list details p {
  color: #4b554f;
}

.faq-list summary::after {
  color: #a51d1d;
}
