._blk.eventprogram {
    padding-bottom: 0.25rem;
}

._blk.eventprogram.nomargin {
    margin-bottom: 0 !important;
}

._blk.eventprogram.yellow {
    padding-top: 1rem;
    background-color: var(--color-yellow);
}

._blk.eventprogram.lilac {
    padding-top: 1rem;
    background-color: var(--color-lilac);
}

._blk.eventprogram.lilaclight {
    padding-top: 1rem;
    background-color: var(--color-lilac-light);
}

._blk.eventprogram .wp-content {
    margin: 0 0 1rem 0;
}

._blk.eventprogram .row {
    --bs-gutter-x: 0.75rem;
}

._blk.eventprogram ul.days {
    list-style: none;
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0;
}

._blk.eventprogram ul.days li {
    display: inline-block;
    float: left;
    margin: 0 0.5rem 0.5rem 0;
    height: 1.84375rem;
    width: auto;
    padding: .25rem 0.625rem;
    opacity: .5;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 43.2px */
    letter-spacing: -0.0225rem;
    border-radius: 0.921875rem;
    overflow: hidden;
    cursor: pointer;
    border: 0.0625rem solid transparent;
}

._blk.eventprogram ul.days li.active {
    opacity: 1;
    border: 0.0625rem solid #000000;
}

._blk.eventprogram section.events {
    display: none;
}

._blk.eventprogram section.events.active {
    display: block;
    padding-bottom: 1rem;
}

._blk.eventprogram section.events .single {
    position: relative;
    border-bottom: 0.0625rem solid #000000;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

._blk.eventprogram section.events .single:first-child {
    border-top: 0.0625rem solid #000000;
}

._blk.eventprogram section.events .single h6, ._blk.eventprogram section.events .single .time span {
    display: block;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.015rem;
    margin: 0;
    @media only screen and (min-width: 1200px) {
        font-size: 0.75rem;
    }
}

._blk.eventprogram section.events .single h6.bold {
    font-weight: 700;
}

._blk.eventprogram section.events .single .inner {
    padding-top: 0.5rem;
}

._blk.eventprogram section.events .single .inner p:last-child {
    margin-bottom: 0;
}

._blk.eventprogram section.events .single .inner ul li, ._blk.eventprogram section.events .single .inner ol li {
    font-size: 0.9375rem;
    @media only screen and (min-width: 1200px) {
        font-size: 0.75rem;
    }
}

._blk.eventprogram section.events .single .inner ul, ._blk.eventprogram section.events .single .inner ol {
    padding-left: 1rem;
}

    ._blk.eventprogram section.events .single .toggler {
        border: none;
        width: 0.75rem;
        height: 0.75rem;
        display: block;
        position: absolute;
        right: 0;
        top: 0.95rem;
        overflow: hidden;
        text-indent: -9999px;
        background: transparent url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTAuNDY2MyAyNFYwSDEzLjUyMjRWMTJWMjRIMTAuNDY2M1pNMCAxMy41MjI0VjEwLjQ2NjNIMjRWMTMuNTIyNEgwWiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=') center center no-repeat;
        background-size: contain;
        cursor: pointer;
    }

    ._blk.eventprogram section.events .single .toggler.open {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgMjQgNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTAgMy4wNTYxVjBIMjRWMy4wNTYxSDBaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==');
    }
