﻿.post-list-card {
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.2);
    background-color: #ffffff;
}
.post-list-card__heading {
    margin: 0;
    padding: 0 15px;
    line-height: 42px;
    height: 43px;
    font-family: WorkSans;
    font-weight: 500;
    font-size: 16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
ul.post-list-card__posts {
    list-style: none;
    padding: 10px 0 5px 0;
    margin: 0;
    width: 100%;
}
li.post-list-card__post {
    margin-bottom: 8px;
}
li.post-list-card__post a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    cursor: pointer;
    font-family: WorkSans;
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #5b009b;
    text-decoration: none;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
li.post-list-card__post:first-of-type {
    margin-top: 5px;
}
li.post-list-card__post:last-of-type {
    margin-bottom: 15px;
}