.elementor-989295 .elementor-element.elementor-element-f3be77f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:5em;--margin-bottom:5em;--margin-left:0em;--margin-right:0em;}@media(max-width:767px){.elementor-989295 .elementor-element.elementor-element-f3be77f{--margin-top:3em;--margin-bottom:3em;--margin-left:0em;--margin-right:0em;}}/* Start custom CSS for shortcode, class: .elementor-element-a458872 *//* Stay Reservation Form - Isolated Styles */
.sr-reservation-wrapper {
    max-width: 850px;
    margin: 40px auto;
    font-family: inherit;
    color: #232323;
}

.sr-form-section {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
}

.sr-section-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    color: #000;
    border-bottom: 2px solid #f0f5ed;
    padding-bottom: 12px;
}

.sr-field-row {
    display: flex;
    gap: 30px;
}

.sr-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.sr-field label {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

/* Inputs: White BG / Black Text */
.sr-reservation-wrapper input:not([type="submit"]):not([type="radio"]),
.sr-reservation-wrapper select,
.sr-reservation-wrapper textarea {
    width: 100%;
    padding: 16px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #e0e3dc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    appearance: none;
}

/* Dropdown fix */
.sr-reservation-wrapper select {
    height: 54px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 12px auto;
}

/* Radio buttons */
.sr-radio-item {
    margin-top: 10px;
}

.sr-reservation-wrapper .wpcf7-list-item {
    display: inline-block;
    margin-right: 20px;
}

.sr-reservation-wrapper input[type="radio"] {
    width: auto !important;
    margin-right: 8px;
    appearance: radio !important;
    -webkit-appearance: radio !important;
}

/* Button */
.sr-reservation-wrapper input[type="submit"] {
    background-color: #6E6A69;
    color: #fff;
    padding: 18px 80px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sr-reservation-wrapper input[type="submit"]:hover {
    background-color: #A7ACA2;
}

@media (max-width: 650px) {
    .sr-field-row { flex-direction: column; gap: 0; }
    .sr-form-section { padding: 20px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f3be77f */input, select, textarea {
    color: #232323;
}/* End custom CSS */