.sticky-header {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFFE0 33%, #FFFFFFA3 66%, transparent 100%); 
    z-index: 500;
}

@media screen and (max-width: 782px) {
    footer .footer-bottom-row {
        gap: 0.25rem !important;
    }
    footer .footer-bottom-row div:first-child {
        order: 2;
        text-align: center;
    }
    footer .footer-bottom-row div:nth-child(2) {
        order: 1;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    footer .footer-bottom-row div:last-child {
        order: 3;
        text-align: center;
        & p {
            text-align: center;
        }
    }
}
.mobile-menu-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 6px;
    font-weight: 500;
    transition: 150ms ease-out;
    & a {
        color: var(--wp--preset--color--text) !important;
        width: 100%;
    }
}
.mobile-menu-item:hover {
    background-color: var(--wp--preset--color--background);
    & a {
        text-decoration: none;
    }
}
.wp-block-template-part #mobile-menu-modal {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: #FFFFFFE0;
    backdrop-filter: blur(1rem);
}
.wp-block-template-part.mobile-header-component.background-overflow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #0014293D;
}
.wp-block-template-part .mobile-header {
    background-color: #FFFFFFE0;
    backdrop-filter: blur(1rem);
    display: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
}
.wp-block-template-part .mobile-menu-overflow {
    height: 100%;
    user-select: none;

    & .wp-block-buttons div:last-child:hover > a {
        background-color: var(--wp--preset--color--border) !important;
    }
}
.wp-block-template-part .menu-hidden {
    display: none;
}




@media screen and (min-width: 1051px) {
    .wp-block-template-part.mobile-header-component {
        display: none;
    }
}
@media screen and (max-width: 1050px) {
    .wp-block-template-part.sticky-header {
        display: none;
    }
    body.overflow-hidden {
        overflow: hidden;
    }
    .entry-content.margin-top-pusher {
        padding-top: 4rem;
    }
}