.custom-blog-listing {
    display: flex;
    gap: 20px;
}

.main-post {
    width: 70%;
}

.side-posts {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.side-post-item {
    display: flex;
    gap: 10px;
}


.main-post-title {
    position: absolute;
    bottom: 41px;
    left: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    right: 40px;
}

.main-post-title a {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: 700;
    color: #fff !important;
    margin: 0;
    line-height: 38px;
}

.main-post-thumbnail {
    position: relative;
}

.main-post-thumbnail img {
    border-radius: 8px !important;
    width: 100%;
}

.main-post-title p {
    color: #fff;
    margin: 0px;
}

.side-post-thumbnail img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 8px !important;
}

.side-post-title {
    display: flex;
    flex-direction: column;
    width: 70%;
    row-gap: 6px;
}

.side-post-thumbnail {
    display: flex;
    width: 30%;
}

.side-post-title a {
    color: #fff !important;
    margin: 0px;
    font-family: 'Inter';
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

.side-post-title p {
    color: #fff;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
}

.limited-text, .limited-text .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Membatasi jumlah baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Menambahkan ellipsis (...) jika teks terpotong */
}

.limited-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Membatasi jumlah baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Menambahkan ellipsis (...) jika teks terpotong */
}

.pandangan-terkini-card img {
    height: 230px !important;
    object-fit: cover;
}

.pencapaian-terkini img {
    height: 240px !important;
    object-fit: cover;
}

.carousel-img-home .swiper-slide-image {
    height: 180px;
    object-fit: cover;
    object-position: center;
}

/* Tampilkan untuk tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .custom-blog-listing{
        flex-direction: column;
    }

    .side-posts {
        width: 100%;
    }

    .main-post {
        width: 100%;
    }

    .side-post-thumbnail {
        width: auto;
    }

    .main-post-title a {
        font-size: 26px;
    }
}

/* Tampilkan untuk ponsel */
@media (max-width: 767px) {
    .custom-blog-listing{
        flex-direction: column;
    }

    .side-posts {
        width: 100%;
    }

    .main-post {
        width: 100%;
    }

    .main-post-title a {
        font-size: 16px;
        line-height: 20px;
    }

    .main-post-title {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .main-post-title p {
        font-size: 14px;
        line-height: 18px;
    }

    .side-post-title a {
        color: #fff;
        margin: 0px;
        font-family: 'Inter';
        font-size: 16px;
        line-height: 20px;
        /* font-weight: bold; */
    }

    .carousel-img-home .swiper-slide-image {
        height: 120px !important;
    }

    .pencapaian-terkini img {
        height: 200px !important;
    }

    .pandangan-terkini-card img {
        height: 190px !important;
    }

    .slide-carousel {
        width: 100% !important;
        padding-left: 20px !important;
    }
}