.search-form{position:relative;display:flex;align-items:center}.search-form input[type=search]{width:200px;height:40px;opacity:1;padding:.5em 1em;background-color:var(--color-neutral-200);border-radius:var(--default-rounded) 0 0 var(--default-rounded);margin-left:-40px}.search-form button{background-color:var(--primary-color);color:#fff;cursor:pointer;border-radius:0 var(--default-rounded) var(--default-rounded) 0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;order:1;z-index:10}.search-form button svg{width:20px;height:20px}.search-form:focus-within button,.search-form:hover button{filter:brightness(90%)}
