#cwf-filter-form {
    margin-bottom: 20px;
}

#cwf-filter-form label {
    margin-right: 10px;
}

#cwf-filter-form input[type="number"],
#cwf-filter-form select {
    margin-right: 20px;
    padding: 5px;
}

#cwf-filter-form input[type="submit"] {
    background-color: #0073aa;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

#cwf-filter-form input[type="submit"]:hover {
    background-color: #005177;
}



