/* ================= BANNER ================= */
@font-face {
    font-family: 'Kollektif';
    src: url('/2026/font/Kollektif.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Kollektif';
    src: url('/2026/font/Kollektif-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Kollektif';
    src: url('/2026/font/Kollektif-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Kollektif';
    src: url('/2026/font/Kollektif-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}


.banner-detail-berita {
    position: relative;
    height: 560px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* overlay */
.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.35),
            rgba(0, 0, 0, 0.15));
    z-index: 1;
}

/* container teks */
.banner-inner {
    position: absolute;
    top: 90px;
    left: 80px;
    max-width: 760px;
    color: #fff;
    z-index: 2;

    /* PENTING: cegah overlap */
    display: flex;
    flex-direction: column;
}

/* ===== BREADCRUMB (NAMA BARU) ===== */
.detail-berita-breadcrumb {
    font-size: 13px;
    letter-spacing: 0.5px;
    opacity: 0.9;
    margin-bottom: 18px;
    line-height: 1.4;
}

.detail-berita-breadcrumb span {
    margin: 0 6px;
}

/* judul */
.banner-title {
    font-size: 40px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 22px 0;
}

/* meta */
.banner-meta {
    font-size: 14px;
    opacity: 0.95;
    margin-bottom: 34px;
}

/* tombol share */
.btn-share {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #b51212;
    color: #fff;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: background 0.25s ease;
}

.btn-share:hover {
    background: #8f0f0f;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
    .banner-detail-berita {
        height: 480px;
    }

    .banner-inner {
        left: 40px;
        top: 70px;
    }

    .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .banner-detail-berita {
        height: 420px;
    }

    .banner-inner {
        left: 20px;
        right: 20px;
        top: auto;
        bottom: 30px;
    }

    .banner-title {
        font-size: 24px;
    }
}

/* ================= DETAIL WRAPPER ================= */
.detail-wrapper {
    background: #f5f3ef;
    padding: 50px 0;
}

/* CARD KONTEN */
.detail-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.detail-image img {
    width: 100%;
    display: block;
}

.detail-body {
    font-size: 20px;
    padding: 5px 25px;
    color: #333;
    line-height: 1.7;
    font-family: 'Kollektif', Arial, sans-serif;
    font-weight: 400;
}

.detail-body h3 {
    color: #b31313;
    font-size: 28px;
    font-weight: 700;
    /* otomatis pakai Kollektif Bold */
    line-height: 1.4;
}

.alt-gambar {
    padding: 5px 25px;
    font-size: 18px;
    color: #898383;
}


/* TABLET */
@media (max-width: 992px) {
    .detail-body h3 {
        font-size: 18px;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .detail-body h3 {
        font-size: 16px;
    }
}


/* ================= SIDEBAR ================= */
.sidebar-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.sidebar-section {
    margin-bottom: 30px;
}

.sidebar-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
    /* max-width: 60%; */
}

.sidebar-title.red {
    background: #b51212;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    display: inline-block;
}

/* ================= BERITA TERKAIT ================= */
.related-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.related-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.related-category {
    font-size: 11px;
    color: #b51212;
    font-weight: 700;
}

.related-item h4 {
    font-size: 13px;
    margin: 4px 0;
    line-height: 1.4;
}

.related-item small {
    font-size: 11px;
    color: #777;
}

/* ================= TAG ================= */
.tag-pill {
    display: inline-block;
    background: #b51212;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    margin-bottom: 8px;
    text-decoration: none;
}

/* ================= ANGGOTA ================= */
.member-pill {
    display: inline-block;
    background: #d49c01;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .sidebar-card {
        margin-top: 30px;
    }
}

.pimpinan-card-berita {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    gap: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.pimpinan-wrapper-berita {
    padding: 40px 0 80px;
}

.pimpinan-content-berita-utama {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    border-radius: 0px 0px 14px 14px;
    padding: 30px;
    gap: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.pimpinan-card-berita-utama img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 14px;
}