.steam-event-template .steam-event-section--faq {
  background: #101010;
  color: #fff8f0;
}

.steam-event-template .steam-event-section--faq h2,
.steam-event-template .steam-event-section--faq .steam-event-faq-grid summary {
  color: #fff8f0;
}

.steam-event-template .steam-event-section--faq .steam-blueprint-kicker,
.steam-event-template .steam-event-section--faq .steam-event-faq-grid a {
  color: #f4c04f;
}

.steam-event-template .steam-event-section--faq .steam-event-faq-grid details {
  border-color: rgba(244, 192, 79, 0.24);
  background: #151515;
  box-shadow: inset 0 1px 0 rgba(255, 248, 240, 0.08);
}

.steam-event-template .steam-event-section--faq .steam-event-faq-grid p {
  color: rgba(255, 248, 240, 0.78);
}

.steam-event-template .steam-event-section--faq .steam-event-faq-grid summary:focus-visible,
.steam-event-template .steam-event-section--faq .steam-event-faq-grid a:focus-visible {
  outline: 3px solid #f4c04f;
  outline-offset: 4px;
}
