.elementor-990100 .elementor-element.elementor-element-4e931722{--display:flex;}.elementor-990100 .elementor-element.elementor-element-372bd51{--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;--margin-top:3em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;}.elementor-990100 .elementor-element.elementor-element-00da237{text-align:center;}.elementor-990100 .elementor-element.elementor-element-3f1ce86{--display:flex;}@media(max-width:1024px){.elementor-990100 .elementor-element.elementor-element-372bd51{--margin-top:3em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;}.elementor-990100 .elementor-element.elementor-element-00da237{text-align:center;}.elementor-990100 .elementor-element.elementor-element-3f1ce86{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}/* Start custom CSS for shortcode, class: .elementor-element-cded1c7 *//* Dining Experience Form - Isolated Styles */
.de-reservation-wrapper {
    max-width: 850px;
    margin: 40px auto;
    font-family: inherit;
    color: #232323;
}

.de-input-desc {
    font-size: 14px;
}

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

.de-section-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #2c3e50;
    border-bottom: 2px solid #f0f5ed;
    padding-bottom: 10px;
}

.de-field-row {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.de-field {
    flex: 1;
    display: flex;
    margin-bottom: 2em;
    flex-direction: column;
}

.de-field label {
    font-weight: 600;
    font-size: 16px;
}

/* Input Styling: White Background & Black Text */
.de-reservation-wrapper input:not([type="submit"]):not([type="radio"]),
.de-reservation-wrapper select,
.de-reservation-wrapper textarea {
    width: 100%;
    padding: 14px 15px;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #e0e3dc;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    appearance: none;
}

/* Dropdown Fix */
.de-reservation-wrapper select {
    height: 50px;
    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 Button Layout */
.de-radio-item {
    margin-bottom: 15px;
    padding: 10px 0;
}

.de-reservation-wrapper .wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 10px 0;
}

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

/* Button */
.de-reservation-wrapper input[type="submit"] {
    background-color: #6E6A69;
    color: #fff;
    padding: 16px 60px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
}

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

/* Mobile */
@media (max-width: 650px) {
    .de-field-row { flex-direction: column; gap: 15px; }
}/* End custom CSS */