/** [2026-01-10] VERSION: 1.0.0 - CATEGORY SPECIFIC SCROLL */

.header-v2 .material-icons-outlined {
    color: #fff;
}

/* Kunci body agar tidak ada scroll ganda */
body.category {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}

/* Pastikan container kategori mengambil alih fungsi scroll */
.category-scroll-container {
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    overflow: hidden;
}

.category-scroll-container .v2-story-fullscreen {
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.v2-empty-message a {
    background-color: #fff;
    color: #000;
}
