/* Do not present the result-dialog entry as an active-looking dead control.
   The explicit-search lifecycle removes disabled after a result or empty-result response. */
body.unified-page:not(.results-dialog-active) .search-section #infoPanelToggleBtn:disabled {
    display: none !important;
}

/* Keep the enabled primary search action comfortably tappable on mobile.
   Closed-beta states keep the native button disabled and are intentionally excluded. */
@media (max-width: 767px) {
    body.unified-page:not(.results-dialog-active) .search-section #searchBtn:enabled {
        min-height: 44px !important;
    }

    /* The approved-user short-search trigger and its range choices are actions too. */
    body.unified-page:not(.results-dialog-active) .search-section .search-buttons #shortSearchToggleBtn:enabled {
        height: 44px !important;
        min-height: 44px !important;
    }

    body.unified-page:not(.results-dialog-active) .search-section .search-buttons #shortSearchMenu .short-search-option:enabled {
        height: 44px !important;
        min-height: 44px !important;
    }
}
