.webx-booking-box {
    margin: 0 0 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.webx-booking-field {
    margin: 0 0 1rem;
}

.webx-booking-field:last-child {
    margin-bottom: 0;
}

.webx-booking-field label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.webx-booking-field input,
.webx-booking-field select {
    width: 100%;
    max-width: 360px;
}

.webx-booking-field .required {
    color: #b32d2e;
}

.webx-booking-date-field,
.webx-booking-date-field label,
.webx-booking-date-field input[type="date"] {
    cursor: pointer;
}
