﻿/* GENERAL CLASSES */
.double-column-bg {
    background-color: #f5f5f5;
}

.enable-lining-figures {
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

.spe-caf-heading {
    border-bottom: 1px solid #ddd;
}

.border_bottom_ddd {
    border-bottom: 1px solid #ddd;
}
/* END GENERAL CLASSES */

/* RELATED CONTENT */
.caf_related_content_list > li {
    border-bottom: 1px solid #ddd;
}

.caf_related_content_list > li:last-child {
    border-bottom: none;
}

.caf_related_content_container {
    width: 100%;
}

.caf_related_content_col_title {
    font-family: Playfair Display, serif;
    /* font-size: 2.5em; */
}

.caf_related_content_type {
    color: var(--pink);
    font-size: .8em;
    font-weight: 700;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.caf_related_content_title > a {
    color: var(--gray);
    font-weight: 700;
}
/* END RELATED CONTENT */

/* AUTHORS */
.caf_author_container > ul:last-child,
.caf_author_container > ul:last-child > li{
    margin-bottom: 0 !important;
}

.caf_author_left_border {
    border-left: 1px solid #ddd;
}

.caf_author_col_title {
    font-family: Playfair Display, serif;
    font-size: 2.5em;
}

.caf_author_col_title span {
    font-family: Raleway, sans-serif;
    font-weight: normal;
    font-size: 0.75em;
}

.caf_author {
    flex-direction: row;
    display: flex;
}

.caf_author picture {
    margin-right: 20px;
}

.caf_author img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
}

.caf_author .caf_author_name {
    color: #40636f;
    font-weight: bold;
    margin-bottom: 0px;
}

.caf_author_col_list_container {
    max-height: 575px;
    overflow: auto;
    scrollbar-width: thin;
}
/* END AUTHORS */
