.icon-list-article {
    font-size: 16px;
    color: #9B9FAB;
    background: #EDF2F5;
    border-radius: 50%;
}
.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;
}

@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: 0 center;
    height: 200px;
}
.underline {
    border-bottom: 5px solid #efefef;
}
.underline-secondary {
    bottom: -6px;
    left: 0px;
    border-bottom: 5px solid var(--bs-secondary);
    width: 100%;
}

.underline-primary {
    bottom: -6px;
    left: 0px;
    border-bottom: 5px solid var(--bs-primary);
    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 {
    max-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;
}

.popular-news {
    margin-top: 140px;
}

@media (max-width: 766px) {
    .company-header-avatar {
        width: 60px;
        height: 60px;
    }
    .h3 {
        font-size: 20px;
    }
    .h1 {
        font-size: 30px;
    }
    .popular-news {
        margin-top: 0px;
    }
}