html:has(body.wolfplus-landing-template) {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
  background: #070609;
}

body.wolfplus-landing-template {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: #070609 !important;
}

body.wolfplus-landing-template .wolfplus-wordpress-page,
body.wolfplus-landing-template .wolfplus-wordpress-page > * {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.wolfplus-landing-template #wolfplus-root {
  display: block;
  width: 100%;
  min-height: 100vh;
}

body.admin-bar.wolfplus-landing-template #wolfplus-root {
  --wp-admin-bar-offset: 32px;
}

.wolfplus-site-error {
  padding: 24px;
  color: #fff;
  background: #8b1d38;
  font: 600 14px/1.5 system-ui, sans-serif;
}

@media (max-width: 782px) {
  body.admin-bar.wolfplus-landing-template #wolfplus-root {
    --wp-admin-bar-offset: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.wolfplus-landing-template) {
    scroll-behavior: auto;
  }
}
