#search-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#search-form > input {
    width: 100%;
    box-sizing: border-box;
}