.search-widget {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    font-family: inherit;
}

.search-widget .icon {
    flex-shrink: 0;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.search-widget input {
    display: none;
    outline: none;
    border: none;
    width: 150px;
    font: inherit;
}

.label {
    color: #262626;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    font-family: "Manrope", sans-serif;
}
