/*region Post List (Cards) */
.card .presenters {
    border-top: 1px solid #eee;
}
.card .presenters img {
    height: 50px;
}
.card .presenters img + p.lead {
    font-size: .7rem;
    font-weight: 600;
}
/*endregion*/
.single-content .page-content-container {
    border-radius: 4px;
    border-top: 6px solid #00529b;
}
.single-content .content:not(:first-of-type) {
    padding: 2rem 0;
}
.single-content .multi-presenters:not(:first-of-type) {
    border-left: 1px solid #f5f5f5;
}
.single-presenter-img {
    max-height: 250px;
}