/* CPT Layanan - bold accents for emphasis */
body.single-layanan :where(.entry-content, .bl-content, .pkg-article__content, .cpt-content, .content) ul li,
body.single-layanan :where(.entry-content, .bl-content, .pkg-article__content, .cpt-content, .content) ol li {
	font-weight: 700;
	letter-spacing: 0.01em;
}

body.single-layanan :where(.entry-content, .bl-content, .pkg-article__content, .cpt-content, .content) blockquote {
	background: linear-gradient(180deg, rgba(99,102,241,0.08), rgba(79,140,255,0.02));
	border: 1px solid rgba(147,197,253,0.18);
}
