<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* EVENT CARD */


.maps-frame {
    border: 0;
    min-height: initial;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: -8px;
    background-color: rgb(235, 235, 235);
}

.card.card-1.boxed.boxed--sm.boxed--border .card__bottom li {
    display: inline-block;
}
.card.card-1.boxed.boxed--sm.boxed--border .card__bottom li {
    border-right: 1px solid #ececec;
    padding: 0 1em 0 1em;
}
.card.card-1.boxed.boxed--sm.boxed--border .card__bottom li:last-child {
    border-right: none;
}
.card__body {
    height: 8em;
}
/* EVENT CARD END */</pre></body></html>