    --detik-orange: #f89020;
    --detik-red: #d31d1d;
    --text-dark: #212121;
    --text-grey: #666666;
    --bg-light: #f9f9f9;
    --border-color: #e0e0e0;
    }

    /* Responsive breakpoints */
    :root {
        --mobile: 576px;
        --tablet: 768px;
        --desktop: 992px;
        --large-desktop: 1200px;
    }

    /* Base styles for mobile */
    html {
        font-size: 14px;
    }

    body {
        font-family: Arial, sans-serif;
        color: var(--text-dark);
        background-color: #fff;
        line-height: 1.5;
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }



    a {
        color: var(--text-dark);
        text-decoration: none;
        transition: color 0.2s;
    }

    a:hover {
        border-radius: 8px;
        overflow: hidden;
    }

    .hero-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

    .hero-main:hover img {
        transform: scale(1.02);
    }

    .hero-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
        padding: 20px;
        color: #fff;
    }

    .hero-title {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 10px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }

    .hero-title a {
        color: #fff;
    }

    .hero-side-item {
        height: 190px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .hero-side-item:last-child {
        margin-bottom: 0;
    }

    .hero-side-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-side-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
        padding: 15px;
    }

    .hero-side-title {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin: 0;
    }

    .hero-side-title a {
        color: #fff;
    }

    /* --- News Feed (Horizontal Cards) --- */
    .section-title {
        font-size: 20px;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 20px;
        border-left: 4px solid var(--detik-blue);
        padding-left: 10px;
        line-height: 1;
    }

    .news-item {
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .news-thumb {
        width: 240px;
        height: 135px;
        flex-shrink: 0;
        border-radius: 6px;
        overflow: hidden;
        margin-right: 20px;
    }

    .news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-content {
        flex-grow: 1;
    }

    .news-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .news-meta {
        font-size: 12px;
        color: #999;
    }

    .news-cat {
        color: var(--detik-orange);
        font-weight: 700;
        margin-right: 10px;
        text-transform: uppercase;
    }

    /* --- Sidebar Widgets --- */
    .widget-box {
        margin-bottom: 30px;
    }

    .widget-title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        border-bottom: 2px solid #000;
        padding-bottom: 5px;
    }

    .hero-main {
        position: relative;
        height: 400px;
        border-radius: 8px;
        overflow: hidden;
    }

    .hero-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }

    .hero-main:hover img {
        transform: scale(1.02);
    }

    .hero-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
        padding: 20px;
        color: #fff;
    }

    .hero-title {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 10px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }

    .hero-title a {
        color: #fff;
    }

    .hero-side-item {
        height: 190px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .hero-side-item:last-child {
        margin-bottom: 0;
    }

    .hero-side-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-side-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
        padding: 15px;
    }

    .hero-side-title {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin: 0;
    }

    .hero-side-title a {
        color: #fff;
    }

    /* --- News Feed (Horizontal Cards) --- */
    .section-title {
        font-size: 20px;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 20px;
        border-left: 4px solid var(--detik-blue);
        padding-left: 10px;
        line-height: 1;
    }

    .news-item {
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .news-thumb {
        width: 240px;
        height: 135px;
        flex-shrink: 0;
        border-radius: 6px;
        overflow: hidden;
        margin-right: 20px;
    }

    .news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-content {
        flex-grow: 1;
    }

    .news-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .news-meta {
        font-size: 12px;
        color: #999;
    }

    .news-cat {
        color: var(--detik-orange);
        font-weight: 700;
        margin-right: 10px;
        text-transform: uppercase;
    }

    /* --- Sidebar Widgets --- */
    .widget-box {
        margin-bottom: 30px;
    }

    .widget-title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        border-bottom: 2px solid #000;
        padding-bottom: 5px;
    }

    /* Responsive adjustments */
    @media (max-width: 991.98px) {
        .navbar-detik .nav-item {
            margin-right: 0;
            padding: 0.5rem 1rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding: 0.5rem;
        }

        .navbar-toggler:focus {
            outline: none;
            box-shadow: none;
        }

        /* Mobile Adjustments */
        .navbar-detik .nav-item {
            margin-right: -10px;
        }

        .navbar-detik .nav-link {
            padding: 8px 20px !important;
            font-size: 11px !important;
            border-radius: 10px 10px 0 0;
        }

        /* Override margin for slider to create gap */
        .hero-slider {
            margin-top: 40px !important;
            margin-bottom: 30px !important;
        }

        /* ========================/* ===========================================
   JUDUL BERITA - UKURAN LEBIH KECIL
   =========================================== */
        .entry-title {
            font-size: 1.3rem !important;
            /* Ukuran lebih kecil untuk mobile */
            line-height: 1.3;
            margin: 12px 0 10px 0;
            color: #222;
            padding: 0 5px;
            font-weight: 600;
        }

        /* Untuk layar yang lebih besar */
        @media (min-width: 768px) {
            .entry-title {
                font-size: 1.5rem !important;
                /* Sedikit lebih besar untuk tablet/desktop */
            }
        }

        /* Untuk layar yang sangat kecil */
        @media (max-width: 360px) {
            .entry-title {
                font-size: 1.1rem !important;
                /* Lebih kecil untuk layar kecil */
                margin: 10px 0 8px 0;
            }
        }

        /* Pastikan judul di dalam widget juga menyesuaikan */
        .widget-title,
        .section-title {
            font-size: 1.1rem !important;
        }

        /* Untuk judul artikel terkait */
        .related-title,
        .related-posts h3 {
            font-size: 1.2rem !important;
        }

        /* Untuk komentar */
        .comments-title {
            font-size: 1.2rem !important;
        }

        /* ===================================================================
   NEW MENU DESIGN (Stacked Folder Tab Style)
=================================================================== */

        .navbar-detik {
            background-color: #e8e8e8 !important;
            border-bottom: none;
            padding: 0 !important;
            box-shadow: none;
        }

        .navbar-detik .container {
            padding-left: 0;
            padding-right: 0;
        }

        .navbar-detik .navbar-nav {
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            width: 100%;
            padding-left: 15px;
        }

        .navbar-detik .nav-item {
            margin-right: -15px;
            position: relative;
        }

        /* Z-index stacking - left items on top */
        .navbar-detik .nav-item:nth-child(1) {
            z-index: 20;
        }

        .navbar-detik .nav-item:nth-child(2) {
            z-index: 19;
        }

        .navbar-detik .nav-item:nth-child(3) {
            z-index: 18;
        }

        .navbar-detik .nav-item:nth-child(4) {
            z-index: 17;
        }

        .navbar-detik .nav-item:nth-child(5) {
            z-index: 16;
        }

        .navbar-detik .nav-item:nth-child(6) {
            z-index: 15;
        }

        .navbar-detik .nav-item:nth-child(7) {
            z-index: 14;
        }

        .navbar-detik .nav-item:nth-child(8) {
            z-index: 13;
        }

        .navbar-detik .nav-item:nth-child(9) {
            z-index: 12;
        }

        .navbar-detik .nav-item:nth-child(10) {
            z-index: 11;
        }

        .navbar-detik .nav-link {
            display: block;
            padding: 10px 30px !important;
            font-weight: 700 !important;
            font-size: 13px !important;
            text-transform: uppercase;
            border-radius: 15px 15px 0 0;
            margin-bottom: 0;
            border: none;
            transition: all 0.2s ease;
            position: relative;
            box-shadow: 3px 0 8px rgba(0, 0, 0, 0.15);
        }

        .navbar-detik .nav-item:hover {
            z-index: 100 !important;
        }

        .navbar-detik .nav-item:hover .nav-link {
            transform: translateY(-3px);
        }

        /* 1. HOME (White/Light Gray) */
        .navbar-detik .nav-item:nth-child(1) .nav-link {
            background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
            color: #333 !important;
        }

        /* 2. Blue */
        .navbar-detik .nav-item:nth-child(2) .nav-link {
            background: linear-gradient(to bottom, #8ba5f0 0%, #6b8be8 100%);
            color: #fff !important;
        }

        /* 3. Salmon/Red */
        .navbar-detik .nav-item:nth-child(3) .nav-link {
            background: linear-gradient(to bottom, #f59090 0%, #ed7070 100%);
            color: #fff !important;
        }

        /* 4. Mauve/Purple */
        .navbar-detik .nav-item:nth-child(4) .nav-link {
            background: linear-gradient(to bottom, #d19cd1 0%, #c47dc4 100%);
            color: #fff !important;
        }

        /* 5. Pink/Magenta */
        .navbar-detik .nav-item:nth-child(5) .nav-link {
            background: linear-gradient(to bottom, #f098f0 0%, #e878e8 100%);
            color: #fff !important;
        }

        /* 6. Slate Blue */
        .navbar-detik .nav-item:nth-child(6) .nav-link {
            background: linear-gradient(to bottom, #7a8bd4 0%, #5a6bc4 100%);
            color: #fff !important;
        }

        /* 7. Teal */
        .navbar-detik .nav-item:nth-child(7) .nav-link {
            background: linear-gradient(to bottom, #5dc6bc 0%, #3db6ac 100%);
            color: #fff !important;
        }

        /* 8. Green */
        .navbar-detik .nav-item:nth-child(8) .nav-link {
            background: linear-gradient(to bottom, #91d794 0%, #71c774 100%);
            color: #fff !important;
        }

        /* 9. Yellow/Amber */
        .navbar-detik .nav-item:nth-child(9) .nav-link {
            background: linear-gradient(to bottom, #ffe05f 0%, #ffd040 100%);
            color: #333 !important;
        }

        /* 10. Deep Orange */
        .navbar-detik .nav-item:nth-child(10) .nav-link {
            background: linear-gradient(to bottom, #ff9a75 0%, #ff7a55 100%);
            color: #fff !important;
        }

        /* Search Icon Special Style */
        .navbar-detik .nav-item:last-child .nav-link {
            background: transparent !important;
            color: #333 !important;
            border: none;
            box-shadow: none;
            padding-top: 12px !important;
        }

        .navbar-detik .nav-item:last-child:hover .nav-link {
            transform: none;
            color: var(--detik-blue) !important;
        }

        .navbar-detik .nav-item:last-child {
            z-index: 5 !important;
        }

        /* Mobile Adjustments */
        @media (max-width: 991.98px) {
            .navbar-detik .nav-item {
                margin-right: -10px;
            }

            .navbar-detik .nav-link {
                padding: 8px 20px !important;
                font-size: 11px !important;
                border-radius: 10px 10px 0 0;
            }
        }

        /* Style untuk judul berita */
        .entry-title {
            font-size: 1.3rem !important;
            line-height: 1.3;
            margin: 12px 0 10px 0;
            color: #222;
            padding: 0 5px;
            font-weight: 600;
        }

        /* Untuk layar yang lebih besar */
        @media (min-width: 768px) {
            .entry-title {
                font-size: 1.5rem !important;
            }
        }

        /* Untuk layar yang sangat kecil */
        @media (max-width: 360px) {
            .entry-title {
                font-size: 1.1rem !important;
                margin: 10px 0 8px 0;
            }
        }

        /* Pastikan judul di dalam widget juga menyesuaikan */
        .widget-title,
        .section-title {
            font-size: 1.1rem !important;
        }

        /* Untuk judul artikel terkait */
        .related-title,
        .related-posts h3 {
            font-size: 1.2rem !important;
        }

        /* Untuk komentar */
        font-size: 14px;
    }

    .social-btn:hover {
        opacity: 0.9;
        text-decoration: none;
        color: #fff;
    }

    .social-btn i {
        margin-right: 12px;
        font-size: 18px;
        width: 25px;
        text-align: center;
    }

    /* Platform Colors */
    .social-btn.facebook {
        background-color: #3b5998;
    }

    .social-btn.twitter {
        background-color: #1da1f2;
    }

    .social-btn.instagram {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }

    .social-btn.youtube {
        background-color: #ff0000;
    }

    .social-btn.whatsapp {
        background-color: #25d366;
    }

    .social-btn.tiktok {
        background-color: #000000;
    }

    .social-btn.snack {
        background-color: #ff9000;
    }

    .social-btn.halaman {
        background-color: #4267B2;
    }

    /* --- Footer Social Icons --- */
    .footer-social {
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        border-radius: 50%;
        margin-right: 15px;
        margin-bottom: 15px;
        transition: all 0.3s;
        text-decoration: none;
        font-size: 20px;
    }

    .footer-social .social-icon:hover {
        background-color: var(--detik-orange);
        transform: translateY(-3px);
        color: #fff;
    }

    /* --- Trending Widget Styles (Colorful) --- */
    .trending-item {
        padding-bottom: 10px;
        border-bottom: 1px dashed #eee;
        margin-bottom: 10px !important;
        transition: transform 0.2s;
    }

    .trending-item:last-child {
        border-bottom: none;
    }

    .trending-item:nth-child(1) .trending-rank {
        background: #FF5252;
        /* Red */
        box-shadow: 0 4px 8px rgba(255, 82, 82, 0.4);
    }

    .trending-item:nth-child(2) .trending-rank {
        background: #FF9800;
        /* Orange */
        box-shadow: 0 4px 8px rgba(255, 152, 0, 0.4);
    }

    .trending-item:nth-child(3) .trending-rank {
        background: #FFD740;
        /* Yellow */
        color: #333;
        /* Dark text for yellow */
        box-shadow: 0 4px 8px rgba(255, 215, 64, 0.4);
    }

    .trending-item:nth-child(4) .trending-rank {
        background: #4CAF50;
        /* Green */
        box-shadow: 0 4px 8px rgba(76, 175, 80, 0.4);
    }

    .trending-item:nth-child(5) .trending-rank {
        background: #2196F3;
        /* Blue */
        box-shadow: 0 4px 8px rgba(33, 150, 243, 0.4);
    }

    .trending-item h5 {
        line-height: 1.3;
    }

    .trending-item h5 a {
        color: #333;
        font-weight: 700;
        text-decoration: none;
        font-size: 14px;
    }

    .trending-item h5 a:hover {
        color: var(--detik-blue);
    }

    /* --- Fix Footer Social Icons Visibility --- */
    .footer-social .social-icon {
        background-color: #eee !important;
        /* Light gray background to be visible on white */
        color: #333 !important;
        /* Dark icon color */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .footer-social .social-icon:hover {
        background-color: var(--detik-orange) !important;
        color: #fff !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        font-size: 18px;
    }

    /* 2. Teknologi - Cyber/Tech Look with Border Bottom */
    .label-tekno {
        background: #fff;
        border-left: 5px solid #2980b9;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        background: linear-gradient(to right, #f8f9fa, #fff);
        transition: all 0.3s ease;
    }

    .label-tekno:hover {
        border-left-width: 10px;
        padding-left: 25px;
    }

    .label-tekno .label-text {
        font-family: 'Orbitron', sans-serif;
        /* Tech font if available, fallback to sans */
        color: #2c3e50;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 18px;
    }

    .label-tekno .icon-tech {
        color: #2980b9;
        font-size: 22px;
        margin-right: 15px;
        animation: pulse-blue 2s infinite;
    }

    @keyframes pulse-blue {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        50% {
            transform: scale(1.1);
            opacity: 0.8;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* 3. Berita Terbaru - Floating Pill Style */
    .label-terbaru {
        background: linear-gradient(45deg, #FF512F 0%, #DD2476 100%);
        padding: 10px 25px;
        border-radius: 50px;
        color: white;
        display: inline-flex;
        align-items: center;
        margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(221, 36, 118, 0.4);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        width: 100%;
    }

    .label-terbaru:hover {
        transform: scale(1.02);
        box-shadow: 0 8px 25px rgba(221, 36, 118, 0.5);
    }

    .label-terbaru .icon-pulse {
        margin-right: 12px;
        background: white;
        color: #DD2476;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        animation: spin-slow 3s linear infinite;
    }

    @keyframes spin-slow {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }


    /* --- PREMIUM SIDEBAR WIDGET REDESIGN --- */

    /* 1. Widget Container - Glassmorphism & Shadow */
    .sidebar-widget {
        background: #fff;
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 25px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.02);
        transition: transform 0.3s ease;
    }

    .sidebar-widget:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    /* 2. Left Sidebar Labels (Hexagon Style) - 3D & Gradient */
    .sidebar-label-hex {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    }

    .label-hex {
        width: 45px;
        height: 40px;
        background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
        clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: -10px;
        flex-grow: 1;
        padding: 10px 20px 10px 30px;
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 14px;
        border-radius: 0 8px 8px 0;
        letter-spacing: 1px;
        position: relative;
        overflow: hidden;
    }

    .label-arrow::before {
        content: '';

        .card-post-hot img {
            width: 100%;
            height: 160px;
            object-fit: cover;
            border-radius: 12px 12px 0 0 !important;
            /* Override inline styles */
            margin-bottom: 0 !important;
            transition: transform 0.6s ease;
        }

        .card-post-hot:hover img {
            transform: scale(1.1);
        }

        .card-post-hot h5 {
            padding: 15px;
            margin: 0;
            font-size: 15px !important;
            /* Override inline */
            font-weight: 700 !important;
            line-height: 1.5 !important;
        }

        .card-post-hot h5 a {
            color: #333 !important;
            text-decoration: none;
            transition: color 0.3s;
        }

        .card-post-hot:hover h5 a {
            color: var(--detik-orange) !important;
        }


        /* 3. Populer Cards (Purple Theme) */
        .card-post-populer {
            border: none;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(142, 68, 173, 0.15);
            transition: all 0.3s ease;
            background: #fff;
            height: 100%;
            position: relative;
        }

        .card-post-populer:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 15px 30px rgba(142, 68, 173, 0.25);
        }

        .card-post-populer img {
            width: 100%;
            height: 140px;
            object-fit: cover;
            border-radius: 12px 12px 0 0 !important;
            margin-bottom: 0 !important;
            transition: transform 0.5s ease;
        }

        .card-post-populer:hover img {
            transform: scale(1.1);
        }

        .card-post-populer h5 {
            padding: 12px 15px 5px 15px;
            margin: 0;
            font-size: 14px !important;
            font-weight: 700 !important;
        }

        .card-post-populer small {
            display: block;
            padding: 0 15px 15px 15px;
            color: #8e44ad !important;
            font-weight: 600;
        }


        /* 4. Latest News (Media Objects) - Clean List Style */
        .media {
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
            align-items: center;
            /* Vertically center */
        }

        .media:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border-left-color: #34495e;
            background: #f8f9fa;
        }

        .media img {
            width: 90px !important;
            /* Fixed width */
            height: 90px !important;
            /* Square */
            object-fit: cover;
            border-radius: 8px !important;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .media:hover img {
            transform: scale(1.05) rotate(2deg);
        }

        .media-body h6 {
            font-size: 15px;
            line-height: 1.4;
            margin-bottom: 5px;
        }

        .media-body h6 a {
            color: #2c3e50;
            text-decoration: none;
            transition: color 0.2s;
        }

        .media:hover .media-body h6 a {
            color: #e74c3c;
        }

        .media-body small {
            font-size: 12px;
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
            align-items: center;
            /* Vertically center */
        }

        .media:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border-left-color: #34495e;
            background: #f8f9fa;
        }

        .media img {
            width: 90px !important;
            /* Fixed width */
            height: 90px !important;
            /* Square */
            object-fit: cover;
            border-radius: 8px !important;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .media:hover img {
            transform: scale(1.05) rotate(2deg);
        }

        .media-body h6 {
            font-size: 15px;
            line-height: 1.4;
            margin-bottom: 5px;
        }

        .media-body h6 a {
            color: #2c3e50;
            text-decoration: none;
            transition: color 0.2s;
        }

        .media:hover .media-body h6 a {
            color: #e74c3c;
        }

        .media-body small {
            font-size: 12px;
            color: #95a5a6 !important;
            display: flex;
            align-items: center;
        }

        .media-body small i {
            margin-right: 5px;
        }

        /* Video Gallery Widget Redesign - Orange Theme */
        .sidebar-label-video-orange {
            background: linear-gradient(90deg, #ff9800 0%, #ff5722 100%);
            border-radius: 0;
            display: flex;
            align-items: center;
            padding: 0;
            margin-bottom: 15px;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .sidebar-label-video-orange .label-number-box {
            background: rgba(0, 0, 0, 0.1);
            width: 60px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 800;
            position: relative;
            z-index: 2;
            clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
        }

        .sidebar-label-video-orange .label-gradient-text {
            padding: 0 15px 0 15px;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 18px;
            letter-spacing: 0.5px;
            flex-grow: 1;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

        /* Update View All Link to be simple text */
        .link-view-all-video {
            display: block;
            margin-top: 15px;
            color: #333;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: color 0.3s;
        }

        .link-view-all-video i {
            margin-right: 8px;
            font-size: 16px;
        }

        .link-view-all-video:hover {
            color: #ff5722;
            text-decoration: none;
        }

        /* Video Main Container & Thumbnails */
        .video-main-container {
            position: relative;
            margin-bottom: 15px;
            border-radius: 5px;
            overflow: hidden;
            background: #000;
        }

        .video-main-thumb {
            width: 100%;
            height: 180px;
            object-fit: cover;
            opacity: 0.8;
            transition: opacity 0.3s;
        }

        .video-main-container:hover .video-main-thumb {
            opacity: 0.6;
        }

        .video-play-btn-large {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(0, 0, 0, 0.6);
            border: 2px solid #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
            transition: all 0.3s;
            z-index: 10;
        }

        .video-main-container:hover .video-play-btn-large {
            background: #ff5722;
            border-color: #ff5722;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .video-main-title {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.4;
            color: #333;
        }

        .video-main-title a {
            color: #333;
            text-decoration: none;
        }

        .video-main-title a:hover {
            color: #ff5722;
        }

        /* Video Thumbnails Grid */
    }

    .media-body h6 a {
        color: #2c3e50;
        text-decoration: none;
        transition: color 0.2s;
    }

    .media:hover .media-body h6 a {
        color: #e74c3c;
    }

    .media-body small {
        font-size: 12px;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
        border-left: 4px solid transparent;
        align-items: center;
        /* Vertically center */
    }

    .media:hover {
        transform: translateX(5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        border-left-color: #34495e;
        background: #f8f9fa;
    }

    .media img {
        width: 90px !important;
        /* Fixed width */
        height: 90px !important;
        /* Square */
        object-fit: cover;
        border-radius: 8px !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .media:hover img {
        transform: scale(1.05) rotate(2deg);
    }

    .media-body h6 {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .media-body h6 a {
        color: #2c3e50;
        text-decoration: none;
        transition: color 0.2s;
    }

    .media:hover .media-body h6 a {
        color: #e74c3c;
    }

    .media-body small {
        font-size: 12px;
        color: #95a5a6 !important;
        display: flex;
        align-items: center;
    }

    .media-body small i {
        margin-right: 5px;
    }

    /* Video Gallery Widget Redesign - Orange Theme */
    .sidebar-label-video-orange {
        background: linear-gradient(90deg, #ff9800 0%, #ff5722 100%);
        border-radius: 0;
        display: flex;
        align-items: center;
        padding: 0;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
        color: white;
    }

    .sidebar-label-video-orange .label-number-box {
        background: rgba(0, 0, 0, 0.1);
        width: 60px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 800;
        position: relative;
        z-index: 2;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    }

    .sidebar-label-video-orange .label-gradient-text {
        padding: 0 15px 0 15px;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 0.5px;
        flex-grow: 1;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    /* Update View All Link to be simple text */
    .link-view-all-video {
        display: block;
        margin-top: 15px;
        color: #333;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s;
    }

    .link-view-all-video i {
        margin-right: 8px;
        font-size: 16px;
    }

    .link-view-all-video:hover {
        color: #ff5722;
        text-decoration: none;
    }

    /* Video Main Container & Thumbnails */
    .video-main-container {
        position: relative;
        margin-bottom: 15px;
        border-radius: 5px;
        overflow: hidden;
        background: #000;
    }

    .video-main-thumb {
        width: 100%;
        height: 180px;
        object-fit: cover;
        opacity: 0.8;
        transition: opacity 0.3s;
    }

    .video-main-container:hover .video-main-thumb {
        opacity: 0.6;
    }

    .video-play-btn-large {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background: rgba(0, 0, 0, 0.6);
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        transition: all 0.3s;
        z-index: 10;
    }

    .video-main-container:hover .video-play-btn-large {
        background: #ff5722;
        border-color: #ff5722;
        transform: translate(-50%, -50%) scale(1.1);
    }

    .video-main-title {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.4;
        color: #333;
    }

    .video-main-title a {
        color: #333;
        text-decoration: none;
    }

    .video-main-title a:hover {
        color: #ff5722;
    }

    /* Video Thumbnails Grid */
    .video-grid-row {
        display: flex;
        margin: 0 -5px;
    }

    .video-grid-col {
        flex: 1;
        padding: 0 5px;
        max-width: 33.33%;
    }

    .video-thumb-small {
        position: relative;
        height: 60px;
        background: #eee;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 5px;
        transition: all 0.2s ease;
    }

    .video-thumb-small:hover {
        transform: translateY(-2px);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .video-thumb-small:hover .video-play-btn-small {
        background: #ff5722;
        border-color: #ff5722;
    }

    .video-thumb-small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-play-btn-small {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        z-index: 2;
        border: 1px solid rgba(255, 255, 255, 0.5);
        transition: all 0.2s ease;
    }

    .video-thumb-number {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;

        .media-body small {
            font-size: 12px;
            color: #95a5a6 !important;
            display: flex;
            align-items: center;
        }

        .media-body small i {
            margin-right: 5px;
        }

        /* Video Gallery Widget Redesign - Orange Theme */
        .sidebar-label-video-orange {
            background: linear-gradient(90deg, #ff9800 0%, #ff5722 100%);
            border-radius: 0;
            display: flex;
            align-items: center;
            padding: 0;
            margin-bottom: 15px;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .sidebar-label-video-orange .label-number-box {
            background: rgba(0, 0, 0, 0.1);
            width: 60px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 800;
            position: relative;
            z-index: 2;
            clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
        }

        .sidebar-label-video-orange .label-gradient-text {
            padding: 0 15px 0 15px;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 18px;
            letter-spacing: 0.5px;
            flex-grow: 1;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

        /* Update View All Link to be simple text */
        .link-view-all-video {
            display: block;
            margin-top: 15px;
            color: #333;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: color 0.3s;
        }

        .link-view-all-video i {
            margin-right: 8px;
            font-size: 16px;
        }

        .link-view-all-video:hover {
            color: #ff5722;
            text-decoration: none;
        }

        /* Video Main Container & Thumbnails */
        .video-main-container {
            position: relative;
            margin-bottom: 15px;
            border-radius: 5px;
            overflow: hidden;
            background: #000;
        }

        .video-main-thumb {
            width: 100%;
            height: 180px;
            object-fit: cover;
            opacity: 0.8;
            transition: opacity 0.3s;
        }

        .video-main-container:hover .video-main-thumb {
            opacity: 0.6;
        }

        .video-play-btn-large {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(0, 0, 0, 0.6);
            border: 2px solid #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
            transition: all 0.3s;
            z-index: 10;
        }

        .video-main-container:hover .video-play-btn-large {
            background: #ff5722;
            border-color: #ff5722;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .video-main-title {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.4;
            color: #333;
        }

        .video-main-title a {
            color: #333;
            text-decoration: none;
        }

        .video-main-title a:hover {
            color: #ff5722;
        }

        /* Video Thumbnails Grid */
        .video-grid-row {
            display: flex;
            margin: 0 -5px;
        }

        .video-grid-col {
            flex: 1;
            padding: 0 5px;
            max-width: 33.33%;
        }

        .video-thumb-small {
            position: relative;
            height: 60px;
            background: #eee;
            border-radius: 4px;
            overflow: hidden;
            margin-bottom: 5px;
            transition: all 0.2s ease;
        }

        .video-thumb-small:hover {
            transform: translateY(-2px);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .video-thumb-small:hover .video-play-btn-small {
            background: #ff5722;
            border-color: #ff5722;
        }

        .video-thumb-small img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-play-btn-small {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 30px;
            height: 30px;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
            z-index: 2;
            border: 1px solid rgba(255, 255, 255, 0.5);
            transition: all 0.2s ease;
        }

        .video-thumb-number {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            font-weight: 900;
        }

        .media-body small i {
            margin-right: 5px;
        }

        /* Video Gallery Widget Redesign - Orange Theme */
        .sidebar-label-video-orange {
            background: linear-gradient(90deg, #ff9800 0%, #ff5722 100%);
            border-radius: 0;
            display: flex;
            align-items: center;
            padding: 0;
            margin-bottom: 15px;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .sidebar-label-video-orange .label-number-box {
            background: rgba(0, 0, 0, 0.1);
            width: 60px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 800;
            position: relative;
            z-index: 2;
            clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
        }

        .sidebar-label-video-orange .label-gradient-text {
            padding: 0 15px 0 15px;
            font-weight: 900;
            text-transform: uppercase;
            font-size: 18px;
            letter-spacing: 0.5px;
            flex-grow: 1;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

        /* Update View All Link to be simple text */
        .link-view-all-video {
            display: block;
            margin-top: 15px;
            color: #333;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: color 0.3s;
        }

        .link-view-all-video i {
            margin-right: 8px;
            font-size: 16px;
        }

        .link-view-all-video:hover {
            color: #ff5722;
            text-decoration: none;
        }

        /* Video Main Container & Thumbnails */
        .video-main-container {
            position: relative;
            margin-bottom: 15px;
            border-radius: 5px;
            overflow: hidden;
            background: #000;
        }

        .video-main-thumb {
            width: 100%;
            height: 180px;
            object-fit: cover;
            opacity: 0.8;
            transition: opacity 0.3s;
        }

        .video-main-container:hover .video-main-thumb {
            opacity: 0.6;
        }

        .video-play-btn-large {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(0, 0, 0, 0.6);
            border: 2px solid #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
            transition: all 0.3s;
            z-index: 10;
        }

        .video-main-container:hover .video-play-btn-large {
            background: #ff5722;
            border-color: #ff5722;
            transform: translate(-50%, -50%) scale(1.1);
        }

        .video-main-title {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.4;
            color: #333;
        }

        .video-main-title a {
            color: #333;
            text-decoration: none;
        }

        .video-main-title a:hover {
            color: #ff5722;
        }

        /* Video Thumbnails Grid */
        .video-grid-row {
            display: flex;
            margin: 0 -5px;
        }

        .video-grid-col {
            flex: 1;
            padding: 0 5px;
            max-width: 33.33%;
        }

        .video-thumb-small {
            position: relative;
            height: 60px;
            background: #eee;
            border-radius: 4px;
            overflow: hidden;
            margin-bottom: 5px;
            transition: all 0.2s ease;
        }

        .video-thumb-small:hover {
            transform: translateY(-2px);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .video-thumb-small:hover .video-play-btn-small {
            background: #ff5722;
            border-color: #ff5722;
        }

        .video-thumb-small img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-play-btn-small {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 30px;
            height: 30px;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
            z-index: 2;
            border: 1px solid rgba(255, 255, 255, 0.5);
            transition: all 0.2s ease;
        }

        .video-thumb-number {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            font-weight: 900;
            color: rgba(0, 0, 0, 0.15);
            z-index: 1;
            pointer-events: none;
        }

        /* Sidebar Tag Cloud Alignment (Rata Kiri Kanan) */
        .custom-tag-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 15px;
        }

        .custom-tag-item {
            flex-grow: 1;
            text-align: center;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Specific Styles for Daerah */
        .tag-daerah {
            background-color: #e0f2f1;
            /* Light Teal */
            color: #00695c;
            border: 1px solid #b2dfdb;
        }

        .tag-daerah:hover {
            background-color: #00695c;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 105, 92, 0.2);
            text-decoration: none;
        }

        /* Specific Styles for Biro */
        .tag-biro {
            background-color: #e8eaf6;
            /* Light Indigo */
            color: #283593;
            border: 1px solid #c5cae9;
        }

        .tag-biro:hover {
            background-color: #283593;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(40, 53, 147, 0.2);
            text-decoration: none;
        }

        /* Mobile Fix for News Lists - Full Width Images */
        @media (max-width: 768px) {
            .media {
                flex-direction: column;
                align-items: flex-start;
            }

            .media img {
                width: 100% !important;
                height: 200px !important;
                margin-right: 0 !important;
                margin-bottom: 15px;
                max-width: 100%;
            }

            .media-body {
                width: 100%;
            }

            /* Fix for Category/Search Horizontal Cards if used */
            .card-news-horizontal {
                flex-direction: column;
            }

            .card-news-horizontal .card-img-wrap {
                width: 100%;
                max-width: 100%;
                margin-right: 0;
                margin-bottom: 15px;
            }

            .card-news-horizontal .card-img-wrap img {
                justify-content: center;
                color: #fff;
                font-size: 12px;
                z-index: 2;
                border: 1px solid rgba(255, 255, 255, 0.5);
                transition: all 0.2s ease;
            }

            .video-thumb-number {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 32px;
                font-weight: 900;
                color: rgba(0, 0, 0, 0.15);
                z-index: 1;
                pointer-events: none;
            }

            /* Sidebar Tag Cloud Alignment (Rata Kiri Kanan) */
            .custom-tag-cloud {
                display: flex;
                flex-wrap: wrap;
                gap: 8px;
                margin-bottom: 15px;
            }

            .custom-tag-item {
                flex-grow: 1;
                text-align: center;
                padding: 8px 12px;
                border-radius: 20px;
                font-size: 11px;
                font-weight: 700;
                text-decoration: none;
                text-transform: uppercase;
                transition: all 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            /* Specific Styles for Daerah */
            .tag-daerah {
                background-color: #e0f2f1;
                /* Light Teal */
                color: #00695c;
                border: 1px solid #b2dfdb;
            }

            .tag-daerah:hover {
                background-color: #00695c;
                color: #fff;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(0, 105, 92, 0.2);
                text-decoration: none;
            }

            /* Specific Styles for Biro */
            .tag-biro {
                background-color: #e8eaf6;
                /* Light Indigo */
                color: #283593;
                border: 1px solid #c5cae9;
            }

            .tag-biro:hover {
                background-color: #283593;
                color: #fff;
                transform: translateY(-2px);
                box-shadow: 0 4px 8px rgba(40, 53, 147, 0.2);
                text-decoration: none;
            }

            /* Mobile Fix for News Lists - Full Width Images */
            @media (max-width: 768px) {
                .media {
                    flex-direction: column;
                    align-items: flex-start;
                }

                .media img {
                    width: 100% !important;
                    height: 200px !important;
                    margin-right: 0 !important;
                    margin-bottom: 15px;
                    max-width: 100%;
                }

                .media-body {
                    width: 100%;
                }

                /* Fix for Category/Search Horizontal Cards if used */
                .card-news-horizontal {
                    flex-direction: column;
                }

                .card-news-horizontal .card-img-wrap {
                    width: 100%;
                    pointer-events: none;
                }

                /* Sidebar Tag Cloud Alignment (Rata Kiri Kanan) */
                .custom-tag-cloud {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 8px;
                    margin-bottom: 15px;
                }

                .custom-tag-item {
                    flex-grow: 1;
                    text-align: center;
                    padding: 8px 12px;
                    border-radius: 20px;
                    font-size: 11px;
                    font-weight: 700;
                    text-decoration: none;
                    text-transform: uppercase;
                    transition: all 0.3s ease;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                /* Specific Styles for Daerah */
                .tag-daerah {
                    background-color: #e0f2f1;
                    /* Light Teal */
                    color: #00695c;
                    border: 1px solid #b2dfdb;
                }

                .tag-daerah:hover {
                    background-color: #00695c;
                    color: #fff;
                    transform: translateY(-2px);
                    box-shadow: 0 4px 8px rgba(0, 105, 92, 0.2);
                    text-decoration: none;
                }

                /* Specific Styles for Biro */
                .tag-biro {
                    background-color: #e8eaf6;
                    /* Light Indigo */
                    color: #283593;
                    border: 1px solid #c5cae9;
                }

                .tag-biro:hover {
                    background-color: #283593;
                    color: #fff;
                    transform: translateY(-2px);
                    box-shadow: 0 4px 8px rgba(40, 53, 147, 0.2);
                    text-decoration: none;
                }

                /* Mobile Fix for News Lists - Full Width Images */
                @media (max-width: 768px) {
                    .media {
                        flex-direction: column;
                        align-items: flex-start;
                    }

                    .media img {
                        width: 100% !important;
                        height: 200px !important;
                        margin-right: 0 !important;
                        margin-bottom: 15px;
                        max-width: 100%;
                    }

                    .media-body {
                        width: 100%;
                    }

                    /* Fix for Category/Search Horizontal Cards if used */
                    .card-news-horizontal {
                        flex-direction: column;
                    }

                    .card-news-horizontal .card-img-wrap {
                        width: 100%;
                        max-width: 100%;
                        margin-right: 0;
                        margin-bottom: 15px;
                    }

                    .card-news-horizontal .card-img-wrap img {
                        justify-content: center;
                        color: #fff;
                        font-size: 12px;
                        z-index: 2;
                        border: 1px solid rgba(255, 255, 255, 0.5);
                        transition: all 0.2s ease;
                    }

                    .video-thumb-number {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 32px;
                        font-weight: 900;
                        color: rgba(0, 0, 0, 0.15);
                        z-index: 1;
                        pointer-events: none;
                    }

                    /* Sidebar Tag Cloud Alignment (Rata Kiri Kanan) */
                    .custom-tag-cloud {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 8px;
                        margin-bottom: 15px;
                    }

                    .custom-tag-item {
                        flex-grow: 1;
                        text-align: center;
                        padding: 8px 12px;
                        border-radius: 20px;
                        font-size: 11px;
                        font-weight: 700;
                        text-decoration: none;
                        text-transform: uppercase;
                        transition: all 0.3s ease;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    /* Specific Styles for Daerah */
                    .tag-daerah {
                        background-color: #e0f2f1;
                        /* Light Teal */
                        color: #00695c;
                        border: 1px solid #b2dfdb;
                    }

                    .tag-daerah:hover {
                        background-color: #00695c;
                        color: #fff;
                        transform: translateY(-2px);
                        box-shadow: 0 4px 8px rgba(0, 105, 92, 0.2);
                        text-decoration: none;
                    }

                    /* Specific Styles for Biro */
                    .tag-biro {
                        background-color: #e8eaf6;
                        /* Light Indigo */
                        color: #283593;
                        border: 1px solid #c5cae9;
                    }

                    .tag-biro:hover {
                        background-color: #283593;
                        color: #fff;
                        transform: translateY(-2px);
                        box-shadow: 0 4px 8px rgba(40, 53, 147, 0.2);
                        text-decoration: none;
                    }

                    /* Mobile Fix for News Lists - Full Width Images */
                    @media (max-width: 768px) {
                        .media {
                            flex-direction: column;
                            align-items: flex-start;
                        }

                        .media img {
                            width: 100% !important;
                            height: 200px !important;
                            margin-right: 0 !important;
                            margin-bottom: 15px;
                            max-width: 100%;
                        }

                        .media-body {
                            width: 100%;
                        }

                        /* Fix for Category/Search Horizontal Cards if used */
                        .card-news-horizontal {
                            flex-direction: column;
                        }

                        .card-news-horizontal .card-img-wrap {
                            width: 100%;
                            max-width: 100%;
                            margin-right: 0;
                            margin-bottom: 15px;
                        }

                        .card-news-horizontal .card-img-wrap img {
                            width: 100%;
                            height: auto;
                        }
                    }
                }

                /* Mobile Footer Optimization - 3 Columns (Aggressive) */
                @media (max-width: 768px) {
                    #colophon .row {
                        display: flex;
                        flex-wrap: wrap;
                        margin-right: -2px;
                        font-size: 8px !important;
                        line-height: 1.1;
                        word-break: break-all;
                        /* Force break if needed */
                        display: block;
                        color: #555;
                    }

                    /* Social Icons Fix */
                    .footer-social {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: center;
                        gap: 5px;
                    }

                    .social-icon {
                        margin-right: 0 !important;
                        margin-bottom: 5px;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        font-size: 14px;
                    }
                }