.search-form--list {
    max-width: 300px;
}

.search-form__input {
    padding-right: 50px;
    border-radius: 20px;
}

.icon-wrapper {
    position: absolute;
    right: 20px;
    top: 9px;
    padding-left: 30px;

    svg {
        width: 20px;
        height: 30px;
        cursor: pointer;
    }
}