/* Fase 12: correzioni trasversali, senza modificare grafica o player FIX17. */
:where(a, button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid #7dd7ff !important;
  outline-offset: 3px !important;
}
:where(img, video, audio, canvas, svg) { max-width: 100%; }
.ds-shop-s1-card h2 {
  margin: 0;
  color: #fff8e8;
  font-size: 1.2rem;
  line-height: 1.14;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media (max-width: 390px) {
  body { overflow-x: hidden; }
  :where(.ds24d-dialog, .ds-shop-modal-panel, .dorisan-epk-album-dialog) {
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
    overflow: auto !important;
  }
}
