.booking-select-block {
    display: flex;
    flex-direction: column;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    margin-inline: auto;
    max-width: 700px;
}

.booking-select-block .field {
    display: flex;
    flex-direction: column;
}

.booking-select-block .field label {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.booking-select-block .required-field span {
    color: #ff0000;
}

.booking-select-block .retreat-error-message {
    color: #ff0000;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
}

.booking-select-block .retreat-options {
    font-size: 15px;
    padding: 8px;
}

.booking-select-block .retreat-error-message.error-visible {
    opacity: 1;
    visibility: visible;
}


.booking-select-block .actions-wrapper {
    margin-top: 10px;
}

.booking-select-block .actions-wrapper .et_pb_button {
    background-color: #f2b746;
    border: 2px solid #f2b746;
    border-radius: 0px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700 !important;
    letter-spacing: 0.16em;
    line-height: 1.2 !important;
    max-width: 100%;
    min-width: 140px;
    padding: 18px 20px !important;
    text-transform: uppercase !important;
}

.booking-select-block .actions-wrapper .et_pb_button:hover {
    background-color: #000;
    border-color: #000;
    cursor: pointer;
}

.booking-select-block .actions-wrapper .et_pb_button:after {
    display: none;
}
