.elementor-294 .elementor-element.elementor-element-83f1ada{--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-294 .elementor-element.elementor-element-e482fe6{--display:flex;--min-height:0px;--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;--justify-content:flex-start;--align-items:stretch;--overflow:hidden;--margin-top:0px;--margin-bottom:500px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-c91abc7 *//* --- DESKTOP VIEW (Screens wider than 768px) --- */
@media (min-width: 768px) {
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-search-form {
        display: grid !important;
        grid-template-areas: 
            "cat loc date"
            "search search search" !important;
        grid-template-columns: 1fr 1fr 1.2fr !important; /* Date gets slightly more room */
        gap: 15px !important;
        background: #fff !important;
        padding: 20px !important;
        border-radius: 12px !important;
        border: 1px solid #e1e1e1 !important;
    }

    /* Assigning the spots */
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-category-search { grid-area: cat !important; }
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-location-search { grid-area: loc !important; }
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-date-search { 
        grid-area: date !important; 
        display: flex !important;
        gap: 5px !important;
    }

    /* Style the date inputs to fit better */
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-date-search input {
        width: 85px !important;
        padding: 5px !important;
    }

    /* Search bar spans the entire bottom row */
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-text-input-search { 
        grid-area: search !important; 
        width: 100% !important;
        border-top: 1px solid #eee !important;
        padding-top: 15px !important;
    }
}

/* --- MOBILE VIEW (Phones) --- */
@media (max-width: 767px) {
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-search-form {
        display: flex !important;
        flex-direction: column !important;
        background: #fff !important;
        border-radius: 30px !important;
        border: 1px solid #ddd !important;
        padding: 5px 15px !important;
        box-shadow: 0px 4px 10px rgba(0,0,0,0.1) !important;
    }

    /* Hide Location/Category/Date on mobile until toggled by MEC */
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-location-search, 
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-category-search, 
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-date-search {
        display: none !important;
    }

    /* Style the Mobile Search Area */
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-text-input-search {
        display: flex !important;
        align-items: center !important;
        position: relative !important;
        width: 100% !important;
    }

    /* Filter Icon on the Right */
    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-text-input-search::after {
        content: '⚙️'; 
        position: absolute;
        right: 0;
        font-size: 18px;
        color: #4CAF50;
        padding: 5px;
    }

    .elementor-294 .elementor-element.elementor-element-c91abc7 .mec-text-input-search input {
        border: none !important;
        background: transparent !important;
        font-size: 16px !important;
        height: 45px !important;
        width: 100% !important;
        padding-right: 35px !important;
    }
}/* End custom CSS */
/* Start custom CSS *//* Force Masonry Cards to be the same height */
.mec-masonry-view article.mec-event-article {
    min-height: 550px !important; /* Adjust this number to make them taller/shorter */
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* Ensure the button stays at the bottom */
.mec-booking-button {
    margin-top: auto !important;
    width: 100%;
    text-align: center;
}/* End custom CSS */