/* Hide only "BME Shop" text, keeping "Georgia Tech" */
.navbar-brand-text {
    display: none !important;
}

/* Ensure the "Georgia Tech" part stays visible */
.navbar-brand {
    display: inline-flex !important;
}

/* Hide the search button in the navbar */
button[data-toggle="modal"][data-target="#modal-search"], 
.navbar-nav-main-nav-btn-search, 
.navbar-main-nav-right button, 
.navbar .cps-icon-search, 
.navbar button.nav-link.has-styling {
    display: none !important;
    visibility: hidden !important;
}

/* Hide the search modal completely */
#modal-search, 
#modal-search.show, 
#modal-search[aria-hidden="false"], 
.modal.fade.modal-slide-in-top,
.modal-site-width,
.modal-close-inline {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* Hide the search icon and span text */
.cps-icon-search, 
span[aria-hidden="true"]:contains("Search"),
span.sr-only:contains("Toggle search interface") {
    display: none !important;
    visibility: hidden !important;
}
