/* Hide Astra mobile menu toggle and mobile builder wrap specifically on mobile devices */
@media (max-width: 921px) {
    #ast-mobile-header,
    .ast-mobile-menu-buttons,
    [data-type="header-builder"] .ast-mobile-header-wrap {
        display: none !important;
    }
}
