/*
Theme Name:     Brius Optimized Lightweight Theme
Author:         Brius WP Team
Version:        0.1.4
Description:    BOLT is Optimezid to Programmatic Media providing a lot of fetures that improves the blog performance!
Requires at least:  5.0
Tested up to:   5.2
Requires PHP:   7.0
*/

.relateds-title {
    padding: 15px 0 !important;
    position: relative;
}

.relateds-title::before{
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    background: #0045ff;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.relateds-title::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #e2e2e2;
    bottom: 0;
    left: 0;
}

.detail-page .news-container--first .brius-relateds img:not(.avatar,.user-img) {
    width: 100%;
    max-width: 100% !important;
}

.detail-page .news-container--first .detail-page__content-image img.wp-post-image {
    max-width: 50%;
}

.brius-relateds {
    margin-bottom: 25px;
}

.related .image-effect-scale {
    position: relative;
}

.related .post-card__title {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}

.related .post-card__excerpt{
    padding: 0 !important;
}

.related .category-post{
    position: absolute;
    top: 6px;
    left: 6px;
    background: #0045ff;
    color: #FFF;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
}
 
.news-contents-section__blocks--columns3 {
    gap: 20px !important;
}

.news-contents-section__blocks--columns3 .news-contents-section__block {
    width: auto !important;
}

@media (max-width: 992px) {
    .brius-relateds {
        padding: 0 15px;
    }
}