/* SMSGate Theme – Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, video, svg { max-width: 100%; display: block; }
input, button, textarea, select { font: inherit; }
ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; }
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }

.visually-hidden {
  position: absolute !important; width: 1px !important; height: 1px !important;
  overflow: hidden !important; clip: rect(0,0,0,0) !important;
  white-space: nowrap !important; border: 0 !important;
}
.skip-link { position: absolute; top: -9999px; }
.skip-link:focus {
  top: 0; left: 0; z-index: 9999; padding: 0.5em 1em;
  background: var(--clr-accent); color: #fff; border-radius: 0 0 6px 0;
}
