/* Shared layout overrides for the standalone Framer export. */
[data-framer-root] {
  height: auto !important;
  min-height: 100vh !important;
  overflow: visible !important;
}

[data-framer-root] [data-framer-name="Content!"],
[data-framer-root] [data-framer-name="Lorem Ipsum"] {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

[data-framer-root] [data-framer-name="Content!"] [data-framer-component-type="RichTextContainer"],
[data-framer-root] [data-framer-name="Lorem Ipsum"] [data-framer-component-type="RichTextContainer"] {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

[data-framer-root] [data-framer-name="Lorem Ipsum"] {
  padding-bottom: 72px !important;
}

@media (min-width: 810px) {
  [data-framer-root] > div:has([data-framer-name="Navigation Home"]) {
    position: fixed !important;
    top: 80px !important;
    left: 0 !important;
    z-index: 2 !important;
  }
}
