/* One About-style Continue link beneath each Answer article hero. */
body.fc-answer-depth #main-content {
    scroll-margin-top: 100px;
}
body.fc-answer-depth .fc-page-intro .fc-scroll-cue:focus-visible {
    outline: 2px solid var(--fc-gold-light);
    outline-offset: 5px;
    border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    body.fc-answer-depth .fc-page-intro .fc-scroll-cue { transition: none; }
    body.fc-answer-depth .fc-page-intro .fc-scroll-cue:hover,
    body.fc-answer-depth .fc-page-intro .fc-scroll-cue:focus-visible { transform: none; }
}
