 .subheading, #otakudesu-comments, .sharing, .alert-info {
            display: none!important;
        }
        /* ===== STYLE UNTUK HALAMAN BATCH / DETAIL ANIME ===== */
/* Fix untuk tampilan yang rapi */

/* ===== HIDE UNWANTED ELEMENTS ===== */
.iklan, .home .rvad h1, #sidebar, .slider-genres, #footer, #rvod, .rvad, #switch, .mirrorstream, .iklanpost, .tambahan, .likekami {
    display: none !important;
}

/* ===== MAIN CONTAINER ===== */
.vezone, .venser {
    max-width: 100%;
    overflow-x: hidden;
}

/* ===== RESET INFO SECTION ===== */
.animeinfo {
    background: #141a24;
    border: 1px solid #232b38;
    border-radius: 20px;
    overflow: hidden;
    margin: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Poster Container */
.animeinfo .kanan {
    float: left;
    width: 250px;
    padding: 1.5rem;
}

.imganime {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.imganime .separator img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.imganime:hover .separator img {
    transform: scale(1.05);
}

/* Info Container */
.animeinfo .kiri {
    margin-left: 280px;
    padding: 1.5rem 1.5rem 1.5rem 0;
}

/* ===== JUDUL UTAMA - BESAR FULL WIDTH ===== */
.jdlrx {
    margin: 0 0 0.5rem 0;
    margin-top: 30px!important;
    display: block;
}

.jdlrx h1 {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 0.3rem 0 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 40px;
}

.jdlrx h1 span {
    display: none !important;
}

/* ===== JAPANESE TITLE - DI BAWAH JUDUL KECIL ===== */
.japanese-title {
    font-size: 0.85rem;
    color: #9ca3af;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-style: italic;
    padding-left: 12px;
}

/* ===== INFO GRID - RAPI ===== */
.infos {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
}

/* Sembunyikan semua <br> */
.infos br {
    display: none;
}

/* Sembunyikan semua label b yang tidak diperlukan */
.infos b {
    display: none !important;
}

/* Info items container */
.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1rem;
}

/* Info item styling */
.info-item {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.info-label {
    color: #3b82f6;
    font-weight: 600;
    font-size: 0.8rem;
    min-width: 70px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    color: #e5e7eb;
    font-size: 0.85rem;
    flex: 1;
    word-break: break-word;
}

/* ===== GENRE SECTION - TOMBOL KECIL SCROLL HORIZONTAL ===== */
.genre-section {
    margin: 1rem 0;
}

.genre-label {
    color: #3b82f6;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.genre-tags-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.6rem;
    padding: 0.3rem 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.genre-tags-wrapper::-webkit-scrollbar {
    height: 3px;
}

.genre-tags-wrapper::-webkit-scrollbar-track {
    background: #1f2937;
    border-radius: 3px;
}

.genre-tags-wrapper::-webkit-scrollbar-thumb {
    background: #3b82f6;
    border-radius: 3px;
}

.genre-tag {
    display: inline-flex;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #60a5fa;
    padding: 0.25rem 0.9rem;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.genre-tag:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px);
    border-color: #3b82f6;
}

/* ===== TOTAL EPISODE SECTION ===== */
.totalepisode {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), transparent);
    border: 1px solid #232b38;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
}

.totalepisode h2 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #9ca3af;
    margin: 0;
}

.totalepisode .total {
    font-size: 2rem;
    font-weight: 800;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.15);
    padding: 0.2rem 1rem;
    border-radius: 50px;
    display: inline-block;
}

.totalepisode h3 {
    margin: 0;
}

.totalepisode h3 a {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-block;
}

.totalepisode h3 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* ===== DESKRIPSI ===== */
.deskripsi {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1rem;
}

.deskripsi b {
    color: #3b82f6;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

.deskripsi div {
    color: #9ca3af;
    line-height: 1.6;
    text-align: justify;
    font-size: 0.85rem;
}

/* ===== BATCH DOWNLOAD SECTION ===== */
.download2 {
    margin: 2rem 0;
}

.batchlink {
    background: transparent!important;
    border: 1px solid #232b38;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.batchlink h4 {
    background: linear-gradient(90deg, #1e2636, #141a24);
    padding: 0.8rem 1.2rem;
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #232b38;
}

.batchlink h4::before {
    content: '📦';
    margin-right: 8px;
}

.batchlink ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.batchlink ul li {
    padding: 0.7rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.batchlink ul li:hover {
    background: rgba(59, 130, 246, 0.05);
}

.batchlink ul li strong {
    color: #3b82f6;
    font-size: 0.8rem;
    min-width: 75px;
    font-weight: 700;
}

.batchlink ul li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.7rem;
    padding: 0.2rem 0.7rem;
    background: #1f2937;
    border-radius: 20px;
    transition: all 0.2s ease;
    display: inline-block;
}

.batchlink ul li a:hover {
    background: #3b82f6;
    color: white;
}

.batchlink ul li i {
    color: #6b7280;
    font-size: 0.65rem;
    margin-left: auto;
    font-style: normal;
}

/* ===== ALERT INFO ===== */
.alert.alert-info {
    background: linear-gradient(135deg, #1a1f2b, #141a24);
    border: 1px solid #3b82f6;
    border-radius: 16px;
    padding: 1.2rem;
    margin: 1.5rem 0;
    color: #9ca3af;
}

.alert.alert-info b {
    color: #3b82f6;
    font-size: 1rem;
    display: block;
    margin-bottom: 0.8rem;
}

.alert.alert-info li {
    margin: 0.4rem 0;
    list-style: none;
    padding-left: 1.2rem;
    position: relative;
    font-size: 0.8rem;
}

.alert.alert-info li::before {
    content: '•';
    color: #3b82f6;
    position: absolute;
    left: 0;
}

.alert.alert-info a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}

.alert.alert-info a:hover {
    text-decoration: underline;
}

/* ===== SHARING BUTTONS ===== */
.sharing {
    margin: 1.5rem 0;
}

.sharing ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sharing ul li {
    flex: 1;
    min-width: 120px;
}

.sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: #141a24;
    border: 1px solid #232b38;
    border-radius: 40px;
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.8rem;
}

.sharing ul li a:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px);
}

/* ===== CLEARFIX ===== */
.clear {
    clear: both;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .animeinfo .kanan {
        float: none;
        width: 100%;
        text-align: center;
        padding: 1rem;
    }
    
    .imganime {
        max-width: 180px;
        margin: 0 auto;
    }
    
    .animeinfo .kiri {
        margin-left: 0;
        padding: 0 1rem 1rem;
    }
    
    .jdlrx h1 {
        font-size: 2rem !important;
        margin-top: 50px;
        text-align: center;
    }
    
    .japanese-title {
        text-align: center;
        font-size: 0.8rem;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .totalepisode {
        flex-direction: column;
        text-align: center;
    }
    
    .batchlink ul li {
        flex-direction: row;
        align-items: flex-start;
    }
    
    .batchlink ul li i {
        margin-left: 0;
    }
    
    .sharing ul li {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .jdlrx h1 {
        font-size: 2rem !important;
        margin-top: 50px;
    }
    
    .japanese-title {
        font-size: 0.7rem;
    }
    
    .info-label {
        font-size: 0.7rem;
        min-width: 65px;
    }
    
    .info-value {
        font-size: 0.75rem;
    }
    
    .genre-tag {
        font-size: 0.6rem;
        padding: 0.2rem 0.7rem;
    }
    
    .totalepisode .total {
        font-size: 1.5rem;
    }
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #0f1219;
}

::-webkit-scrollbar-thumb {
    background: #2d3748;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3b82f6;
}