/* The native accordion clears the title outline. Restore a visible keyboard
 * indicator on both focus stops without changing its editor or toggle state.
 */
:where(.saddleworld-wp) .faq .elementor-accordion .elementor-tab-title:focus-visible,
:where(.saddleworld-wp) .faq .elementor-accordion .elementor-accordion-title:focus-visible {
  outline:2px solid var(--gold-hi,#e5ca8f);
  outline-offset:4px;
}
