/* Desktop-specific styles (992px and up) */

/* Keep search box compact in desktop navbar */
.header-search {
    width: 250px;
}

/* Wider desktop search results dropdown */
.search-dropdown {
    width: 300px;
}

/* Enable hover dropdown behavior only on desktop */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Keep dropdown anchored without gap */
.navbar .dropdown-menu {
    margin-top: 0;
}
