.searchForm{width:100%}.searchInput{display:flex;align-items:center;gap:12px;width:100%;padding:12px 18px;border:1px solid #c1c1c1;border-radius:999px;background-color:#fff;transition:box-shadow .2s ease,border-color .2s ease}.searchInput:focus-within{border-color:#7b6cc4;box-shadow:0 0 0 3px rgba(91,76,164,.15)}.searchInput input{border:none;outline:none;flex:1 1;font-size:16px;color:#6c6c6c}.searchInput input::placeholder{color:#a0a0a0}.searchIcon{width:18px;height:18px;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='6' stroke='%23999999' stroke-width='1.5'/%3E%3Cpath d='M12.5 12.5L16 16' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")}.visuallyHidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}