body.single.single-post {
	background-color: #ffffff !important;
}

.lt-post-wrap * {
	font-family: 'Saira', sans-serif;
	box-sizing: border-box;
}

.lt-post-wrap {
	max-width: 100vw;
	margin: 0 auto;
	padding: 48px 60px 80px;
	background: #ffffff;
}

.lt-post-back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #555555;
	text-decoration: none;
	margin-bottom: 32px;
	transition: color 0.2s;
}

.lt-post-back:hover {
	color: #1a4fa0;
}

.lt-post-grid {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 60px;
	align-items: start;
}

.lt-cat-badge {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 4px;
	margin-bottom: 18px;
	background: transparent;
	border: 1px solid currentColor;
	color: #1a4fa0;
	text-decoration: none;
	transition: opacity 0.2s;
}

.lt-cat-badge:hover {
	opacity: 0.75;
	text-decoration: none;
}

.lt-cat-badge.cat-acara    { color: #4EADD5; }
.lt-cat-badge.cat-berita   { color: #4EADD5; }
.lt-cat-badge.cat-hiring   { color: #4EADD5; }
.lt-cat-badge.cat-anggota  { color: #4EADD5; }
.lt-cat-badge.cat-kegiatan { color: #4EADD5; }

.lt-post-title {
	font-size: clamp(22px, 3vw, 40px);
	font-weight: 400;
	color: #111111;
	line-height: 1.3;
	margin: 0 0 28px;
}

.lt-post-thumb {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 32px;
	display: block;
}

.lt-post-body {
	font-size: 14px;
	line-height: 1.85;
	color: #333333;
}

.lt-post-body h2,
.lt-post-body h3 {
	font-size: 17px;
	font-weight: 700;
	color: #111111;
	margin: 28px 0 10px;
}

.lt-post-body p  { margin: 0 0 18px; }
.lt-post-body a  { color: #1a4fa0; }
.lt-post-body img { max-width: 100%; height: auto; border-radius: 4px; }
.lt-post-body ul,
.lt-post-body ol { padding-left: 20px; margin: 0 0 18px; }

/* ── Sidebar (Latest Posts / Recent Posts widget) ── */
.lt-post-sidebar .widget {
	margin-bottom: 0;
}

/* ── Sidebar heading (classic widget-title + block heading) ── */
.lt-post-sidebar .lt-sidebar-heading,
.lt-post-sidebar .widget-title,
.lt-post-sidebar .widget > h2,
.lt-post-sidebar .widget_block > h2,
.lt-post-sidebar .wp-block-heading,
.lt-post-sidebar .widget .wp-block-heading {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #111111 !important;
	margin: 0 0 24px !important;
	padding-bottom: 12px !important;
	border-bottom: 2px solid #eeeeee !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.lt-sidebar-empty {
	font-size: 13px;
	color: #888888;
	margin: 0;
}

/* Block: Latest Posts (core/latest-posts) */
.lt-post-sidebar .wp-block-latest-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lt-post-sidebar .wp-block-latest-posts li {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #eeeeee;
}

.lt-post-sidebar .wp-block-latest-posts li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.lt-post-sidebar .wp-block-latest-posts__featured-image,
.lt-post-sidebar .wp-block-latest-posts__featured-image a {
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
}

.lt-post-sidebar .wp-block-latest-posts__featured-image a {
	aspect-ratio: 3 / 4;
}

.lt-post-sidebar .wp-block-latest-posts__featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
	transform-origin: center center;
}

.lt-post-sidebar .wp-block-latest-posts li:hover .wp-block-latest-posts__featured-image img {
	transform: scale(1.08);
}

.lt-post-sidebar .wp-block-latest-posts__post-title,
.lt-post-sidebar .wp-block-latest-posts__post-title a {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	line-height: 1.45;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.lt-post-sidebar .wp-block-latest-posts li:hover .wp-block-latest-posts__post-title,
.lt-post-sidebar .wp-block-latest-posts li:hover .wp-block-latest-posts__post-title a {
	color: #004AAC;
}

.lt-post-sidebar .wp-block-latest-posts__post-date,
.lt-post-sidebar .wp-block-latest-posts__post-author {
	display: none;
}

/* Classic: Recent Posts widget */
.lt-post-sidebar .widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lt-post-sidebar .widget_recent_entries li {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #eeeeee;
}

.lt-post-sidebar .widget_recent_entries li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.lt-post-sidebar .widget_recent_entries a {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	line-height: 1.45;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.lt-post-sidebar .widget_recent_entries li:hover a {
	color: #004AAC;
}

.lt-post-sidebar .widget_recent_entries .post-date {
	display: none;
}

/* Empty widget list */
.lt-post-sidebar .widget ul:not(:has(li))::after,
.lt-post-sidebar .wp-block-latest-posts:not(:has(li))::after {
	content: 'Belum ada artikel lainnya.';
	display: block;
	font-size: 13px;
	color: #888888;
}

@media (max-width: 921px) {
	.lt-post-wrap { padding: 32px 24px 60px; }
	.lt-post-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 544px) {
	.lt-post-wrap { padding: 24px 16px 48px; }
}
