/* WordPress bridge styles for approved sk-* shell — no redesign. */
html,
body {
  overflow-x: clip;
}

.alsahraa-hp {
  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;
  left: 0 !important;
  top: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.sk-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
}

.sk-form__consent input {
  width: auto;
  margin-top: 0.2rem;
}

.sk-hero__fallback[hidden] {
  display: none !important;
}

.sk-hero.is-static .sk-hero__fallback {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sk-hero.is-static video {
  display: none !important;
}

.sk-contact__meta a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.sk-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.sk-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

[data-form-status]:empty {
  display: none;
}

[data-form-status]:not(:empty) {
  margin-top: 0.75rem;
  font-size: 0.92rem;
}
