.elementor-2833 .elementor-element.elementor-element-3d6f3e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-2833{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2833 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2833 .dialog-close-button{display:flex;}#elementor-popup-modal-2833 .dialog-widget-content{border-radius:18px 18px 18px 18px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-3aab516 */.reservation-card-wrapper {
    border: 1px solid #DDD;
    border-radius: 8px;
    overflow: hidden;
    max-width: 600px;
    margin: 20px auto;
    font-family: sans-serif;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.reservation-card-header {
    background-color: #a40000;
    padding: 1rem;
    color: #fff;
}
.reservation-card-header .title {
    margin: 0;
    font-size: 1.2rem;
}
.reservation-card-content {
    background-color: #fff;
    padding: 1rem;
}
.reservation-message p {
    margin: 0 0 1rem 0;
}
.reservation-form label {
    display: block;
    margin: 0.5rem 0 0.3rem;
    font-weight: 600;
}
.reservation-form select,
.reservation-form input[type="number"],
.reservation-form input[type="date"],
.reservation-form input[type="text"] {
    width: 100%;
    padding: 0.4rem;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.form-section {
    margin-bottom: 1rem;
}
.radio-group label {
    display: inline-block;
    margin-right: 1rem;
}
.submit-section {
    text-align: right;
}
.btn-submit {
    background-color: #bf2020;
    border: none;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}
.btn-submit:hover {
    background-color: #d12a2a;
}/* End custom CSS */