.lm-card.event {
    height:auto;
    justify-content: unset;
}

.lm-card.event > img.feature {
    height:140px;
    min-height:140px;
    width: 100%;
    object-fit: cover;
}

.lm-card.event .top h3 {
    margin-bottom: 22px;
}

.lm-card.event .bottom {
    margin-top: var(--gap2);
    justify-content:flex-end;
}

.lm-card.event .lm_button {
    padding:12px;
    border-radius: 100%;
}

.lm-card>.ctnr {
    padding: 16px 16px 16px;
    justify-content: space-between;
    height: 100%;
}

.lm-card.event .meta {
    margin-bottom:10px;
    line-height:150%;
    align-items: flex-start;
    justify-content: flex-start;
}
.lm-card.event .meta img {
    margin-right:8px;
}

.lm-card.event .intro {
    line-height: 150%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.lm-card.event .lm_button > img {
    margin:0;
}

/* HEADER - CARD EVENT */

header .lm-card.event  .event-start-time{
    display: none;
}

header .lm-card.event {
    position: relative;
}

.lm-card.event a.without-button {
    position:absolute;
    width:100%;
    height:100%;
    display:none;
}

header .lm-card.event a.without-button {
    display:initial;
}

header .lm-card.event .bottom {
    display:none;
}
