.faq__search svg {
width: 1em;
height: 1em;
line-height: 0;
}
.faq__search {
position: relative;
}
.faq__search .search-input {
position: relative;
}
.faq__search .text-input {
width: 100%;
padding: 17px 60px;
border: 1px solid #ddd;
outline: none;
}
.faq__search .submit {
position: absolute;
right: 10px;
top: 10px;
color: #fff;
background: #121212;
padding: 8px 12px;
display: flex;
align-items: center;
gap: 5px;
}
.faq__search .icon {
position: absolute;
height: 100%;
display: flex;
align-items: center;
pointer-events: none;
left: 30px;
color: #555555;
fill: #555555;
}