#dnnSearch, .search-bar, .top-search { display: none !important; }
/* Nuke the entire search container */
#dnn_dnnSearch_SearchContainer {
    display: none !important;
}

/* Fallback: if the container ID varies, target the wrapper by class */
.SearchContainer {
    display: none !important;
}
