/* style.css */
/* Add your custom styles here to make the form look nice */

.form-label {
    font-weight: bold;
}

.form-check-label {
    margin-left: 5px;
}

#otherFacingInput {
    margin-top: 10px;
}

#bedCountSection {
    margin-top: 10px;
}

.washroom-type {
    display: flex;
    flex-direction: column;
}

.washroom-type .form-label {
    margin-bottom: 0.5rem;
}