.meetingMeta__date {
    margin-right: 0.5rem;
    font-size: 0.688rem;
}

.icon-clock,
.icon-location {
    display: inline-block;
    margin-right: 0.5rem;
    font-family: 'fjell';
    font-style: normal;
}

.icon-location {
    font-size: 0.9rem;
}

.meetingMeta__location {
    display: inline-block;
    font-style: normal;
}
.meetingMeta__location a {
    color: var(--baseDark500);
    font-weight: normal;
    font-size: 0.688rem;
}

.meetingList__introduction {
    margin-bottom: 3rem;
}

.meetingList__readMore {
    position: absolute;
    bottom: 0;
}

.meetingList.--noResults {
    text-align: center;
    font-weight: 600;
}
