/* ============================================================
   SKIN 1 — "Bersih" (Clean / Modern netral)
   Memakai warna aksen dari konfigurasi (theme_color). Ringan & lapang.
   ============================================================ */
body {
	background-color: #ffffff;
	color: #1f2937;
}

.navbar.bg-white {
	border-bottom: 1px solid #eef0f2;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.02em;
}

/* Kartu lebih bersih */
.related-card,
.articles-list,
.card-grid {
	border: 1px solid #eef0f2 !important;
}

.related-card:hover {
	box-shadow: 0 10px 30px rgba(17, 24, 39, .10) !important;
}

.featured-card {
	border-radius: 1.25rem;
}

.section-title span {
	letter-spacing: .15em;
}

/* Footer terang netral */
.footer {
	background: #f7f8fa;
}
