#edit-contact-type, #edit-reply-preference {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em 2em;
    border: none;
    row-gap: 10px;
}
label.error {
    display: block;
    font-size: 10px;
    color: #ce3141;
    margin-top: 5px;
}