#booking_form .wt-section-heading {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 22px 0 12px;
}

#booking_form .wt-section-heading h4 {
    margin: 0 0 5px;
    font-size: 21px;
}

#booking_form .wt-section-heading p {
    margin: 0;
    color: #555;
    font-size: 14px;
}

#booking_form .wt-renter-field input,
#booking_form .wt-renter-field select {
    width: 100%;
}

#booking_form .wt-si-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0 10px;
    padding: 20px;
    border: 1px solid #d7dce2;
    border-radius: 10px;
    background: #f8fafc;
    box-shadow: 0 3px 14px rgba(18, 38, 63, .06);
}

#booking_form .wt-si-card__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 8px;
}

#booking_form .wt-si-card h4 {
    margin: 3px 0 0;
    font-size: 21px;
}

#booking_form .wt-si-eyebrow {
    color: #4f46e5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

#booking_form .wt-si-lock {
    font-size: 22px;
}

#booking_form .wt-si-button {
    min-height: 46px;
    margin: 8px 0 10px;
    padding: 11px 18px;
    border: 0;
    border-radius: 6px;
    background: #635bff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

#booking_form .wt-si-button:hover,
#booking_form .wt-si-button:focus {
    background: #5148e5;
    color: #fff;
}

#booking_form .wt-si-button:disabled {
    cursor: wait;
    opacity: .75;
}

#booking_form .wt-si-button.is-verified {
    background: #08783e;
    cursor: default;
}

#booking_form .wt-si-status {
    margin: 4px 0;
    font-weight: 600;
}

#booking_form .wt-si-status.is-processing {
    color: #6b4e00;
}

#booking_form .wt-si-status.is-verified {
    color: #08783e;
}

#booking_form .wt-si-status.is-error {
    color: #9b1c1c;
}

#booking_form .wt-si-privacy {
    margin: 12px 0 0;
    color: #5f6772;
    font-size: 12px;
    line-height: 1.5;
}

#booking_form .wt-field-error {
    margin-top: 6px;
    color: #9b1c1c;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

#booking_form .wt-field-invalid,
#booking_form .wt-field-invalid + .select2-container .select2-selection {
    border-color: #c62828 !important;
    box-shadow: 0 0 0 1px #c62828 !important;
}

@media (max-width: 767px) {
    #booking_form .wt-si-card {
        padding: 16px;
    }
}
