.elementor-32424 .elementor-element.elementor-element-732133c{--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;}/* Start custom CSS *//* CSS to hide entry-title and single-post__title elements */
.entry-title, 
.single-post__title {
    display: none !important;
}

/* If you need to target both classes when they appear on the same element */
.entry-title.single-post__title {
    display: none !important;
}

/* Calendar container positioning - desktop */
body .lax-calendar-container,
html .lax-calendar-container,
#content .lax-calendar-container,
.site-content .lax-calendar-container,
div.lax-calendar-container {
    margin-top: -131px !important;
}

/* Calendar container positioning - mobile */
@media only screen and (max-width: 767px) {
    body .lax-calendar-container,
    html .lax-calendar-container,
    #content .lax-calendar-container,
    .site-content .lax-calendar-container,
    div.lax-calendar-container,
    .lax-calendar-container {
        margin-top: -102px !important;
    }
}

.single-post__thumbnail {
    display: none !important;
}
```/* End custom CSS */