@media (min-width: 1920px) {
    .header-info-news {
        height: 280px;
    }

    .title-header {
        font-size: 44px;
        margin: 0px 128px;
    }

    /* -------------- */

    /* page news 2 */
    .area-info-news {
        margin: 0px 128px 0px 128px;
    }

    .content-info-news {
        gap: 35px;
    }

    /* content kiri */
    .content-IN-kiri {
        width: 80%;
        gap: 20px;
    }

    .title-info-kiri {
        font-size: 46px;
    }

    .link-box-info {
        width: calc(33.33% - 20px);
    }

    .box-info {
        height: 100%;
        max-height: 431px;
        /* padding: 15px; */
    }

    .content-box-info {
        margin: 15px;
    }

    .area-image-info {
        height: 180px;
    }

    .area-info {
        margin-top: 15px;
    }

    .tagar-info {
        font-size: 28px;
    }

    .title-info {
        font-size: 46px;
    }

    .desk-info {
        font-size: 20px;
    }

    .date-info {
        font-size: 18px;
    }

    .tag-info {
        font-size: 22px;
    }

    /* ------------ */

    /* content kanan */
    .content-IN-kanan {
        width: 20%;
    }

    /* area-news */

    .header-news {
        font-size: 46px;
    }

    .link-kat-info {
        width: calc(50% - 15px);
    }

    .box-news {
        width: 100%;
        height: 100px;
        /* background-color: #f0f0f0; */
        /* border-radius: 10px; */
    }

    .area-tag-news {
        width: auto;
        height: fit-content;
        /* border: 1px red solid; */
        padding: 10px;
        z-index: 2;
    }

    .tag-news {
        margin: 0px;
        font-family: "Bebas Neue";
        /* color: white; */
        font-weight: 200;
        font-size: 26px;
    }

    .image-news {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        transition: all 0.3s ease;
    }
    /* ----------- */

    /* area news */
    .title-top-news {
        font-size: 46px;
    }

    .content-top-news {
        gap: 14px;
    }

    .box-top-news {
        height: fit-content;
        padding: 0px;
    }

    .area-top-image {
        height: fit-content;
    }

    .tag-top-info {
        font-size: 22px;
    }

    .desk-top-info {
        font-size: 20px;
    }

    .date-top-info {
        font-size: 18px;
    }
    /* ------------- */

    /* area streaming */

    .area-stream-event {
        margin: 30px 128px 30px 128px;
    }

    .title-streaming {
        font-size: 46px;
    }

    .area-thumbnail {
        height: 240px;
    }

    .text-streaming {
        font-size: 14px;
    }

    .btn-play-streaming {
        width: 65px;
        height: 65px;
    }

    .btn-play-streaming span {
        font-size: 34px;
    }

    /* ------------- */

        /* area event */

        .title-event {
            font-size: 46px;
        }
    
        .area-event-bottom {
            height: fit-content;
            gap: 15px;
        }
    
        .content-event {
            height: 458px;
        }
    
        .area-days-date-right {
            height: auto;
        }
    
        .title-event-UC {
            font-size: 32px;
        }
    
        .link-detail-UC {
            font-size: 22px;
        }
    
        .date-month-right {
            font-size: 34px;
        }
    
        .year-right {
            font-size: 18px;
        }
    
        .area-see-more {
            margin-top: 15px;
        }
    
        .see-more {
            font-size: 22px;
        }

    /* pop up event */
    .popup-content-event {
        width: 450px;
        height: fit-content;
        padding: 25px;
    }

    .desk-event {
        font-size: 16px;
    }

    .jam-event {
        font-size: 14px;
    }

    .title-box-event {
        font-size: 28px;
    }

    .link-event {
        font-size: 16px;
    }
    /* -------------- */

    /* ------------- */

    /* ------------ */

    /* -------------- */

    /* page news 3 */

    .area-info-artis {
        margin: 0px 128px 20px 128px;
    }

    .title-info-artis {
        font-size: 40px;
    }

    /* area box */

    .area-box-info-artis {
        margin-top: 15px;
        /* border: 1px red solid; */
        gap: 15px;
    }

    .box-artis {
        flex: 1 1 calc(33.33% - 15px);
        max-width: calc(33.33% - 15px);
        height: fit-content;
    }

    .nama {
        font-size: 15px;
    }

    .bio {
        font-size: 13px;
    }

    .area-image-artis {
        height: 200px;
    }

    .area-header-artis {
        height: 35%;
    }

    .name-artis {
        font-size: 22px;
    }

    .judul-berita {
        font-size: 22px;
    }

    .desk-berita {
        font-size: 13px;
    }

    .see-more-news {
        font-size: 12px;
    }

    .popup-content-artis {
        width: 440px;
        max-height: 400px;
    }

    .header-popup-artis {
        font-size: 24px;
    }

    .popUp-judul-berita {
        font-size: 26px;
    }

    .popUp-desk-berita {
        font-size: 13px;
    }

    /* ----------- */

    /* ------------- */
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .content-event{
        height: 350px;
    }

    .date-month-right{
        font-size: 28px;
    }
}
@media (max-width: 1366px) {
    /* Gaya untuk laptop widescreen */
}
@media (max-width: 1280px) {
    /* Gaya untuk laptop standar */
}
@media (min-width: 1024px) and (max-width: 1280px) {
    /* page news 1 */
    .header-info-news {
        height: 280px;
    }

    .title-header {
        font-size: 44px;
        margin: 0px 32px;
    }

    /* -------------- */

    /* page news 2 */
    .area-info-news {
        margin: 0px 32px 0px 32px;
    }

    .content-info-news {
        gap: 35px;
    }

    /* content kiri */
    .content-IN-kiri {
        width: 80%;
    }

    .title-info-kiri{
        font-size: 34px;
    }

    .box-info {
        height: 100%;
        max-height: 270px;
    }

    .content-box-info {
        margin: 15px;
    }

    .area-image-info {
        height: 45%;
    }

    .area-info {
        margin-top: 15px;
    }

    .tagar-info {
        font-size: 28px;
    }

    .title-info {
        font-size: 32px;
    }

    .desk-info {
        font-size: 14px;
    }

    .date-info {
        font-size: 12px;
    }
    /* ------------ */

    /* content kanan */
    .content-IN-kanan {
        width: 20%;
    }

    /* area-news */

    .header-news {
        font-size: 34px;
    }

    .box-news {
        flex: 0 0 100%;
        height: 65px;
        /* background-color: #f0f0f0; */
        /* border-radius: 10px; */
    }

    .area-tag-news {
        width: auto;
        height: fit-content;
        /* border: 1px red solid; */
        padding: 10px;
        position: absolute;
        z-index: 2;
    }

    .tag-news {
        font-size: 20px;
    }

    .image-news {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        transition: all 0.3s ease;
    }
    /* ----------- */

    /* area news */
    .title-top-news {
        font-size: 34px;
    }

    .content-top-news {
        gap: 14px;
    }

    .box-top-info {
        height: 65px;
        padding: 6px;
    }

    .tag-top-info {
        font-size: 18px;
    }

    .desk-top-info {
        font-size: 14px;
    }

    .date-top-info {
        font-size: 12px;
    }
    /* ------------- */

    /* page news 3 */

    .area-stream-event {
        margin: 20px 32px 40px 32px;
    }

    /* area event */

    .title-event {
        font-size: 28px;
    }

    .area-event-bottom {
        height: fit-content;
        gap: 15px;
    }

    .content-event {
        height: 260px;
    }

    .area-days-date-right {
        height: auto;
    }

    .title-event-UC {
        font-size: 20px;
    }

    .link-detail-UC {
        font-size: 14px;
    }

    .date-month-right {
        font-size: 20px;
    }

    .year-right {
        font-size: 18px;
    }

    .area-see-more {
        margin-top: 15px;
    }

    .see-more {
        font-size: 18px;
    }

    /* pop up event */
    .popup-content-event {
        width: 450px;
        height: fit-content;
        padding: 25px;
    }

    .desk-event {
        font-size: 16px;
    }

    .jam-event {
        font-size: 14px;
    }

    .title-box-event {
        font-size: 28px;
    }

    .link-event {
        font-size: 16px;
    }
    /* -------------- */
    /* area streaming */

    .title-streaming {
        font-size: 34px;
    }

    .area-thumbnail {
        height: 165px;
    }

    .text-streaming {
        font-size: 14px;
    }

    .btn-play-streaming {
        width: 45px;
        height: 45px;
    }

    .btn-play-streaming span {
        font-size: 28px;
    }

    /* ------------- */
    /* ------------- */

    /* ------------ */

    /* -------------- */

    .title-info-artis {
        font-size: 40px;
    }

    /* area box */

    .area-box-info-artis {
        margin-top: 15px;
        /* border: 1px red solid; */
        gap: 15px;
    }

    .box-artis {
        flex: 1 1 calc(33.33% - 15px);
        max-width: calc(33.33% - 15px);
        height: fit-content;
    }

    .nama {
        font-size: 15px;
    }

    .bio {
        font-size: 13px;
    }

    .area-image-artis {
        height: 200px;
    }

    .name-artis {
        font-size: 22px;
    }

    .judul-berita {
        font-size: 22px;
    }

    .desk-berita {
        font-size: 13px;
    }

    .see-more-news {
        font-size: 12px;
    }

    .popup-content-artis {
        width: 440px;
        max-height: 400px;
    }

    .header-popup-artis {
        font-size: 24px;
    }

    .popUp-judul-berita {
        font-size: 26px;
    }

    .popUp-desk-berita {
        font-size: 13px;
    }

    /* ----------- */

    /* ------------- */
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    /* page news 1 */
    .header-info-news {
        height: 230px;
    }

    .title-header {
        font-size: 38px;
        margin: 0px 20px;
    }

    /* -------------- */

    /* page news 2 */
    .area-info-news {
        margin: 0px 20px 0px 20px;
    }

    .content-info-news {
        gap: 20px;
    }

    /* content kiri */
    .content-IN-kiri {
        width: 80%;
    }

    .title-info-kiri {
        font-size: 26px;
    }

    .box-info {
        width: 100%;
        height: fit-content;
        /* max-height: 120px; */
    }

    .area-image-info {
        width: 100%;
        /*border: 1px black solid;
        */
        border-radius: 10px;
        /* height: 180px; */
    }

    .line-info {
        width: 100%;
        height: 5px;
        background-color: var(--primary-color);
        margin-top: 10px;
    }

    .area-text-desk-info {
        width: 100%;
        height: fit-content;
        max-height: 50%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        margin-top: 10px;
    }

    .area-tag {
        display: flex;
        gap: 4px;
    }

    .tag-info {
        font-family: "Bebas Neue";
        margin: 0px;
        font-size: 14px;
        font-weight: 500;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .desk-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 12px;
        overflow-wrap: break-word;
        padding: 2px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
        font-weight: 700;
    }

    .date-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 10px;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .image-info {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    #style-3::-webkit-scrollbar-track {
        border-radius: 15px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: transparent;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    #style-3::-webkit-scrollbar {
        width: 8px;
        background-color: #292929;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    #style-3::-webkit-scrollbar-thumb {
        margin: 3px 0px;
        border-radius: 10px;
        background-color: var(--primary-color);
        /* cursor: pointer; */
    }

    /* ------------ */

    /* content kanan */
    .content-IN-kanan {
        width: 20%;
    }

    

    /* area-news */

    .header-news {
        font-size: 26px;
    }

    .box-news {
        flex: 0 0 100%;
        height: 60px;
    }

    .tag-news {
        font-size: 18px;
    }

    .image-news {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    /* ----------- */

    /* area streaming */

    .area-stream-event {
        margin: 0px 20px 40px 20px;
    }

    .area-content-stream-event {
        gap: 30px;
    }

    .title-streaming {
        font-size: 26px;
    }

    .area-thumbnail {
        height: 140px;
    }

    .text-streaming {
        font-size: 10px;
    }

    .btn-play-streaming {
        width: 35px;
        height: 35px;
    }

    .btn-play-streaming span {
        font-size: 26px;
    }

    /* ------------- */

    /* area news */
    .title-top-news {
        font-size: 26px;
    }

    .content-top-news {
        gap: 10px;
    }

    .link-box-top-info {
        width: calc(33.33% - 7px);
    }

    .box-top-info {
        height: 60px;
        padding: 6px;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /* ------------- */

/* area event */

.title-event {
    font-size: 26px;
}

.area-event-bottom {
    height: fit-content;
    gap: 15px;
}

.content-event {
    height: 195px;
}

.area-days-date-right {
    height: auto;
}

.title-event-UC {
    font-size: 15px;
}

.link-detail-UC {
    font-size: 12px;
}

.date-month-right {
    font-size: 18px;
}

.year-right {
    font-size: 18px;
}

.area-see-more {
    margin-top: 15px;
}

.see-more {
    font-size: 16px;
}

/* ------------- */

    /* pop up event */
    .popup-content-event {
        width: 400px;
        height: fit-content;
        padding: 25px;
    }

    .area-info-event {
        gap: 6px;
    }

    .desk-event {
        font-size: 14px;
    }

    .jam-event {
        font-size: 12px;
    }

    .title-box-event {
        font-size: 24px;
    }

    .link-event {
        font-size: 14px;
    }
    /* -------------- */

    /* ------------ */

    /* -------------- */

    /* page news 3 */

    .area-info-artis {
        margin: 0px 20px 20px 20px;
    }

    .title-info-artis {
        font-size: 30px;
    }

    /* area box */

    .area-box-info-artis {
        margin-top: 15px;
        /* border: 1px red solid; */
        gap: 15px;
    }

    .box-artis {
        flex: 1 1 calc(33.333% - 15px);
        max-width: calc(33.333% - 15px);
        height: fit-content;
    }

    .nama {
        font-size: 16px;
    }

    .bio {
        font-size: 14px;
    }

    .area-image-artis {
        height: 125px;
    }

    .area-header-artis {
        height: 35%;
    }

    .name-artis {
        font-size: 22px;
    }

    .judul-berita {
        font-size: 16px;
    }

    .desk-berita {
        font-size: 11px;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
    }

    .see-more-news {
        font-size: 10px;
    }

    .popup-content-artis {
        width: 420px;
        max-height: 400px;
    }

    .popUp-area-info-artis {
        gap: 3px;
    }

    .header-popup-artis {
        font-size: 22px;
    }

    .popUp-judul-berita {
        font-size: 24px;
    }

    .popUp-desk-berita {
        font-size: 11px;
    }

    /* ----------- */

    /* ------------- */
}
@media (max-width: 600px) {
    /* Gaya untuk tablet kecil atau phablet */
}
/* Mobile Devices */
@media (max-width: 480px) {
    /* page news 1 */
    /* .page-news-1 {
        margin-bottom: 25px;
    } */

    .header-info-news {
        height: 141px;
    }

    .image-header-info-news {
        justify-content: center;
    }

    .title-header {
        font-size: 30px;
        margin: 0px 8px;
    }

    /* -------------- */

    /* page news 2 */
    .area-info-news {
        margin: 0px 8px 0px 8px;
    }

    .content-info-news {
        flex-direction: column;
        gap: 35px;
        margin-top: 0px;
    }

    /* content kiri */
    .content-IN-kiri {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }

    .area-content-IN {
        flex-direction: column;
    }

    .link-box-info {
        width: calc(50% - 15px);
    }

    .box-info {
        height: auto;
        display: none;
    }

    .box-info.visible {
        display: block; /* Tampilkan box yang memiliki kelas "visible" */
    }
    .toggle-btn {
        display: block; /* Tampilkan tombol "See More / See Less" */
    }

    .content-box-info {
        margin: 15px;
        height: fit-content;
    }

    .area-image-info {
        height: 30%;
    }

    .tag-info {
        font-family: "Bebas Neue";
        margin: 0px;
        font-size: 18px;
        font-weight: 500;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .desk-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 12px;
        overflow-wrap: break-word;
        padding: 2px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
        font-weight: 700;
    }

    .date-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 10px;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .image-info {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .area-bottom-box-info {
        display: block;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 16px;
    }

    /* ------------ */

    #style-3::-webkit-scrollbar-track {
        border-radius: 15px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: transparent;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    #style-3::-webkit-scrollbar {
        width: 8px;
        background-color: #292929;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    #style-3::-webkit-scrollbar-thumb {
        margin: 3px 0px;
        border-radius: 10px;
        background-color: var(--primary-color);
        /* cursor: pointer; */
    }

    /* content kanan */
    .content-IN-kanan {
        width: 100%;
    }

    /* area-news */

    .header-news {
        font-size: 30px;
    }

    .link-box-news{
        width: calc(50% - 5px);
    }

    .box-news {
        flex: 0 0 100%;
        height: 55px;
    }

    .tag-news {
        font-size: 18px;
    }

    .image-news {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    /* ----------- */

    /* area news */
    .title-top-news {
        font-size: 28px;
    }

    .content-top-news {
        gap: 8px;
    }

    .link-box-top-info {
        width: calc(50% - 7px);
    }

    .box-top-info {
        height: 60px;
        padding: 6px;
    }

    .area-top-image {
        height: 107px;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /* ------------- */

    .area-content-stream-event {
        flex-direction: column;
        gap: 25px;
    }

    /* area streaming */

    .area-streaming {
        width: 100%;
    }

    .title-streaming {
        font-size: 30px;
    }

    .area-thumbnail {
        height: 140px;
    }

    .text-streaming {
        font-size: 10px;
    }

    .btn-play-streaming {
        height: 35px;
        width: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }

    /* ------------- */

    /* area event */

    .area-event {
        width: 100%;
    }

    .title-event {
        font-size: 30px;
    }

    .area-event-bottom {
        flex-direction: column;
        height: fit-content;
        gap: 15px;
    }

    .content-event {
        height: 222px;
        width: 100%;
    }

    .area-days-date-right {
        height: auto;
    }

    .title-event-UC {
        font-size: 18px;
    }

    .date-month-right {
        font-size: 18px;
    }

    .year-right {
        font-size: 18px;
    }

    .area-see-more {
        margin-top: 15px;
    }

    .see-more {
        font-size: 16px;
    }


    /* ------------- */

    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }
    /* -------------- */

    /* ------------ */

    /* -------------- */

    /* page news 3 */

    .area-stream-event {
        margin: 20px 8px 20px 8px;
    }

    .title-info-artis {
        font-size: 32px;
    }

    /* area box */

    .area-box-info-artis {
        margin-top: 15px;
        /* border: 1px red solid; */
        gap: 15px;
    }

    .box-artis {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 10px);
        height: fit-content;
    }

    .area-bio-artis {
        padding: 10px;
    }

    .nama {
        font-size: 12px;
    }

    .bio {
        font-size: 10px;
    }

    .area-image-artis {
        height: 120px;
    }

    .area-header-artis {
        height: 35%;
    }

    .name-artis {
        font-size: 22px;
    }

    .judul-berita {
        font-size: 14px;
    }

    .desk-berita {
        font-size: 9px;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
    }

    .see-more-news {
        font-size: 8px;
    }

    .popup-content-artis {
        width: 260px;
        max-height: 180px;
    }

    .popUp-area-info-artis {
        gap: 0px;
    }

    .header-popup-artis {
        font-size: 18px;
    }

    .popUp-judul-berita {
        font-size: 20px;
    }

    .popUp-desk-berita {
        font-size: 7px;
    }

    /* ----------- */

    /* ------------- */
}
@media (max-width: 390px) {
    /* page news 1 */
    /* .page-news-1 {
        margin-bottom: 25px;
    } */

    .header-info-news {
        height: 141px;
    }

    .image-header-info-news {
        justify-content: center;
    }

    .title-header {
        font-size: 30px;
        margin: 0px 8px;
    }

    /* -------------- */

    /* page news 2 */
    .area-info-news {
        margin: 0px 8px 0px 8px;
    }

    .content-info-news {
        flex-direction: column;
        gap: 35px;
        margin-top: 0px;
    }

    /* content kiri */
    .content-IN-kiri {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }

    .area-content-IN {
        flex-direction: column;
    }

    .link-box-info {
        width: calc(50% - 15px);
    }

    .box-info {
        height: auto;
        display: none;
    }

    .box-info.visible {
        display: block; /* Tampilkan box yang memiliki kelas "visible" */
    }
    .toggle-btn {
        display: block; /* Tampilkan tombol "See More / See Less" */
    }

    .content-box-info {
        margin: 15px;
        height: fit-content;
    }

    .area-image-info {
        height: 30%;
    }

    .tag-info {
        font-family: "Bebas Neue";
        margin: 0px;
        font-size: 18px;
        font-weight: 500;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .desk-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 12px;
        overflow-wrap: break-word;
        padding: 2px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
        font-weight: 700;
    }

    .date-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 10px;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .image-info {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .area-bottom-box-info {
        display: block;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 16px;
    }

    /* ------------ */

    #style-3::-webkit-scrollbar-track {
        border-radius: 15px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: transparent;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    #style-3::-webkit-scrollbar {
        width: 8px;
        background-color: #292929;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    #style-3::-webkit-scrollbar-thumb {
        margin: 3px 0px;
        border-radius: 10px;
        background-color: var(--primary-color);
        /* cursor: pointer; */
    }

    /* content kanan */
    .content-IN-kanan {
        width: 100%;
    }

    /* area-news */

    .header-news {
        font-size: 30px;
    }

    .link-box-news{
        width: calc(50% - 5px);
    }

    .box-news {
        flex: 0 0 100%;
        height: 55px;
    }

    .tag-news {
        font-size: 18px;
    }

    .image-news {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    /* ----------- */

    /* area news */
    .title-top-news {
        font-size: 28px;
    }

    .content-top-news {
        gap: 8px;
    }

    .link-box-top-info {
        width: calc(50% - 7px);
    }

    .box-top-info {
        height: 60px;
        padding: 6px;
    }

    .area-top-image {
        height: 107px;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /* ------------- */

    .area-content-stream-event {
        flex-direction: column;
        gap: 25px;
    }

    /* area streaming */

    .area-streaming {
        width: 100%;
    }

    .title-streaming {
        font-size: 30px;
    }

    .area-thumbnail {
        height: 140px;
    }

    .text-streaming {
        font-size: 10px;
    }

    .btn-play-streaming {
        height: 35px;
        width: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }

    /* ------------- */

    /* area event */

    .area-event {
        width: 100%;
    }

    .title-event {
        font-size: 30px;
    }

    .area-event-bottom {
        flex-direction: column;
        height: fit-content;
        gap: 15px;
    }

    .content-event {
        height: 202px;
        width: 100%;
    }

    .area-days-date-right {
        height: auto;
    }

    .title-event-UC {
        font-size: 18px;
    }

    .date-month-right {
        font-size: 20px;
    }

    .year-right {
        font-size: 18px;
    }

    .area-see-more {
        margin-top: 15px;
    }

    .see-more {
        font-size: 16px;
    }

    /* ------------- */

    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }
    /* -------------- */

    /* ------------ */

    /* -------------- */

    /* page news 3 */

    .area-stream-event {
        margin: 20px 8px 20px 8px;
    }

    .title-info-artis {
        font-size: 32px;
    }

    /* area box */

    .area-box-info-artis {
        margin-top: 15px;
        /* border: 1px red solid; */
        gap: 15px;
    }

    .box-artis {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 10px);
        height: fit-content;
    }

    .area-bio-artis {
        padding: 10px;
    }

    .nama {
        font-size: 12px;
    }

    .bio {
        font-size: 10px;
    }

    .area-image-artis {
        height: 120px;
    }

    .area-header-artis {
        height: 35%;
    }

    .name-artis {
        font-size: 22px;
    }

    .judul-berita {
        font-size: 14px;
    }

    .desk-berita {
        font-size: 9px;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
    }

    .see-more-news {
        font-size: 8px;
    }

    .popup-content-artis {
        width: 260px;
        max-height: 180px;
    }

    .popUp-area-info-artis {
        gap: 0px;
    }

    .header-popup-artis {
        font-size: 18px;
    }

    .popUp-judul-berita {
        font-size: 20px;
    }

    .popUp-desk-berita {
        font-size: 7px;
    }

    /* ----------- */

    /* ------------- */
}

@media (max-width: 375px) {
    /* page news 1 */
    /* .page-news-1 {
        margin-bottom: 25px;
    } */

    .header-info-news {
        height: 141px;
    }

    .image-header-info-news {
        justify-content: center;
    }

    .title-header {
        font-size: 30px;
        margin: 0px 8px;
    }

    /* -------------- */

    /* page news 2 */
    .area-info-news {
        margin: 0px 8px 0px 8px;
    }

    .content-info-news {
        flex-direction: column;
        gap: 35px;
        margin-top: 0px;
    }

    /* content kiri */
    .content-IN-kiri {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }

    .area-content-IN {
        flex-direction: column;
    }

    .link-box-info {
        width: calc(50% - 10px);
    }

    .box-info {
        height: auto;
        display: none;
    }

    .box-info.visible {
        display: block; /* Tampilkan box yang memiliki kelas "visible" */
    }
    .toggle-btn {
        display: block; /* Tampilkan tombol "See More / See Less" */
    }

    .content-box-info {
        margin: 15px;
        height: fit-content;
    }

    .area-image-info {
        height: fit-content;
    }

    .tag-info {
        font-family: "Bebas Neue";
        margin: 0px;
        font-size: 18px;
        font-weight: 500;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .desk-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 12px;
        overflow-wrap: break-word;
        padding: 2px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
        font-weight: 700;
    }

    .date-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 10px;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .image-info {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .area-bottom-box-info {
        display: block;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 16px;
    }

    /* ------------ */

    #style-3::-webkit-scrollbar-track {
        border-radius: 15px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: transparent;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    #style-3::-webkit-scrollbar {
        width: 8px;
        background-color: #292929;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    #style-3::-webkit-scrollbar-thumb {
        margin: 3px 0px;
        border-radius: 10px;
        background-color: var(--primary-color);
        /* cursor: pointer; */
    }

    /* content kanan */
    .content-IN-kanan {
        width: 100%;
    }

    /* area-news */

    .header-news {
        font-size: 30px;
    }

    .link-box-news{
        width: calc(50% - 5px);
    }

    .box-news {
        flex: 0 0 100%;
        height: 55px;
    }

    .tag-news {
        font-size: 18px;
    }

    .image-news {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    /* ----------- */

    .area-content-stream-event {
        flex-direction: column;
        gap: 20px;
    }

    /* area streaming */

    .area-streaming {
        width: 100%;
    }

    .title-streaming {
        font-size: 30px;
    }

    .area-thumbnail {
        height: 140px;
    }

    .text-streaming {
        font-size: 10px;
    }

    .btn-play-streaming {
        height: 35px;
        width: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }

    /* ------------- */

    /* area news */
    .title-top-news {
        font-size: 28px;
    }

    .content-top-news {
        gap: 8px;
    }

    .link-box-top-info {
        width: calc(50% - 4px);
    }

    .box-top-info {
        height: 60px;
        padding: 6px;
    }

    .area-top-image {
        height: 107px;
    }

    .tag-top-info {
        font-size: 14px;
    }

    .desk-top-info {
        font-size: 12px;
    }

    .date-top-info {
        font-size: 10px;
    }
    /* ------------- */

/* area streaming */

    .title-streaming {
        font-size: 30px;
    }

    .area-thumbnail {
        height: 100px;
    }

    .text-streaming {
        font-size: 10px;
    }

    .btn-play-streaming {
        height: 35px;
        width: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }

    /* ------------- */

    /* area event */

    .title-event {
        font-size: 30px;
    }

    .area-event-bottom {
        height: fit-content;
        gap: 10px;
    }

    .content-event {
        height: 193px;
    }

    .area-days-date-right {
        height: auto;
    }

    .date-month-right {
        font-size: 16px;
    }

    .year-right {
        font-size: 14px;
    }

    .area-see-more {
        margin-top: 4px;
    }

    .see-more {
        font-size: 12px;
    }

    /* ------------- */
    /* ------------- */

    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }
    /* -------------- */

    /* ------------ */

    /* -------------- */

    /* page news 3 */

    .area-stream-event{
        margin: 20px 8px 20px 8px;
    }

    .title-info-artis {
        font-size: 32px;
    }

    /* area box */

    .area-box-info-artis {
        margin-top: 15px;
        /* border: 1px red solid; */
        gap: 15px;
    }

    .box-artis {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 10px);
        height: fit-content;
    }

    .area-bio-artis {
        padding: 10px;
    }

    .nama {
        font-size: 12px;
    }

    .bio {
        font-size: 10px;
    }

    .area-image-artis {
        height: 120px;
    }

    .area-header-artis {
        height: 35%;
    }

    .name-artis {
        font-size: 22px;
    }

    .judul-berita {
        font-size: 14px;
    }

    .desk-berita {
        font-size: 9px;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
    }

    .see-more-news {
        font-size: 8px;
    }

    .popup-content-artis {
        width: 260px;
        max-height: 180px;
    }

    .popUp-area-info-artis {
        gap: 0px;
    }

    .header-popup-artis {
        font-size: 18px;
    }

    .popUp-judul-berita {
        font-size: 20px;
    }

    .popUp-desk-berita {
        font-size: 7px;
    }

    /* ----------- */

    /* ------------- */
}
@media (max-width: 344px) {
    /* page news 1 */
    /* .page-news-1 {
        margin-bottom: 25px;
    } */

    .header-info-news {
        height: 141px;
    }

    .image-header-info-news {
        justify-content: center;
    }

    .title-header {
        font-size: 30px;
        margin: 0px 8px;
    }

    /* -------------- */

    /* page news 2 */
    .area-info-news {
        margin: 0px 8px 0px 8px;
    }

    .content-info-news {
        flex-direction: column;
        gap: 35px;
        margin-top: 0px;
    }

    /* content kiri */
    .content-IN-kiri {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }

    .area-content-IN {
        flex-direction: column;
    }

    .link-box-info {
        width: calc(50% - 10px);
    }

    .box-info {
        height: auto;
        display: none;
    }

    .box-info.visible {
        display: block; /* Tampilkan box yang memiliki kelas "visible" */
    }
    .toggle-btn {
        display: block; /* Tampilkan tombol "See More / See Less" */
    }

    .content-box-info {
        margin: 15px;
        height: fit-content;
    }

    .area-image-info {
        height: 30%;
    }

    .tag-info {
        font-family: "Bebas Neue";
        margin: 0px;
        font-size: 12px;
        font-weight: 500;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .desk-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 10px;
        overflow-wrap: break-word;
        padding: 2px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
        font-weight: 700;
    }

    .date-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 8px;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .image-info {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .area-bottom-box-info {
        display: block;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 14px;
    }

    /* ------------ */

    #style-3::-webkit-scrollbar-track {
        border-radius: 15px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: transparent;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    #style-3::-webkit-scrollbar {
        width: 8px;
        background-color: #292929;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    #style-3::-webkit-scrollbar-thumb {
        margin: 3px 0px;
        border-radius: 10px;
        background-color: var(--primary-color);
        /* cursor: pointer; */
    }

    /* content kanan */
    .content-IN-kanan {
        width: 100%;
    }

    /* area-news */

    .header-news {
        font-size: 26px;
    }

    .link-box-news{
        width: calc(50% - 5px);
    }

    .box-news {
        flex: 0 0 100%;
        height: 50px;
    }

    .tag-news {
        font-size: 16px;
    }

    .image-news {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    /* ----------- */

    

    /* area news */
    .title-top-news {
        font-size: 26px;
    }

    .content-top-news {
        gap: 8px;
    }

    .link-box-top-info {
        width: calc(50% - 4px);
    }

    .box-top-info {
        height: 60px;
        padding: 6px;
    }

    .area-top-image {
        height: 77px;
    }

    .tag-top-info {
        font-size: 12px;
    }

    .desk-top-info {
        font-size: 10px;
    }

    .date-top-info {
        font-size: 8px;
    }
    /* ------------- */

    .area-content-stream-event {
        flex-direction: column;
    }

    /* area streaming */

    .area-streaming {
        width: 100%;
    }

    .title-streaming {
        font-size: 26px;
    }

    .area-thumbnail {
        height: 120px;
    }

    .text-streaming {
        font-size: 10px;
    }

    .btn-play-streaming {
        height: 35px;
        width: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }

    /* ------------- */

    /* area event */

    .area-event {
        width: 100%;
    }

    .title-event {
        font-size: 26px;
    }

    .area-event-bottom {
        height: fit-content;
        gap: 10px;
    }

    .content-event {
        height: 162px;
    }

    .area-days-date-right {
        height: auto;
        padding: 0px;
    }

    .title-event-UC {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
    }

    .link-detail-UC{
        font-size: 10px;
    }

    .date-month-right {
        font-size: 14px;
    }

    .year-right {
        font-size: 18px;
    }

    .area-see-more {
        margin-top: 15px;
    }

    .see-more {
        font-size: 12px;
    }

    /* ------------- */

    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }
    /* -------------- */

    /* ------------ */

    /* -------------- */

    /* page news 3 */

    .area-stream-event {
        margin: 14px 8px 20px 8px;
    }

    .title-info-artis {
        font-size: 32px;
    }

    /* area box */

    .area-box-info-artis {
        margin-top: 15px;
        /* border: 1px red solid; */
        gap: 15px;
    }

    .box-artis {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 10px);
        height: fit-content;
    }

    .area-bio-artis {
        padding: 10px;
    }

    .nama {
        font-size: 12px;
    }

    .bio {
        font-size: 10px;
    }

    .area-image-artis {
        height: 120px;
    }

    .area-header-artis {
        height: 35%;
    }

    .name-artis {
        font-size: 22px;
    }

    .judul-berita {
        font-size: 14px;
    }

    .desk-berita {
        font-size: 9px;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
    }

    .see-more-news {
        font-size: 8px;
    }

    .popup-content-artis {
        width: 260px;
        max-height: 180px;
    }

    .popUp-area-info-artis {
        gap: 0px;
    }

    .header-popup-artis {
        font-size: 18px;
    }

    .popUp-judul-berita {
        font-size: 20px;
    }

    .popUp-desk-berita {
        font-size: 7px;
    }

    /* ----------- */

    /* ------------- */
}
@media (max-width: 320px) {
    /* page news 1 */
    /* .page-news-1 {
        margin-bottom: 25px;
    } */

    .header-info-news {
        height: 141px;
    }

    .image-header-info-news {
        justify-content: center;
    }

    .title-header {
        font-size: 30px;
        margin: 0px 8px;
    }

    /* -------------- */

    /* page news 2 */
    .area-info-news {
        margin: 0px 8px 0px 8px;
    }

    .content-info-news {
        flex-direction: column;
        gap: 35px;
        margin-top: 0px;
    }

    /* content kiri */
    .content-IN-kiri {
        width: 100%;
        height: auto;
        overflow-y: hidden;
    }

    .area-content-IN {
        flex-direction: column;
    }

    .link-box-info {
        width: calc(50% - 10px);
    }

    .box-info {
        height: auto;
        display: none;
    }

    .box-info.visible {
        display: block; /* Tampilkan box yang memiliki kelas "visible" */
    }
    .toggle-btn {
        display: block; /* Tampilkan tombol "See More / See Less" */
    }

    .content-box-info {
        margin: 15px;
        height: fit-content;
    }

    .area-image-info {
        height: 30%;
    }

    .tag-info {
        font-family: "Bebas Neue";
        margin: 0px;
        font-size: 12px;
        font-weight: 500;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .desk-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 10px;
        overflow-wrap: break-word;
        padding: 2px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
        font-weight: 700;
    }

    .date-info {
        font-family: "Poppins";
        margin: 0px;
        font-size: 8px;
        overflow-wrap: break-word;
        padding: 2px 0;
    }

    .image-info {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .area-bottom-box-info {
        display: block;
    }

    .title-bottom {
        /* padding-top: 20px; */
        font-size: 14px;
    }

    /* ------------ */

    #style-3::-webkit-scrollbar-track {
        border-radius: 15px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: transparent;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    #style-3::-webkit-scrollbar {
        width: 8px;
        background-color: #292929;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    #style-3::-webkit-scrollbar-thumb {
        margin: 3px 0px;
        border-radius: 10px;
        background-color: var(--primary-color);
        /* cursor: pointer; */
    }

    /* content kanan */
    .content-IN-kanan {
        width: 100%;
    }

    /* area-news */

    .header-news {
        font-size: 26px;
    }

    .link-box-news{
        width: calc(50% - 5px);
    }

    .box-news {
        flex: 0 0 100%;
        height: 50px;
    }

    .tag-news {
        font-size: 16px;
    }

    .image-news {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    /* ----------- */

    

    /* area news */
    .title-top-news {
        font-size: 26px;
    }

    .content-top-news {
        gap: 8px;
    }

    .link-box-top-info {
        width: calc(50% - 4px);
    }

    .box-top-info {
        height: 60px;
        padding: 6px;
    }

    .area-top-image {
        height: 77px;
    }

    .tag-top-info {
        font-size: 12px;
    }

    .desk-top-info {
        font-size: 10px;
    }

    .date-top-info {
        font-size: 8px;
    }
    /* ------------- */

    .area-content-stream-event {
        flex-direction: column;
    }

    /* area streaming */

    .area-streaming {
        width: 100%;
    }

    .title-streaming {
        font-size: 26px;
    }

    .area-thumbnail {
        height: 120px;
    }

    .text-streaming {
        font-size: 10px;
    }

    .btn-play-streaming {
        height: 35px;
        width: 35px;
    }

    .btn-play-streaming span {
        font-size: 22px;
    }

    /* ------------- */

    /* area event */

    .area-event {
        width: 100%;
    }

    .title-event {
        font-size: 26px;
    }

    .area-event-bottom {
        height: fit-content;
        gap: 10px;
    }

    .content-event {
        height: 162px;
    }

    .area-days-date-right {
        height: auto;
        padding: 0px;
    }

    .title-event-UC {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
    }

    .link-detail-UC{
        font-size: 10px;
    }

    .date-month-right {
        font-size: 14px;
    }

    .year-right {
        font-size: 18px;
    }

    .area-see-more {
        margin-top: 15px;
    }

    .see-more {
        font-size: 12px;
    }

    /* ------------- */

    /* pop up event */
    .popup-content-event {
        width: 200px;
        height: fit-content;
        padding: 15px;
    }

    .area-info-event {
        gap: 3px;
    }

    .desk-event {
        font-size: 8px;
    }

    .jam-event {
        font-size: 10px;
    }

    .title-box-event {
        font-size: 18px;
    }

    .link-event {
        font-size: 10px;
    }
    /* -------------- */

    /* ------------ */

    /* -------------- */

    /* page news 3 */

    .area-stream-event {
        margin: 14px 8px 20px 8px;
    }

    .title-info-artis {
        font-size: 32px;
    }

    /* area box */

    .area-box-info-artis {
        margin-top: 15px;
        /* border: 1px red solid; */
        gap: 15px;
    }

    .box-artis {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 10px);
        height: fit-content;
    }

    .area-bio-artis {
        padding: 10px;
    }

    .nama {
        font-size: 12px;
    }

    .bio {
        font-size: 10px;
    }

    .area-image-artis {
        height: 120px;
    }

    .area-header-artis {
        height: 35%;
    }

    .name-artis {
        font-size: 22px;
    }

    .judul-berita {
        font-size: 14px;
    }

    .desk-berita {
        font-size: 9px;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* Membatasi 3 baris */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Menyembunyikan sisa teks yang tidak muat */
        text-overflow: ellipsis;
    }

    .see-more-news {
        font-size: 8px;
    }

    .popup-content-artis {
        width: 260px;
        max-height: 180px;
    }

    .popUp-area-info-artis {
        gap: 0px;
    }

    .header-popup-artis {
        font-size: 18px;
    }

    .popUp-judul-berita {
        font-size: 20px;
    }

    .popUp-desk-berita {
        font-size: 7px;
    }

    /* ----------- */

    /* ------------- */
}
