/* Shared header overlays the page hero without being copied into Elementor content. */
.ostrog-header-overlay-layout{display:grid;grid-template-columns:minmax(0,1fr);--ostrog-shared-header-height:160px}
.ostrog-header-overlay-layout>.ostrog-plain-header,
.ostrog-header-overlay-layout>#ostrog-content{grid-area:1/1;min-width:0}
.ostrog-header-overlay-layout>.ostrog-plain-header{position:relative;align-self:start;z-index:30;width:min(100%,1536px);margin:0 auto;background:transparent;border-radius:48px 48px 0 0;color:var(--ivory, #F6F3F0)}
.ostrog-header-overlay-layout>#ostrog-content{position:relative;z-index:0}
body.ostrog-site .ostrog-header-overlay-layout .ostrog-page .hero{padding-top:var(--ostrog-shared-header-height)}
@media(max-width:760px){.ostrog-header-overlay-layout{--ostrog-shared-header-height:136px}}
