/* Change the Search Button background color */
button.search-btn, 
#searchBtn, 
.zd-search-button, 
.commonStyle__zt3BrandBg {
    background-color: #f14f44 !important;  /* ← your preferred color */
    border-color: #f14f44 !important;
    color: #ffffff !important;              /* text/icon color */
}

/* Optional: hover effect */
button.search-btn:hover,
#searchBtn:hover,
.zd-search-button:hover,
.search-button:hover {
    background-color: #0072b0 !important;   /* darker shade on hover */
}

