body, html { overscroll-behavior-y: contain; /* Mencegah tarikan refresh di Android */ overflow-x: hidden; /* Mencegah geser kanan-kiri */ }
/* bulletin.css - Full Custom CSS (No Tailwind) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&family=Amiri&display=swap');
:root { --primary-gradient: linear-gradient(135deg, #065f46, #0f766e, #155e75); --secondary-gradient: linear-gradient(135deg, #059669, #0f766e); --bg-color: #f8fafc; --text-dark: #1f2937; --text-muted: #6b7280; --emerald-100: #d1fae5; --emerald-500: #10b981; --emerald-600: #059669; --emerald-700: #047857; --white-opacity: rgba(255, 255, 255, 0.1); --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); --shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.1); }
* { box-sizing: border-box; margin: 0; padding: 0; background-color: ; }
body { font-family: 'Inter', sans-serif; background-color: var(--bg-color); color: var(--text-dark); min-height: 100vh; }
.font-arab { font-family: 'Amiri', serif; }
/* --- Layout Wrappers --- */
.container { max-width: 1280px; margin: 0 -17px 0 -19px; padding: 0 1.5rem; }
.relative { position: relative; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
/* --- Header Section --- */
.main-header { position: relative; background: var(--primary-gradient); color: white; padding-bottom: 6rem; /* Space for overlap */ box-shadow: var(--shadow-xl); overflow: hidden; }
.header-pattern { position: absolute; inset: 0; background-image: url('https://www.transparenttextures.com/patterns/arabesque.png'); opacity: 0.1; }
.header-fade { position: absolute; bottom: 0; left: 0; width: 100%; height: 6rem; background: linear-gradient(to top, var(--bg-color), transparent); }
.header-content { position: relative; padding-top: 0rem; padding-bottom: 0rem; display: flex; flex-direction: column; }
@media (min-width: 768px) {
    .header-content { flex-direction: row; justify-content: space-between; align-items: center; }
}
.brand-wrapper { display: flex; align-items: center; gap: 1rem; }
.logo-box { width: 4rem; height: 4rem; background: var(--white-opacity); backdrop-filter: blur(8px); border-radius: 1rem; display: flex; align-items: center; justify-content: center; font-size: 1.875rem; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); display: none; }
.brand-title h1 { font-size: 1.875rem; font-weight: 700; letter-spacing: -0.025em; line-height: 1.2; }
@media (min-width: 768px) {
    .brand-title h1 { font-size: 3rem; }
}
.brand-meta { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.5rem; color: var(--emerald-100); font-size: 0.875rem; }
.badge { background: rgba(255, 255, 255, 0.2); padding: 0.25rem 0.75rem; border-radius: 9999px; backdrop-filter: blur(4px); }
.selector-input { padding: 0.5rem 1rem; background: var(--white-opacity); backdrop-filter: blur(8px); border-radius: 0.75rem; color: white; font-weight: 600; border: 1px solid rgba(255, 255, 255, 0.2); cursor: pointer; }
.selector-input:hover { background: rgba(255, 255, 255, 0.2); }
.selector-input option { color: #333; }
/* --- Prayer Card (Jadwal Sholat) --- */
/* --- GANTI BAGIAN INI DI BULLETIN.CSS --- */
/* Container Utama Kartu Jadwal */
.prayer-card { background: white; border-radius: 1.5rem; box-shadow: var(--shadow-xl); border: 1px solid var(--emerald-100); overflow: hidden; margin-bottom: 3rem; display: flex; flex-direction: column; /* MEMAKSA VERTIKAL (Atas-Bawah) */ position: relative; z-index: 20; margin-top: -5rem; }
/* Bagian Hijau (Header) */
.prayer-left { background: var(--secondary-gradient); color: white; padding: 0.9rem 2rem 0rem; /* Padding bawah lebih besar */ position: relative; width: 100%; /* Lebar penuh */ }
.prayer-info-content { padding-bottom: 0px; }
/* Bagian Putih (List Jadwal) */
.prayer-right { padding: 2.5rem 1.1rem 0rem 0.8rem; width: 100%; /* Lebar penuh */ position: relative; top: -1.5rem; /* Menarik ke atas sedikit agar menyatu */ border-radius: 1.5rem 1.5rem 0 0; /* Membuat lengkungan di atas */ }
/* Header Judul "Jadwal Sholat Hari Ini" */
.prayer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.section-title { font-size: 1.25rem; font-weight: 800; color: #FFFFFF; display: flex; align-items: center; gap: 0.75rem; }
/* Garis Hijau Vertikal di sebelah judul */
.section-marker { width: 6px; height: 24px; background: var(--emerald-500); border-radius: 4px; display: inline-block; }
/* --- LIST STYLE BARU (Seperti Gambar 1) --- */
.grid-times { display: flex; flex-direction: column; gap: 0; /* Tidak ada jarak gap, kita pakai padding */ }
.time-card { display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 0rem 0; /* Padding atas bawah */ border-bottom: 1px solid #F3F4F6; /* Garis tipis di bawah */ background: transparent; /* Transparan, tidak ada kotak background */ transition: all 0.2s; }
.time-card:last-child { border-bottom: none; /* Hilangkan garis di item terakhir */ }
.time-card:hover { padding-left: 0.5rem; /* Efek geser sedikit saat hover */ }
/* Wrapper Icon dan Label (Kiri) */
.time-left-wrapper { display: flex; align-items: center; gap: 1rem; }
.time-card i { color: #374151; /* Warna icon abu gelap */ stroke-width: 2px; }
.time-label { font-size: 1rem; font-weight: 600; color: #FDFDFC; text-transform: capitalize; }
/* Tampilan Jam (Kanan - Kotak Hijau/Putih) */
.time-value { font-size: 1.25rem; font-weight: 700; color: #E8EAE4; /* Teks Hijau */ /* Border tipis */ /* Sudut membulat */ min-width: 90px; text-align: center; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
/* Style Tambahan untuk Quote Box di Header */
.quote-box { margin-top: 1.5rem; padding: 0.7rem 1.5rem 0.6rem; background: rgba(255, 255, 255, 0.15); /* Lebih transparan */ border-radius: 1rem; border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(4px); }
svg { display: none; }
.source-text { margin-top: -0.2rem; padding-top: 0.6rem; border-top: 1px solid #F3F4F6; text-align: center; font-size: 0.75rem; color: #FFFFFF; }
/* --- Content Sections --- */
.content-wrapper { display: flex; flex-direction: column; gap: 2rem; margin-bottom: 3rem; }
/* Hot News Card Style */
.hot-news-card { background: white; border-radius: 1.5rem; overflow: hidden; box-shadow: var(--shadow-xl); border: 1px solid #F3F4F6; display: flex; flex-direction: column; cursor: pointer; transition: transform 0.3s; }
@media (min-width: 768px) {
    .hot-news-card { flex-direction: row; }
}
.hot-news-card:hover { transform: translateY(-4px); }
.hot-img-box { position: relative; height: 11.9rem; overflow: hidden; }
@media (min-width: 768px) {
    .hot-img-box { width: 50%; height: 24rem; }
}
.hot-img-box img { width: 100%; height: 104%; object-fit: cover; transition: transform 0.7s; }
.hot-news-card:hover img { transform: scale(1.05); }
.hot-tag { position: absolute; top: 1rem; left: 1rem; background: #E11D48; color: white; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.75rem; border-radius: 9999px; z-index: 10; display: flex; align-items: center; gap: 0.25rem; }
.hot-content { padding: 0.5rem 0.4rem 1rem 0.9rem; display: flex; flex-direction: column; justify-content: center; background: white; }
@media (min-width: 768px) {
    .hot-content { width: 50%; padding: 2.5rem; }
}
.content-wrapper div { }
.hot-title { font-size: 1.2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.1rem; line-height: 1.2; }
.hot-news-card:hover .hot-title { color: var(--emerald-700); }
.hot-preview { color: #4B5563; margin-bottom: 0.6rem; line-height: 1.2; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.btn-read { background: #111827; color: white; padding: 0.75rem 1.5rem; border-radius: 0.75rem; font-weight: 600; width: fit-content; display: flex; align-items: center; gap: 0.5rem; border: none; cursor: pointer; transition: background 0.3s; }
.hot-news-card:hover .btn-read { background: var(--emerald-600); }
/* Regular Grid Layout */
.section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.section-header-title { display: flex; align-items: center; gap: 0.75rem; }
.icon-box { width: 2.5rem; height: 2.5rem; background: linear-gradient(135deg, #10B981, #0F766E); border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; color: white; box-shadow: 0 4px 6px -1px rgba(16, 185, 129, 0.4); }
.header-divider { flex: 1; height: 4px; background: #F3F4F6; margin-left: 1.5rem; border-radius: 9999px; display: none; }
@media (min-width: 768px) {
    .header-divider { display: block; }
}
.articles-grid { display: grid; gap: 1.5rem; }
@media (min-width: 768px) {
    .articles-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .articles-grid { grid-template-columns: repeat(3, 1fr); }
}
/* Article Card Style */
.article-card { background: white; border-radius: 1rem; overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid #F3F4F6; display: flex; flex-direction: column; height: 100%; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; }
.article-card:hover { transform: translateY(-8px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }
.card-thumb { position: relative; height: 12rem; overflow: hidden; flex-shrink: 0; }
.card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.article-card:hover .card-thumb img { transform: scale(1.1); }
.card-views { position: absolute; top: 0.75rem; right: 0.75rem; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(4px); color: white; font-size: 0.75rem; padding: 0.25rem 0.5rem; border-radius: 0.5rem; z-index: 10; display: flex; align-items: center; gap: 0.25rem; }
.card-category-bar { position: absolute; bottom: 0; left: 0; width: 100%; padding: 1rem; background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
.category-text { color: #6EE7B7; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.card-title { font-size: 1.125rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.5rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.article-card:hover .card-title { color: var(--emerald-600); }
.card-desc { font-size: 0.875rem; color: #6B7280; margin-bottom: 1rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-footer { padding-top: 0rem; border-top: 1px solid #F9FAFB; color: var(--emerald-600); font-size: 0.875rem; font-weight: 600; display: flex; align-items: center; }
.card-footer i { margin-left: 0.25rem; transition: transform 0.3s; }
.article-card:hover .card-footer i { transform: translateX(4px); }
/* --- Modal Styles --- */
.modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.8); backdrop-filter: blur(5px); animation: fadeIn 0.3s; }
.modal-content { background-color: #FEFEFE; margin: 2% auto; padding: 0; border-radius: 1.25rem; width: 95%; max-width: 800px; animation: slideUp 0.4s; overflow: hidden; position: relative; }
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.modal-header-img { position: relative; height: 16rem; overflow: hidden; background: #E5E7EB; }
.modal-header-img img { width: 100%; height: 100%; object-fit: cover; }
.modal-title-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
.modal-title-text { position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; font-size: 1.875rem; font-weight: 700; color: white; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.modal-body-container { padding: 2rem 0rem; margin-left: 29px; margin-right: 17px; }
.modal-meta-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; color: #6B7280; margin-bottom: 1.5rem; border-bottom: 1px solid #E5E7EB; padding-bottom: 1rem; }
.modal-cat-tag { padding: 0.25rem 0.75rem; background: #D1FAE5; color: #047857; border-radius: 9999px; font-weight: 600; }
.content-html h1, .content-html h2 { font-weight: 700; margin-top: 1.5em; margin-bottom: 0.5em; color: #1F2937; font-size: 1.5rem; }
.content-html p { margin-bottom: 1em; line-height: 1.8; color: #374151; }
.content-html img { max-width: 100%; height: auto; border-radius: 0.5rem; margin: 1rem 0; }
.content-html ul { margin-left: 1.5rem; margin-bottom: 1rem; list-style-type: disc; }
/* Shimmer Loading */
.shimmer { background: #F6F7F8; background-image: linear-gradient(to right, #F6F7F8 0%, #EDEEF1 20%, #F6F7F8 40%, #F6F7F8 100%); background-repeat: no-repeat; background-size: 800px 100%; animation-duration: 1s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-name: placeholderShimmer; animation-timing-function: linear; border-radius: 0.75rem; }
@keyframes placeholderShimmer {
    0% { background-position: -468px 0; }
    100% { background-position: 468px 0; }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&family=Amiri&display=swap');
body { font-family: 'Inter', sans-serif; }
.font-arab { font-family: 'Amiri', serif; }
.card-hover { transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.card-hover:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); }
.modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.8); backdrop-filter: blur(5px); animation: fadeIn 0.3s; }
.modal-content { background-color: #FEFEFE; margin: 2% 0; padding: 0; border-radius: 20px; width: 95%; max-width: 800px; animation: slideUp 0.4s; overflow: hidden; }
div#modalBody.content-html { margin-left: -1px; margin-right: -6px; }
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideUp {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
/* --- BUTTON STYLES (Close & Exit) --- */
/* 1. Tombol Close Modal (Pojok Kanan Atas - Fixed) */
.close { position: fixed; /* Mengunci posisi relatif terhadap LAYAR */ top: 25px; right: 25px; width: 45px; height: 45px; background: rgba(220, 38, 38, 0.9); /* Merah agar terlihat jelas sebagai tombol tutup */ color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10001; /* Paling Depan (di atas modal) */ font-size: 28px; border: 2px solid rgba(255, 255, 255, 0.5); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.2s; }
.close:active { transform: scale(0.9); }
/* 2. Tombol Exit Halaman Utama (Pojok Kanan Atas - Fixed) */
.btn-exit-app { position: fixed; top: 2px; right: 5px; width: 96px; height: 45px; background: rgba(152, 152, 152, 0.306); /* Gelap */ color: white; border-radius: 0%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 9000; /* Di atas konten web, tapi di bawah modal */ border: 0px solid rgba(255, 255, 255, 0.3); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Hilangkan garis bawah link */ }
.btn-exit-app:hover { background: #AB8282; }
.content-html h1, .content-html h2 { font-weight: 700; margin-top: 1em; margin-bottom: 0.5em; color: #1F2937; }
.content-html p { margin-bottom: 1em; line-height: 1.7; }
.content-html img { max-width: 100%; height: auto; border-radius: 8px; margin: 10px 0; }
/* Loading Shimmer */
.shimmer { background: #F6F7F8; background-image: linear-gradient(to right, #F6F7F8 0%, #EDEEF1 20%, #F6F7F8 40%, #F6F7F8 100%); background-repeat: no-repeat; background-size: 800px 100%; animation-duration: 1s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-name: placeholderShimmer; animation-timing-function: linear; }
@keyframes placeholderShimmer {
    0% { background-position: -468px 0; }
    100% { background-position: 468px 0; }
}
/* --- FINANCIAL REPORT STYLES --- */
.financial-wrapper { display: flex; flex-direction: column; gap: 1.5rem; }
.financial-card { background: white; border-radius: 1rem; overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid #FCD34D; /* Border kuning/emas */ display: flex; flex-direction: column; cursor: pointer; transition: all 0.3s; }
@media (min-width: 768px) {
    .financial-card { flex-direction: row; }
}
.financial-card:hover { transform: translateY(-4px); box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.2); }
.fin-img { width: 100%; height: 12rem; background: #F3F4F6; }
@media (min-width: 768px) {
    .fin-img { width: 300px; height: auto; }
}
.fin-img img { width: 100%; height: 100%; object-fit: cover; }
.fin-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.fin-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.75rem; }
.fin-title { font-size: 1.25rem; font-weight: 700; color: var(--text-dark); margin-bottom: 0.5rem; }
.fin-preview { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; margin-bottom: 1rem; }
.fin-footer { color: #D97706; /* Warna Emas Gelap */ font-weight: 600; font-size: 0.9rem; display: flex; align-items: center; gap: 0.25rem; }
/* --- FOOTER STYLES --- */
.main-footer { background: linear-gradient(to bottom, #1F2937, #111827); color: white; padding: 0.5rem 0 2rem; margin-top: -1.8rem; position: relative; overflow: hidden; }
.footer-pattern { position: absolute; inset: 0; background-image: url('https://www.transparenttextures.com/patterns/cubes.png'); opacity: 0.05; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; margin-bottom: 3rem; margin-left: 0; }
@media (min-width: 768px) {
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
}
.footer-col { display: flex; flex-direction: column; gap: 1rem; }
.footer-logo { font-size: 1.5rem; font-weight: 800; color: var(--emerald-500); margin-bottom: 0.5rem; }
.footer-text { color: #9CA3AF; line-height: 1.6; font-size: 0.95rem; }
.contact-item { display: flex; align-items: start; gap: 0.75rem; color: #D1D5DB; font-size: 0.9rem; }
.footer-col h3.footer-title { text-align: center; width: ; }
/* Box Kontak */
.contact-box { background: rgba(255, 255, 255, 0.05); padding: 1rem; border-radius: 0.75rem; margin-bottom: 1rem; }
.contact-label { font-size: 0.75rem; text-transform: uppercase; color: #6B7280; margin-bottom: 0.25rem; }
.contact-value { font-weight: 600; color: #F3F4F6; display: flex; align-items: center; gap: 0.5rem; }
/* Bank Card Style */
.bank-card { background: linear-gradient(135deg, #059669, #047857); padding: 1.25rem; border-radius: 1rem; color: white; position: relative; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3); }
.bank-label { font-size: 0.75rem; opacity: 0.9; margin-bottom: 0.25rem; }
.bank-name { font-weight: 700; font-size: 1.1rem; margin-bottom: 0.5rem; }
.bank-number { font-family: 'Courier New', monospace; font-size: 1.4rem; font-weight: 800; letter-spacing: 1px; margin-bottom: 0.25rem; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
.bank-owner { font-size: 0.9rem; opacity: 0.9; }
.btn-copy { position: absolute; top: 1rem; right: 1rem; background: rgba(0, 0, 0, 0.2); border: none; color: white; padding: 0.25rem 0.75rem; border-radius: 0.5rem; font-size: 0.75rem; cursor: pointer; display: flex; align-items: center; gap: 0.25rem; }
.btn-copy:hover { background: rgba(0, 0, 0, 0.4); }
/* QRIS Frame */
.qris-frame { background: white; padding: 1rem; border-radius: 1rem; width: fit-content; margin: 0 auto; text-align: center; }
.qris-frame img { width: 64%; height: auto; display: block; margin-bottom: 0.5rem; margin-left: 20%; }
.qris-scan-text { font-size: 0.75rem; color: #374151; font-weight: 600; }
.footer-copyright { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #6B7280; font-size: 0.85rem; }
/* Style untuk Laporan Keuangan Full Frame */
.financial-full-frame { background: white; border-radius: 1rem; box-shadow: var(--shadow-card); border-top: 5px solid #F59E0B; /* Garis atas oranye */ margin-bottom: 2rem; overflow: hidden; }
.fin-header-simple { padding: 1.5rem; border-bottom: 1px solid #F3F4F6; display: flex; justify-content: space-between; align-items: center; background: #FFFBEB; }
.fin-title-full { font-size: 1.25rem; font-weight: 700; color: #92400E; margin: 0; }
.fin-date-badge { background: #FCD34D; color: #78350F; padding: 0.25rem 0.75rem; border-radius: 999px; font-size: 0.75rem; font-weight: 700; }
/* Mempercantik Tabel Standar */
.relative div div { background-color: ; }
.financial-wrapper div.financial-full-frame div.fin-content-body div { background-color: ; }
.fin-content-body span { }
.fin-content-body table { width: 100%; border-collapse: collapse; margin-top: 0.5rem; }
.fin-content-body th { background: #F3F4F6; text-align: left; padding: 12px; font-weight: 600; border-bottom: 2px solid #E5E7EB; }
.fin-content-body td { padding: 12px; border-bottom: 1px solid #F3F4F6; }
.fin-content-body tr:hover { background-color: #F9FAFB; }
/* Style untuk Laporan Keuangan Full Frame */
.financial-full-frame { background: white; border-radius: 1rem; box-shadow: var(--shadow-card); border-top: 5px solid #F59E0B; /* Garis atas oranye */ margin-bottom: 2rem; overflow: hidden; }
.fin-header-simple { padding: 1.5rem; border-bottom: 1px solid #F3F4F6; display: flex; justify-content: space-between; align-items: center; background: #FFFBEB; }
.fin-title-full { font-size: 1.25rem; font-weight: 700; color: #92400E; margin: 0; }
.fin-date-badge { background: #FCD34D; color: #78350F; padding: 0.25rem 0.75rem; border-radius: 999px; font-size: 0.75rem; font-weight: 700; }
/* Mempercantik Tabel Standar */
.relative div div { background-color: ; }
.financial-wrapper div.financial-full-frame div.fin-content-body div { background-color: ; }
.fin-content-body span { }
.fin-content-body table { width: 100%; border-collapse: collapse; margin-top: 0.5rem; }
.fin-content-body th { background: #F3F4F6; text-align: left; padding: 12px; font-weight: 600; border-bottom: 2px solid #E5E7EB; }
.fin-content-body td { padding: 12px; border-bottom: 1px solid #F3F4F6; }
.fin-content-body tr:hover { background-color: #F9FAFB; }
/* --- GALERI FOTO STYLES --- */
.photo-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.gallery-item { position: relative; border-radius: 0.75rem; overflow: hidden; cursor: pointer; transition: transform 0.3s; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.gallery-item:hover { transform: scale(1.05); }
.gallery-item img { width: 100%; height: 200px; object-fit: cover; display: block; }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); color: white; padding: 0.75rem; font-size: 0.875rem; }
/* Fullscreen Image Viewer */
.fullscreen-image { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.95); z-index: 10000; display: flex; align-items: center; justify-content: center; cursor: zoom-out; animation: fadeIn 0.3s; }
.fullscreen-image img { max-width: 95%; max-height: 95%; object-fit: contain; border-radius: 8px; }
.close-fullscreen { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; background: rgba(255, 255, 255, 0.2); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; cursor: pointer; backdrop-filter: blur(10px); }
/* --- YOUTUBE EMBED STYLES --- */
.youtube-embed { position: relative; width: 100%; padding-bottom: 56.25%; /* Aspect ratio 16:9 */ margin: 1.5rem 0; border-radius: 1rem; overflow: hidden; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
.youtube-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
/* Modal scroll behavior fix */
.modal-content { max-height: 90vh; overflow-y: auto; scroll-behavior: smooth; margin-left: 0; }
/* Tambahkan di bulletin.css atau di dalam tag <style> di buletin.html */
/* Style Tabel Wakaf */
.wakaf-table-wrapper { overflow-x: auto; margin: 1rem -18px 1rem -14px; border-radius: 0.75rem; border: 1px solid #E5E7EB; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
.wakaf-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.wakaf-table th { background: linear-gradient(135deg, #059669, #047857); color: white; text-align: left; padding: 12px 16px; font-weight: 600; }
.wakaf-table td { padding: 12px 16px; border-bottom: 1px solid #F3F4F6; color: #374151; }
.wakaf-table tr:nth-child(even) { background-color: #F9FAFB; }
.wakaf-table tr:hover { background-color: #ECFDF5; }
.wakaf-total-row { background-color: #FFFBEB !important; font-weight: 700; color: #92400E; }
.badge-tiket { background: #D1FAE5; color: #065F46; padding: 2px 8px; border-radius: 99px; font-size: 0.75rem; font-weight: 700; }
/* Update Style Tabel Wakaf (Grid Border) */
.wakaf-table { width: 100%; border-collapse: collapse; /* Penting: agar garis tidak ganda */ font-size: 0.9rem; }
/* Memberikan Border Tipis ke Semua Sisi Cell (Header & Data) */
.wakaf-table th, .wakaf-table td { border: 1px solid #E5E7EB; /* Warna Abu-abu muda halus */ padding: 10px 12px; }
/* Khusus Header, warnanya disesuaikan sedikit agar rapi */
.wakaf-table th { background: linear-gradient(135deg, #059669, #047857); color: white; text-align: left; font-weight: 600; border-color: #047857; /* Border header menyesuaikan warna background */ }
/* Warna text isi tabel */
.wakaf-table td { color: #374151; }
/* Efek Zebra (Belang-belang) tetap dipertahankan agar mudah dibaca */
.wakaf-table tr:nth-child(even) { background-color: #E3E5E6; }
/* Footer Total */
.wakaf-total-row td { background-color: #FFFBEB; border: 1px solid #FCD34D; /* Border kuning untuk footer */ font-weight: 700; color: #92400E; }
