.article-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.card-article {
    width: 26rem;
}

.card-article-body {
    height: 290px;
}

.img-popular {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.bg-popular {
	background-image: url('../img/goodkit/banner-news/news.png');
	background-position: center;
	background-repeat: no-repeat;;
}

.text-popular {
    color: white;
    font-family: var(--bs-font-triple);
    align-self: center;
    border-left: 8px solid var(--bs-secondary);
    line-height: 5rem;
    padding-left: 20px;
    margin: 5vh 0px 5vh 0;;
}

@media (max-width: 1367px) {
    .card-article {
        width: 23rem;
    }
}

@media (max-width: 1200px) {

    .article-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .card-article {
        width: 23rem;
    }
}

@media (max-width: 768px) {
    .card-article {
        width: 22rem;
    }
}

@media (max-width: 350px) {
    .card-article {
        width: 19rem;
    }
    .card-article-body {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .article-list {
        grid-template-columns: 1fr;
    }
}

.news-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
	background-image: url('../img/goodkit/banner-news/banner.png');
}
.underline {
    border-bottom: 5px solid #efefef;
}
.underline-secondary {
    bottom: -6px;
    left: 0px;
    border-bottom: 5px solid var(--bs-secondary);
    width: 100%;
}

/* share last icon */
.st-last {
    display: inline-block !important;
}

.card-popular:hover{
    transform: scale(1.1);
}
.article-creator-icon {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

/* OLD */
.article-detail img {
    width: 100%!important;
}

.icon-btn {
    padding: 5px;
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.border-comment {
    border-top: 3px solid gray;
}

.grid-review {
    display: grid;
    grid-template-columns: 90px 1fr;
}

@media (max-width: 766px) {
    .company-header-avatar {
        width: 60px;
        height: 60px;
    }
    .h3 {
        font-size: 20px;
    }
    .h1 {
        font-size: 30px;
    }
}