.blog-card-image
{
    background-color: var(--thm-primary);
}

.blog-card-date span:after
{
    position: absolute;
    content: '';
    bottom: -10px;
    right: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--thm-primary);
}

.blog-card-meta .author:before
{
    margin-right: 3px;
}

.blog-card-meta .attachments
{
    color: var(--thm-primary);
    margin-left: 10px;
}

.blog-card-meta .attachments:before
{
    margin-right: 3px;
    content: "\f15b";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
}

.blog-card-content .article-title
{
    transition: all 500ms ease;
}

.blog-card-content .article-title:hover
{
    color: var(--thm-primary);
}

.news-details-meta-box-inner .date
{
    margin-left: 3px;
}

.news-details-meta-box-inner .date:before
{
    content: "\f133";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
    color: var(--thm-primary);
}

.document-details-content .article-attachment-title
{
    color: var(--thm-black);
    transition: all 500ms ease;
}

.document-details-content .article-attachment-title:hover
{
    color: var(--thm-primary);
}