a {
    text-decoration: none;
}

.wfh-reservation-form strong {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    padding: 10px 0;
    display: block;
}
.wfh-reservation-form label {
    color: #252525;
    text-transform: uppercase;
}
.wfh-reservation .form-field {
    margin-top: 10px;
}
.wfh-reservation-form input {
    height: 32px;
}
.wfh-reservation-form input, .wfh-reservation-form textarea, .wfh-reservation-form select {
    padding: 5px 10px;
    background: 0 0;
    color: #252525;

    margin-bottom: 10px;
    border: 1px solid #ccc;
    width: 100%;
}
.wfh-reservation-form textarea {
    height: 125px;
    resize: none;
    font-size: 14px;
}
.wfh-reservation-form button { width: 100px; }
.wfh-reservation-form .note {
    text-transform: lowercase;
    font-size: 11px;
}
.wfh-reservation-form .voucher-pre {
    user-select: none;
    background: #f0f0f0;
    color: #aaa;
    width: 3em;
    border-right: 0;
    border-radius: .25em 0 0 .25em;
}
.wfh-reservation-form .voucher-pre + .form-field {
    border-radius: 0 .25em .25em 0;
}
.wfh-reservation-form input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: unset;
    margin: 0 8px 10px 8px;
    height: min-content;
}
.icon-invalid {
    margin: 0 8px 10px 8px;
    font-size: 12px;
    color: #dc3545;
    font-weight: bold;
    border: 2.4px solid;
    border-radius: 31px;
    height: 17px;
    width: 17px;
    display: block;
    text-align: center;
    line-height: 12px;
}
.icon-valid {
    height: 17px;
    width: 17px;
    transform: translate(5px, -8px);
}
.icon-valid svg { fill: #28a745; }
.checkAvailability-feedback { color: #dc3545; }
.checkAvailability-feedback-ok { color: #28a745; }
