li.search-menu a{font-size:0.01px !important;display:inline-block !important;width:25px !important;height:25px;vertical-align:top;background-size:80%;background-position:center;background-repeat:no-repeat;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 50 50'%3E%3Cpath d='M 21 3 C 11.621094 3 4 10.621094 4 20 C 4 29.378906 11.621094 37 21 37 C 24.710938 37 28.140625 35.804688 30.9375 33.78125 L 44.09375 46.90625 L 46.90625 44.09375 L 33.90625 31.0625 C 36.460938 28.085938 38 24.222656 38 20 C 38 10.621094 30.378906 3 21 3 Z M 21 5 C 29.296875 5 36 11.703125 36 20 C 36 28.296875 29.296875 35 21 35 C 12.703125 35 6 28.296875 6 20 C 6 11.703125 12.703125 5 21 5 Z'%3E%3C/path%3E%3C/svg%3E");}
li.search-menu a:hover{background-color:var(--global-palette3);border-radius:50%;}
/* Search Modal */
#custom-search-modal {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 99999;display: flex;align-items: center;justify-content: center;}
.custom-search-modal-content {background: #fff;padding: 2rem;border-radius: 8px;width: 90%;max-width: 500px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);position:relative;}
.custom-search-modal-content h2 {margin-top: 0;text-align: center;}
.custom-search-form {display: flex;gap: 10px;}
.custom-search-input {flex: 1;padding: 12px;font-size: 1.1rem;border: 1px solid #ddd;border-radius: 4px;}
.custom-search-btn {padding: 12px 24px;background: #007cba;color: white;border: none;border-radius: 4px;cursor: pointer;}
.custom-search-btn:hover {background: #005a87;color:white !important;}
.custom-search-close {font-size:12px;padding:9px;background: none;border: none;color: #666;cursor: pointer;position: absolute;top: 0;right: 0;}