.csa-sidebar-title {
    font-weight: bold;
}

.csa-sidebar-title::after {
    content: '';
    display: block;
    width: 6.583rem;
    height: 0.555rem;
    background: #fcec73;
    margin: 0.555rem auto 0;
}

.csa-thumbnail-container img {
    width: 5.852rem;
    height: 5.852rem;
    object-fit: cover;
}

.csa-article-category {
    color: #656d7a;
}

.csa-article-title:link {
    color: #303640;
    text-decoration: none;
}

.csa-article-title:visited {
    color: #303640;
}

.csa-article-title:hover {
    color: #4083cf;
}

.csa-sidebar-footer:link {
    color: #4083cf;
    text-decoration: none;   
}

.csa-sidebar-footer:visited {
    color: #4083cf;
}

.csa-sidebar-footer:hover {
    color: #303640;
}
