.search-results-form {
    margin-top: 1.6rem;
}

.search-results-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.search-results-form li {
    margin: 0;
    padding: 0;
}

.search-results-form li:first-child {
    flex-grow: 1;
}

.search-results-form input {
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-weight: 700;
}

.search-results-form button {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
}

.search-results-form button svg {
    width: 1.6rem;
}