 .filter-wrapper {
        background: #ffffff;
        border-radius: 14px;
        padding: 20px 24px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    }

    .filter-input {
        border-radius: 10px;
        border: 1px solid #e2e8f0;
        transition: all 0.25s ease;
    }

    .filter-input:focus {
        border-color: #6366f1;
        box-shadow: 0 0 0 3px rgba(99, 102, 241, .15);
    }

    .search-input {
        max-width: 220px;
        display: inline-block;
    }

    .penulis-tags {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .penulis-tags input {
        display: none;
    }

    .penulis-tags label {
        padding: 6px 14px;
        border-radius: 999px;
        background: #f1f5f9;
        cursor: pointer;
        transition: all 0.25s ease;
        font-size: 13px;
        color: #64748b;
        margin-bottom: 6px;
    }

    .penulis-tags label:hover {
        background: #e0e7ff;
        transform: translateY(-2px);
    }

    .penulis-tags input:checked + label {
        background: #6366f1;
        color: #fff;
    }

    .filter-wrapper:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    }

    .label-ng {
        font-size: 16px;
        font-weight: 600;
        color: #64748b;
        margin-bottom: 6px;
    }

    #bg-berita-overview .kategori-link {
        display: inline-block;
        font-size: 0.90rem;
        padding: 5px 12px;
        border-radius: 20px;
        background: #7f170f;
        color: #ffffff;
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    #bg-berita-overview .kategori-link:hover {
        background: #fcd412;
        color: #000;
        box-shadow: 0 4px 10px rgba(13, 110, 253, .25);
    }

    #bg-berita-overview .date-overlay {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #7f170f;
        color: #fff;
        padding: 8px 10px;
        border-radius: 6px;
        text-align: center;
        font-weight: 600;
    }

    #bg-berita-overview .date-overlay .day {
        display: block;
        font-size: 1.1rem;
    }

    #bg-berita-overview .date-overlay .month {
        font-size: 0.7rem;
        text-transform: uppercase;
    }

    #bg-berita-overview .date-overlay .year {
        display: block;
        font-size: 1.1rem;
        text-transform: uppercase;
    }

    @media (max-width: 576px) {
        #bg-big {
            margin-top: 60px;
        }

        .card-img {
            height: 60vh;
            object-fit: cover;
        }
    }