/* Customize the advanced search button color */
.advanced-search-btn {
    background-color: #808080 !important; /* Grey color */
    border: none !important; /* Remove border */
    color: #ffffff !important; /* Default text color white */
}
.advanced-search-btn:hover,
.advanced-search-btn:active,
.advanced-search-btn:focus,
.advanced-search-btn:visited {
    background-color: #808080 !important; /* Prevent background color change */
    color: #ffffff !important; /* Maintain text color white */
    outline: none !important; /* Remove focus outline */
    box-shadow: none !important; /* Remove focus box-shadow */
    border: none !important; /* Ensure no border on focus */
}

.btn-search {
    background-color: #D1C292 !important; /* Default background color */
    border: none !important; /* Remove border */
    color: #ffffff !important; /* Default text color white */
}
.btn-search:hover,
.btn-search:active,
.btn-search:focus,
.btn-search:visited {
    background-color: #D1C292 !important; /* Prevent background color change */
    color: #ffffff !important; /* Maintain text color white */
    outline: none !important; /* Remove focus outline */
    box-shadow: none !important; /* Remove focus box-shadow */
    border: none !important; /* Ensure no border on focus */
}

.save-search-btn {
    display: none !important; /* Hide Save Search button */
}
