.custom-search-module{align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;gap:10px;justify-content:flex-start;margin-bottom:20px;max-width:500px}.custom-search-input{border:2px solid #ddd;border-radius:4px;flex-grow:1;font-size:1em;padding:10px}.custom-clear-search,.custom-search-button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1em;outline:none;padding:10px 15px;white-space:nowrap}.custom-search-button{background-color:#007bff}.custom-search-button:hover{background-color:#0056b3}.custom-clear-search{background-color:#ff6b6b}.custom-clear-search:hover{background-color:#ff5252}.custom-autocomplete-suggestions{left:0;position:absolute;top:100%;width:100%}@media (max-width:768px){.custom-search-module{align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;gap:10px;justify-content:center;margin-bottom:20px;max-width:500px}}