/* Correções globais da Web Rádio Onda Jovem — 2026 */
html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
}

img,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

iframe {
  border: 0;
}

:focus-visible {
  outline: 3px solid #fbbf24;
  outline-offset: 3px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a[aria-current="page"] {
  color: #fbbf24 !important;
  text-decoration-color: currentColor;
}

.asset-missing {
  min-height: 2rem;
}

@media (max-width: 768px) {
  header,
  nav,
  main,
  section,
  footer,
  .hero-header,
  .final-footer,
  .menu {
    max-width: 100% !important;
  }

  table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
