/* Public onboarding controls stay easy to tap without changing the fixed main menu. */
@media (max-width: 767px) {
    #closedBetaNotice #closedBetaLoginBtn,
    #closedBetaNotice #closedBetaSupportBtn,
    #homeWorkPrivateBidAction.home-work-context-link {
        min-width: 44px;
        min-height: 44px;
    }

    #closedBetaNotice #closedBetaLoginBtn,
    #closedBetaNotice #closedBetaSupportBtn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    /* The public auth modal is another first-entry surface, not part of the fixed menu. */
    #authModal button {
        min-width: 44px;
        min-height: 44px;
    }

    /* Keep every signup wizard action comfortably tappable without enlarging its copy. */
    #signupWizardOverlay .sw-btn,
    #signupWizardOverlay .sw-password-toggle {
        min-height: 44px;
    }

    #signupWizardOverlay .sw-password-toggle {
        min-width: 44px;
    }

    /* Keep the fixed footer inside short landscape viewports while the step body scrolls. */
    #signupWizardOverlay .sw-body {
        min-height: 0;
    }

    #signupWizardOverlay .sw-header,
    #signupWizardOverlay .sw-footer {
        flex: 0 0 auto;
    }

    #signupWizardOverlay .sw-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 44px;
        inline-size: 44px;
        block-size: 44px;
        min-inline-size: 44px;
        min-block-size: 44px;
        padding: 0;
        box-sizing: border-box;
    }

    #signupWizardOverlay .sw-input {
        min-height: 44px;
    }
}
