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

.close-icon-wrapper {
    position: absolute;
    right: 10px;
    top: 4px;
    padding-left: 30px;

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