.meetingList--detailed .meetingList__inner {
    margin: 0;
    padding: 0;
    list-style: none;
}

.meetingList .aside .article {
    padding: 1.5rem;
    background: var(--lightBlue);
    margin-bottom: var(--articleMarginBottomSmall);
}

.meetingList #postListFilter.show {
    margin-top: var(--articleMarginBottomSmall);
}

.meetingList .togglePostListFilter:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    background: url('/ui/kortom/images/icon--filter.svg') no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    float: left;
    margin: 0 8px 0 0;
}
