/* Shared tablet/mobile overrides for iPadOS browsers that advertise a desktop UA. */
html.mmgjx-mobile-device .site-header-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0;
}

html.mmgjx-mobile-device .site-header-desktop-nav,
html.mmgjx-mobile-device .site-header-desktop-account {
    display: none !important;
}

html.mmgjx-mobile-device .site-header-mobile-menu-button,
html.mmgjx-mobile-device .site-header-mobile-tool-button {
    display: block !important;
}

html.mmgjx-mobile-device .site-header-mobile-menu,
html.mmgjx-mobile-device .site-header-mobile-tool-drawer {
    display: block;
}

html.mmgjx-mobile-device .site-header-logo {
    height: 3.5rem;
}
