.other-post-container {
    padding-right: 20px;
}

@media screen and (max-width: 1440px) {
    .detail-other-title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 100%;
    }

    .detail-other-exerpt {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 100%;
    }

    .detail-other-title.most-viewed {
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 1024px) {
    .article-card-item.item-1-alt,
    .article-card-item.item-2 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .detail-other-title {
        font-size: 11px;
    }

    .detail-other-exerpt {
        font-size: 10px;
    }

    .detail-sumber-berita span {
        font-size: 9px;
    }

    .detail-card-body-berita {
        height: 92px !important;
    }

    .other-post-container {
        padding-right: unset;
    }

    .detail-sumber-berita .tanggal-publish,
    .detail-sumber-berita .jumlah-views {
        font-size: 10px;
    }

    .detail-card-body-berita.most-viewed {
        height: 70px !important;
    }
}

@media screen and (max-width: 425px) {
    .detail-other-title {
        -webkit-line-clamp: 2;
    }

    .detail-other-exerpt {
        -webkit-line-clamp: 1;
    }

    .detail-other-exerpt {
        display: none;
    }

    .detail-card-body-berita {
        height: 68px !important;
    }

    .kolom-pencarian {
        width: 90% !important;
    }

    .most-viewed-title {
        margin-top: 40px;
    }
}

@media screen and (max-width: 375px) {
    .kolom-pencarian {
        width: 88% !important;
    }
}