.search-form input {
    border-radius: 6px;
    height: 26px;
}

@media screen and (min-width: 48em) {
    .search-form {
        max-width: 300px;
    }
}