html[data-nf-wix-embed="true"],
html[data-nf-wix-embed="true"] body {
  min-height: 100%;
  background: #050505;
  overscroll-behavior-y: contain;
}

html[data-nf-wix-embed="true"] .nf-site-chrome,
html[data-nf-wix-embed="true"] .nf-shared-chrome,
html[data-nf-wix-embed="true"] .nf-shared-menu-layer,
html[data-nf-wix-embed="true"] .nf-sticky-booking,
html[data-nf-wix-embed="true"] body > footer,
html[data-nf-wix-embed="true"] .skip-link {
  display: none !important;
}

html[data-nf-wix-embed="true"] .nf-hero-content {
  padding-top: clamp(64px, 9vw, 104px);
}

html[data-nf-wix-embed="true"][data-nf-embed-route="results"] .nf-transform-page {
  padding-top: clamp(42px, 7vw, 88px);
}

html[data-nf-wix-embed="true"][data-nf-embed-route="starter-session"] .nardfit-embed > :not(#session):not(.nf-modal-shell) {
  display: none !important;
}

html[data-nf-wix-embed="true"][data-nf-embed-route="starter-session"] #session {
  padding-top: clamp(54px, 8vw, 96px);
  padding-bottom: clamp(64px, 10vw, 120px);
}

html[data-nf-wix-embed="true"] a,
html[data-nf-wix-embed="true"] button {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 640px) {
  html[data-nf-wix-embed="true"] .nf-hero {
    min-height: 100svh;
    padding-top: 12px;
  }

  html[data-nf-wix-embed="true"] .nf-transform-page {
    padding-top: 36px;
  }
}
