/* Shared button contrast is independent of the speaker catalogue theme. */
body:not(.homepage-refresh-page) .content :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(193, 73, 46, .35);
  outline-offset: 3px;
}

body:not(.homepage-refresh-page) .content :is(.btn, .button, .button-main, .button-show-filter, .s-base__button, .form__button) {
  border-radius: 12px;
  background: #c1492e;
  color: #fff;
  box-shadow: 0 9px 20px rgba(193, 73, 46, .18);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body:not(.homepage-refresh-page) .content :is(.btn, .button, .button-main, .button-show-filter, .s-base__button, .form__button):is(:hover, :focus-visible) {
  background: #a93c25;
  box-shadow: 0 13px 26px rgba(193, 73, 46, .24);
  transform: translateY(-2px);
}
