.elementor-699 .elementor-element.elementor-element-4aaf020{--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;}.elementor-699 .elementor-element.elementor-element-4aaf020:not(.elementor-motion-effects-element-type-background), .elementor-699 .elementor-element.elementor-element-4aaf020 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-dafd767 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-699 .elementor-element.elementor-element-f7aefb1 .elementor-heading-title{color:#FFFFFF;}.elementor-699 .elementor-element.elementor-element-2246177{--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-699 .elementor-element.elementor-element-2246177:not(.elementor-motion-effects-element-type-background), .elementor-699 .elementor-element.elementor-element-2246177 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-dafd767 );}.elementor-699 .elementor-element.elementor-element-0702f87.elementor-element{--align-self:center;}.elementor-699 .elementor-element.elementor-element-f275268{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-0702f87 *//* White box around each past event in [events_list] */
.em-events-list > li,
.em-events-list .em-event,
.em-events-list .em-item {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
    list-style: none !important;
}

/* White box around each past event in [events_list] */
.em-events-list > li,
.em-events-list .em-event,
.em-events-list .em-item {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
    list-style: none !important;
}

/* Force event title colour */
.em-events-list .em-item-title a,
.em-event .em-item-title a {
    color: #620a35 !important;
}


/* Optional: hover colour (a slightly darker shade) */
.em-item-title a:hover {
    color: #4b0729 !important;
}

.em-custom-event img,
.em-events-list img {
    width: 100% !important;
    height: auto !important;
    border-radius: 6px;
    object-fit: cover;
    max-height: 250px; /* prevents tall images from breaking layout */
}/* End custom CSS */