/* Mobile Fixes - April 2026 */

/* Fix: Mobile search box - keep inside header bounds */
@media (max-width: 920px) {
    /* Ensure search row fits within the fixed header height */
    html body header #main-header {
        overflow: visible;
    }
    html body header #main-header .row.pt-3 {
        padding-top: 0 !important;
        margin-top: 0;
    }
    html body header #main-header #header-search {
        margin-bottom: 6px;
    }
    html body header #main-header #header-search input {
        height: 34px;
        padding: 4px 12px;
        font-size: 13px;
    }
}
