/**
 * Berita — arsip & single. Gaya One Ummah: primary #308A00, dark #1A4D2E.
 * Melengkapi donasiku.css (font Plus Jakarta Sans, .dku-app-col, tombol).
 */

.dku-berita-body {
	background: #f4f6f4;
}

/* ---------- Header ---------- */
.dku-berita-head {
	position: relative;
	padding: 20px 20px 16px;
	background: #308A00;
	color: #fff;
}

.dku-berita-head h1 {
	margin: 6px 0 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.dku-berita-head .dku-hero-back {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1;
}

/* ---------- Arsip: grid kartu ---------- */
.dku-berita-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	padding: 16px;
}

@media ( min-width: 560px ) {
	.dku-berita-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.dku-berita-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e4e9e1;
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.15s, transform 0.15s;
}

.dku-berita-card:hover {
	box-shadow: 0 6px 18px rgba(26, 77, 46, 0.12);
	transform: translateY( -2px );
}

.dku-berita-card-thumb {
	aspect-ratio: 16 / 9;
	background: #e9efe4;
	overflow: hidden;
}

.dku-berita-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dku-berita-card-thumb--empty {
	background: linear-gradient( 135deg, #dcedcf, #eaf5e3 );
}

.dku-berita-card-body {
	padding: 12px 14px 16px;
}

.dku-berita-card-date {
	font-size: 12px;
	color: #6c7a68;
	margin-bottom: 4px;
}

.dku-berita-card-title {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	color: #1A4D2E;
}

.dku-berita-card-excerpt {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #55634f;
}

/* ---------- Pagination ---------- */
.dku-berita-pagination {
	padding: 0 16px 24px;
}

.dku-berita-pagination .page-numbers {
	display: inline-block;
	min-width: 34px;
	padding: 7px 10px;
	margin: 0 3px 6px 0;
	border: 1px solid #d6e2d0;
	border-radius: 8px;
	background: #fff;
	color: #1A4D2E;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}

.dku-berita-pagination .page-numbers.current {
	background: #308A00;
	border-color: #308A00;
	color: #fff;
}

.dku-berita-pagination .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect( 0, 0, 0, 0 );
}

.dku-berita-empty {
	padding: 40px 20px;
	text-align: center;
	color: #6c7a68;
}

/* ---------- Single ---------- */
.dku-berita-hero {
	position: relative;
	background: #e9efe4;
}

.dku-berita-hero img {
	width: 100%;
	height: auto;
	display: block;
}

.dku-berita-hero .dku-hero-btn {
	position: absolute;
	top: 14px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba( 0, 0, 0, 0.45 );
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.dku-berita-hero .dku-hero-back {
	left: 14px;
}

.dku-berita-hero .dku-hero-share {
	right: 14px;
}

.dku-berita-single-body {
	padding: 18px 20px 28px;
	background: #fff;
}

.dku-berita-single-title {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	color: #1A4D2E;
}

.dku-berita-single-meta {
	font-size: 12.5px;
	color: #6c7a68;
	margin-bottom: 18px;
}

.dku-berita-dot {
	margin: 0 6px;
}

/* Konten dari editor (blok/classic) — tipografi konsisten OUM. */
.dku-berita-content {
	font-size: 15px;
	line-height: 1.7;
	color: #333c31;
}

.dku-berita-content p {
	margin: 0 0 16px;
}

.dku-berita-content h2,
.dku-berita-content h3,
.dku-berita-content h4 {
	color: #1A4D2E;
	line-height: 1.35;
	margin: 26px 0 10px;
}

.dku-berita-content h2 {
	font-size: 19px;
}

.dku-berita-content h3 {
	font-size: 17px;
}

.dku-berita-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.dku-berita-content figure {
	margin: 0 0 16px;
}

.dku-berita-content figcaption {
	font-size: 12px;
	color: #6c7a68;
	margin-top: 6px;
	text-align: center;
}

.dku-berita-content a {
	color: #308A00;
	text-decoration: underline;
}

.dku-berita-content ul,
.dku-berita-content ol {
	margin: 0 0 16px;
	padding-left: 22px;
}

.dku-berita-content li {
	margin-bottom: 6px;
}

.dku-berita-content blockquote {
	margin: 0 0 16px;
	padding: 10px 16px;
	border-left: 4px solid #40AF03;
	background: #f1f7ec;
	color: #40503c;
	font-style: italic;
}

.dku-berita-single-foot {
	margin-top: 26px;
	padding-top: 18px;
	border-top: 1px solid #e4e9e1;
}

.dku-berita-single-foot .dku-expand-btn {
	display: inline-block;
	margin-top: 12px;
	color: #308A00;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}
