/* Raw HTML page template — full-width shell, no theme layout chrome */

body.palena-raw-html #app {
    min-height: 0;
    padding-top: 0;
}

body.palena-raw-html #app > .palena-raw-page {
    width: 100%;
    max-width: none;
    margin: 0;
    /* Keep content below the fixed header. In admin mode, WP already offsets
       the viewport for the admin bar, so don't double-count it here. */
    padding-top: calc(var(--palena-header-height) + var(--palena-admin-bar-height));
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

body.admin-bar.palena-raw-html #app > .palena-raw-page {
    padding-top: var(--palena-header-height);
}

body.palena-raw-html #app .palena-raw-page .container,
body.palena-raw-html #app .palena-raw-page .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
}

/* Do not apply theme scroll-reveal / fade helpers inside pasted HTML */
body.palena-raw-html .palena-raw-page .home-reveal-item,
body.palena-raw-html .palena-raw-page .fade-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

@media (prefers-reduced-motion: no-preference) {
    body.palena-raw-html .palena-raw-page .home-reveal-item,
    body.palena-raw-html .palena-raw-page .fade-up {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}



body:not(.home) #app > :first-child:not(.navbar_dark):not(.product-page):not(#breadcrumbs) {
  padding-top: 0 !important;
}
