/** Accessible controls; preserve the established visual layout. */
.skip-link:focus {
  clip: auto !important;
  clip-path: none;
  height: auto !important;
  width: auto !important;
  position: fixed;
  inset: 1rem auto auto 1rem;
  z-index: 100000;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #18181b;
  outline: 2px solid currentColor;
  text-decoration: underline;
}
.visualmodo-theme a:focus-visible,
.visualmodo-theme button:focus-visible,
.visualmodo-theme input:focus-visible,
.visualmodo-theme select:focus-visible,
.visualmodo-theme textarea:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.visualmodo-theme button,
.visualmodo-theme [role="button"] {
  cursor: pointer;
}
.vslmd-back-to-top,
.hp-scroll-down,
.side-navigation .closebtn {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font-family: inherit;
  box-shadow: none;
}
.vslmd-back-to-top,
.hp-scroll-down { font-size: inherit; line-height: inherit; }
.vslmd-slider-notice { padding: 100px 0; }
.vslmd-carousel-pause {
  position: absolute;
  inset: auto 1rem 1rem auto;
  z-index: 2;
  padding: 0.5rem;
  border: 1px solid currentColor;
  background: #18181b;
  color: #fff;
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
  .carousel-item,
  .side-navigation { transition-duration: 0.01ms !important; }
}
