/* DSTRC Host core: small, global and layout-safe. */
html{
  box-sizing: border-box;
  inline-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after{
  box-sizing: inherit;
}

body{
  margin: 0;
  min-inline-size: 0;
  inline-size: 100%;
}

.screen-reader-text{
  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;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus,
.dstrc-skip-link:focus{
  clip: auto !important;
  clip-path: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  top: 8px;
  left: 8px;
  z-index: 100000;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.2);
  font: 600 16px/1.2 system-ui, -apple-system, "Segoe UI", sans-serif;
  text-decoration: none;
}
