/* Match the WordPress homepage reference on desktop internal pages.
   Keep the captured logo, navigation and separate mobile header unchanged. */
@media (min-width: 1025px) {
    .header-desktop .elementor-2724 .elementor-element.elementor-element-5cbbf82 {
        padding: 33px 0;
    }

    /* The transparent desktop header occupies about 258px. Center the
       internal-page heading in the remaining hero area, not behind the menu.
       Do not match article headers or the homepage slider. */
    .site-content > .page-header.header-transparent > .dcell {
        padding-top: 260px;
    }

    .site-content > .page-header.header-transparent .page-title {
        margin-top: 0;
    }
}
