

:where(.editor-styles-wrapper) .is-style-overflow-banner{
    white-space: nowrap !important;
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
    max-width: 9999px !important;
    overflow: hidden;
}

:where(.editor-styles-wrapper) .is-style-overflow-banner::before {
    content: "";
    margin-left: -100%;
}
:where(.editor-styles-wrapper) .is-style-overflow-banner::after {
    content: "";
    margin-right: -100%;
}

:where(.editor-styles-wrapper) .events_grid_block .event a,
:where(.editor-styles-wrapper) .wb-next-event-widget a,
:where(.editor-styles-wrapper) .wb-calendar-widget a,
:where(.editor-styles-wrapper) .wb-eventlist-widget a{
    pointer-events: none !important;
}
