/* Mobile Navigation and Layout Styles (Globalized) */
.single-nav-section {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0.5rem 0.25rem;
	box-sizing: border-box;
}

.single-nav-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
	align-items: stretch;
}

.single-nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #f5f5f5;
	border-radius: 6px;
	text-decoration: none;
	min-height: 90px;
	padding: 8px 4px 6px 4px;
	box-sizing: border-box;
	overflow: hidden;
}

.single-nav-thumb {
	width: 60px;
	height: 60px;
	background: #eee;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-nav-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.single-nav-title {
	font-size: 0.75rem;
	color: #333;
	text-align: center;
	max-width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	min-height: 2.1em;
}

/* End Global Navigation Styles */
/* Global Post Navigation */
.post-navigation {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0.5rem 0.25rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
	border-top: 1px solid #eee;
	box-sizing: border-box;
	align-items: start;
	min-height: 60px;
}

.nav-link {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	text-decoration: none;
	background: #f5f5f5;
	padding: 6px 0 8px 0;
	border-radius: 6px;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 72px;
	justify-self: stretch;
	align-self: start;
}

.nav-thumbnail {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	background: #eee;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2px;
}

.nav-text {
	width: 48px;
	max-width: 48px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-title {
	font-size: 0.75rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.2;
	max-width: 48px;
	text-align: center;
}

/* End Global Post Navigation */

@media all {
	.nav-text {
		max-width: 80px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}

@media all {
	.post-navigation {
		border: 2px dashed red !important;
	}

	@media all {
		.post-navigation {
			width: 100%;
			max-width: 720px;
			margin: 0 auto;
			padding: 0.5rem 0.25rem;
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 0.5rem;
			border-top: 1px solid #eee;
			box-sizing: border-box;
			align-items: center;
			min-height: 60px;
		}

		.nav-link {
			width: 100%;
			max-width: 100%;
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			gap: 8px;
			text-decoration: none;
			background: #f5f5f5;
			padding: 6px 8px;
			border-radius: 6px;
			box-sizing: border-box;
			overflow: hidden;
			min-height: 48px;
			justify-self: stretch;
			align-self: center;
		}

		.nav-thumbnail {
			width: 40px;
			height: 40px;
			flex-shrink: 0;
			background: #eee;
			border-radius: 4px;
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.nav-text {
			max-width: 80px;
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: flex-start;
		}

		.nav-title {
			font-size: 0.75rem;
			color: #333;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: normal;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			line-clamp: 2;
			-webkit-box-orient: vertical;
			line-height: 1.3;
			max-width: 80px;
		}
	}

	.single-thumbnail-img {
		width: 100%;
		max-width: 720px;
		height: 320px;
		object-fit: cover;
		border-radius: 1rem;
		display: block;
	}

	.line-clamp-1 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		max-height: 1.3em;
		text-overflow: ellipsis;
		white-space: normal;
	}

	/* ====== CSS DARI iswardz.html (AWAL) ====== */
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	body {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
		background-color: #f3f4f6;
		color: #1f2937;
		line-height: 1.5;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	/* Typography settings untuk artikel seperti antaranews */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-weight: 600;
		line-height: 1.3;
	}

	/* Hanya update font dan spacing tanpa mengubah layout */
	.post-title {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		margin-bottom: 0.75rem;
	}

	.post-meta {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 0.8125rem;
		color: #666;
		font-style: italic;
		margin-bottom: 1rem;
	}

	.post-meta>span {
		margin-right: 0.75rem;
	}

	.post-meta>span {
		margin-right: 1rem;
	}

	.post-meta a {
		color: #666;
		text-decoration: none;
	}

	/* Navigasi post */

	@media all {
		.post-navigation {
			width: 100%;
			max-width: 720px;
			margin: 0 auto;
			padding: 1rem 0.5rem;
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			grid-auto-flow: column;
			gap: 0.5rem;
			border-top: 1px solid #eee;
			box-sizing: border-box;
			align-items: center;
			min-height: 60px;
		}

		.nav-link {
			min-width: 0;
			width: 100%;
			max-width: 100%;
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			gap: 8px;
			text-decoration: none;
			background: #f5f5f5;
			padding: 6px 8px;
			border-radius: 6px;
			box-sizing: border-box;
			overflow: hidden;
			min-height: 48px;
		}

		.nav-thumbnail {
			width: 40px;
			height: 40px;
			flex-shrink: 0;
			background: #eee;
			border-radius: 4px;
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.nav-title {
			font-size: 0.75rem;
			color: #333;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: normal;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			line-clamp: 2;
			-webkit-box-orient: vertical;
			line-height: 1.3;
			max-width: 80px;
		}
	}

	.nav-link {
		min-width: 0;
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 8px;
		text-decoration: none;
		background: #f5f5f5;
		padding: 6px 8px;
		border-radius: 6px;
		box-sizing: border-box;
		overflow: hidden;
		min-height: 48px;
	}

	@media (max-width: 480px) {
		.post-navigation {
			grid-template-columns: 1fr 1fr;
			gap: 0.25rem;
			padding: 0.5rem 0.25rem;
			min-height: 44px;
		}

		.nav-link {
			padding: 4px 4px;
			gap: 4px;
			min-height: 36px;
		}

		.nav-title {
			font-size: 0.68rem;
			max-width: 60px;
		}

		.nav-thumbnail {
			width: 32px;
			height: 32px;
		}
	}

	@media (max-width: 480px) {
		.post-navigation {
			grid-template-columns: 1fr 1fr;
			gap: 0.25rem;
			padding: 0.5rem 0.25rem;
		}

		.nav-link {
			padding: 4px 4px;
			gap: 4px;
		}

		.nav-title {
			font-size: 0.68rem;
			max-width: 60px;
		}

		.nav-thumbnail {
			width: 32px;
			height: 32px;
		}
	}

	.nav-link:hover {
		background: #eee;
	}

	.nav-thumbnail {
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		background: #eee;
		border-radius: 4px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.nav-thumbnail img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nav-title {
		font-size: 0.75rem;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 1.3;
		max-width: 80px;
	}

	@media (max-width: 480px) {
		.post-navigation {
			gap: 0.25rem;
			padding: 0.5rem 0.25rem;
		}

		.nav-link {
			width: 44vw;
			max-width: 48vw;
			padding: 4px 4px;
			gap: 4px;
		}

		.nav-title {
			font-size: 0.68rem;
			max-width: 60px;
		}

		.nav-thumbnail {
			width: 32px;
			height: 32px;
		}
	}

	.nav-next .nav-link {
		flex-direction: row-reverse;
	}

	.nav-next .nav-title {
		text-align: right;
	}

	@media all {
		.post-navigation {
			grid-template-columns: 1fr;
			gap: 1rem;
			padding: 1rem 0.75rem;
		}

		.nav-next {
			grid-column: 1;
		}
	}

	.post-content {
		margin-top: 1.5rem;
		font-size: 1rem;
		line-height: 1.7;
		color: #2d2d2d;
	}

	.post-content p {
		margin-bottom: 1.25rem;
	}

	.post-content p {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		line-height: 1.6;
		font-size: 1rem;
		color: #2d2d2d;
	}

	img {
		max-width: 100%;
	}

	a {
		text-decoration: none;
		color: inherit;
	}

	/* Layout */
	.page-wrapper {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		background-color: #ffffff;
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		min-height: 100vh;
		position: relative;
	}

	/* Header */
	.sticky-header {
		position: sticky;
		top: 0;
		z-index: 50;
	}

	.top-bar {
		padding: 0.4rem 1rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
		background-color: #ffffff;
	}

	.top-bar-left {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}

	.menu-button {
		padding: 0.5rem;
		outline: none;
		color: #111827;
		background: none;
		border: none;
		cursor: pointer;
	}

	.logo {
		height: 2.5rem;
	}

	/* Flash Ticker */
	.flash-ticker {
		background-color: #006400;
		color: #ffffff;
		padding: 0.5rem;
		display: flex;
		align-items: center;
		width: 100%;
		position: relative;
	}

	.hot-label {
		font-weight: 700;
		background-color: #ffffff;
		color: #000000;
		padding: 0.25rem 0.5rem;
		font-size: 0.875rem;
		border-radius: 0.375rem;
		margin-right: 0.5rem;
		flex-shrink: 0;
	}

	.ticker-container {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	@keyframes ticker {
		0% {
			transform: translateX(0);
		}

		100% {
			transform: translateX(-50%);
		}
	}

	.ticker-item {
		display: inline-block;
		padding-right: 2rem;
		white-space: nowrap;
	}

	.ticker-animation {
		display: inline-block;
		white-space: nowrap;
		min-width: 100%;
		animation: ticker 35s linear infinite;
		will-change: transform;
		backface-visibility: hidden;
	}

	.ticker-item:hover {
		text-decoration: underline;
		color: #ffffff;
	}

	/* Navigation */
	.nav-container {
		background-color: #ffffff;
		border-bottom: 1px solid #e5e7eb;
		overflow-x: auto;
		white-space: nowrap;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.nav-container::-webkit-scrollbar {
		display: none;
	}

	.nav-menu {
		display: flex;
		padding: 0.5rem;
		gap: 1rem;
		font-size: 0.875rem;
		font-weight: 600;
		color: #374151;
	}

	.nav-menu a:hover {
		color: #dc2626;
		transition: color 0.15s ease-in-out;
	}

	/* Hero Slider */
	.hero-slider {
		position: relative;
		width: 100%;
		height: 16rem;
		overflow: hidden;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	}

	.slides-container {
		width: 100%;
		height: 100%;
		display: flex;
		transition: transform 0.5s ease-in-out;
	}

	.slide {
		width: 100%;
		height: 100%;
		flex-shrink: 0;
		position: relative;
	}

	.slide img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		background: #000;
	}

	.slide-content {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 1rem;
		background-image: linear-gradient(to top, #000000, transparent);
		color: #ffffff;
	}

	.slide-title {
		font-size: 1.25rem;
		font-weight: 700;
		margin-bottom: 0.25rem;
	}

	.slide-caption {
		font-size: 0.875rem;
	}

	.slider-button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(0, 0, 0, 0.5);
		color: #ffffff;
		padding: 0.5rem;
		border-radius: 9999px;
		border: none;
		outline: none;
		cursor: pointer;
	}

	.prev-button {
		left: 0.5rem;
	}

	.next-button {
		right: 0.5rem;
	}

	.slider-dots {
		position: absolute;
		bottom: 1rem;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		gap: 0.5rem;
	}

	.dot {
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 9999px;
		background-color: #ffffff;
		opacity: 0.5;
		cursor: pointer;
	}

	.dot.active {
		opacity: 1;
	}

	/* Main Content */
	.main-content {
		padding: 0.375rem 0.375rem 1rem;
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.section-title {
		font-size: 1.5rem;
		font-weight: 700;
		margin-bottom: 1rem;
	}

	/* Berita Pilihan */
	.news-item {
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		border-radius: 0.75rem;
		overflow: hidden;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
		background-color: #ffffff;
	}

	.news-image {
		width: 7rem;
		height: 7rem;
		object-fit: cover;
		flex-shrink: 0;
	}

	.news-content {
		flex: 1 1 0%;
		padding: 0.5rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.news-title {
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.25;
		color: #111827;
		margin-bottom: 0.25rem;
	}

	.news-excerpt {
		font-size: 0.75rem;
		color: #4b5563;
	}

	.news-meta {
		font-size: 0.75rem;
		color: #6b7280;
		margin-top: 0.5rem;
	}

	.news-author {
		font-weight: 500;
	}

	.line-clamp-2 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		max-height: 2.6em;
		text-overflow: ellipsis;
		white-space: normal;
	}

	.line-clamp-3 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		line-height: 1.5em;
		max-height: 4.5em;
		/* 3 x 1.5em, pastikan tidak terpotong */
		text-overflow: ellipsis;
		white-space: normal;
	}

	/* Berita Utama */
	.horizontal-scroll {
		display: flex;
		overflow-x: auto;
		gap: 1rem;
		padding-bottom: 1rem;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.horizontal-scroll::-webkit-scrollbar {
		display: none;
	}

	.main-news-item {
		position: relative;
		flex-shrink: 0;
		width: 16rem;
		height: 14rem;
		border-radius: 0.75rem;
		overflow: hidden;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	}

	.main-news-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.main-news-content {
		position: absolute;
		inset: 0;
		display: flex;
		align-items: flex-end;
		padding: 1rem;
		background-image: linear-gradient(to top, #000000, transparent);
	}

	.main-news-title {
		font-weight: 600;
		font-size: 1.125rem;
		line-height: 1.25;
		color: #ffffff;
	}

	/* Video Section */
	.video-section {
		position: relative;
		width: 100%;
		height: 16rem;
		overflow: hidden;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	}

	/* Rekomendasi Terkini */
	.recommendation-item {
		display: flex;
		align-items: flex-start;
		gap: 1rem;
	}

	.recommendation-image {
		width: 4rem;
		height: 4rem;
		border-radius: 0.5rem;
		object-fit: cover;
		flex-shrink: 0;
	}

	.recommendation-title {
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.25;
		color: #111827;
		margin-bottom: 0.25rem;
	}

	.recommendation-meta {
		font-size: 0.875rem;
		color: #6b7280;
	}

	/* Grid Layout */
	.grid-2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	.grid-item {
		display: block;
		width: 100%;
		border-radius: 0.75rem;
		overflow: hidden;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
		background-color: #ffffff;
	}

	.grid-image {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.grid-content {
		padding: 0.5rem;
	}

	.grid-title {
		font-weight: 600;
		font-size: 0.875rem;
		line-height: 1.25;
		color: #111827;
	}

	/* Bisnis & Keuangan */
	.business-item {
		display: flex;
		align-items: flex-start;
		gap: 1rem;
		padding: 0.5rem;
		border-radius: 0.75rem;
		background-color: #f3f4f6;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
		transition: background-color 0.15s ease-in-out;
	}

	.business-item:hover {
		background-color: #e5e7eb;
	}

	.business-icon {
		flex-shrink: 0;
		padding: 0.5rem;
		border-radius: 9999px;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.icon-green {
		background-color: #10b981;
	}

	.icon-blue {
		background-color: #3b82f6;
	}

	.icon-yellow {
		background-color: #f59e0b;
	}

	.icon-red {
		background-color: #ef4444;
	}

	.icon-purple {
		background-color: #8b5cf6;
	}

	.icon-pink {
		background-color: #ec4899;
	}

	.business-title {
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.25;
		color: #111827;
	}

	.business-meta {
		font-size: 0.875rem;
		color: #6b7280;
		margin-top: 0.25rem;
	}

	/* Otomotif & Properti */
	.automotive-image {
		width: 100%;
		aspect-ratio: 16/9;
		object-fit: cover;
	}

	/* Gaya Hidup & Inspirasi */
	.lifestyle-item {
		display: flex;
		align-items: flex-start;
		gap: 1rem;
	}

	.lifestyle-image {
		width: 4rem;
		height: 4rem;
		border-radius: 9999px;
		object-fit: cover;
		flex-shrink: 0;
	}

	.lifestyle-title {
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.25;
		color: #111827;
	}

	.lifestyle-meta {
		font-size: 0.75rem;
		color: #6b7280;
		margin-top: 0.25rem;
	}

	/* Sains & Teknologi */
	.tech-image {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	/* Opini & Analisis */
	.opinion-item {
		display: flex;
		align-items: center;
		gap: 1rem;
	}

	.opinion-avatar {
		width: 3.5rem;
		height: 3.5rem;
		border-radius: 9999px;
		object-fit: cover;
	}

	.opinion-title {
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.25;
		color: #111827;
	}

	.opinion-meta {
		font-size: 0.875rem;
		color: #6b7280;
		margin-top: 0.25rem;
	}

	/* Single post: Opini Terkait (small circular thumbnails, italic titles) */
	.single-opinion-section .single-opinion-item {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		text-decoration: none;
		color: inherit;
	}

	.single-opinion-avatar {
		width: 2.25rem;
		height: 2.25rem;
		border-radius: 9999px;
		object-fit: cover;
	}

	.single-opinion-title {
		font-weight: 600;
		font-size: 0.95rem;
		color: #111827;
		font-style: italic;
		margin: 0;
	}

	.single-opinion-section .line-clamp-3 {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	/* Newsletter */
	.newsletter {
		background-color: #006400;
		padding: 2rem;
		margin-top: 2rem;
		text-align: center;
		border-radius: 0.75rem;
		box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	}

	.newsletter-title {
		font-size: 1.25rem;
		font-weight: 700;
		margin-bottom: 0.5rem;
		color: #ffffff;
	}

	.newsletter-text {
		font-size: 0.875rem;
		color: #e5e7eb;
		margin-bottom: 1rem;
	}

	.newsletter-form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}

	.newsletter-input {
		width: 100%;
		padding: 0.75rem;
		border-radius: 0.375rem;
		border: 1px solid #d1d5db;
		outline: none;
	}

	.newsletter-input:focus {
		border-color: #dc2626;
		box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.5);
	}

	.newsletter-button {
		width: 100%;
		padding: 0.75rem 1.5rem;
		background-color: #ffffff;
		color: #000000;
		font-weight: 700;
		border-radius: 0.375rem;
		border: none;
		outline: none;
		cursor: pointer;
		transition: background-color 0.15s ease-in-out;
	}

	.newsletter-button:hover {
		background-color: #b91c1c;
	}

	.newsletter-button:focus {
		outline: 2px solid #dc2626;
		outline-offset: 2px;
	}

	/* Footer */
	.footer {
		background-color: #14532d;
		color: #ffffff;
		padding: 2rem;
		margin-top: 2rem;
	}

	.footer-container {
		max-width: 100%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.footer-title {
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1rem;
	}

	.footer-text {
		font-size: 0.875rem;
		color: #d1d5db;
		line-height: 1.625;
	}

	.footer-list {
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
	}

	.footer-link {
		font-size: 0.875rem;
		color: #d1d5db;
		transition: color 0.15s ease-in-out;
	}

	.footer-link:hover {
		color: #dc2626;
	}

	.footer-divider {
		margin-top: 2rem;
		padding-top: 1rem;
		border-top: 1px solid #374151;
		text-align: center;
	}

	.footer-copyright {
		font-size: 0.875rem;
		color: #9ca3af;
	}

	/* Sidebar Menu */
	.sidebar {
		/* transition dihapus agar sidebar muncul instan */
		transform: translate(-50%, -50%) scale(0.95);
		opacity: 0;
		top: 50%;
		left: 50%;
		position: fixed;
		width: 80%;
		max-width: 20rem;
		border-radius: 0.75rem;
		box-shadow: 0 0 40px rgba(239, 68, 68, 1);
		pointer-events: none;
		z-index: 50;
		background-color: #111827;
		color: #ffffff;
	}

	.sidebar.active {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		pointer-events: auto;
	}

	.sidebar-header {
		padding: 1rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.close-button {
		padding: 0.5rem;
		outline: none;
		background: none;
		border: none;
		color: #ffffff;
		cursor: pointer;
	}

	.sidebar-nav {
		padding: 1rem;
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		align-items: center;
		text-align: center;
	}

	.sidebar-link {
		display: block;
		padding: 0.5rem;
		border-radius: 0.375rem;
		transition: background-color 0.15s ease-in-out;
	}

	.sidebar-link:hover {
		background-color: #1f2937;
	}

	/* Backdrop */
	.backdrop {
		position: fixed;
		inset: 0;
		background-color: #000000;
		opacity: 0;
		/* transition dihapus agar backdrop muncul instan */
		pointer-events: none;
		z-index: 40;
	}

	.backdrop.active {
		opacity: 0.75;
		pointer-events: auto;
	}

	/* Desktop overrides removed to enforce mobile layout */
	/* ====== CSS DARI iswardz.html (AKHIR) ====== */



	/* ===== Tambahan di style.css (letakkan paling bawah) =====

	#sidebar-menu { display: none; opacity: 0; visibility: hidden; }


#sidebar-menu.active { display: block; opacity: 1; visibility: visible; transition: opacity 0.3s ease; }

/* Semantic SEO Update */
.news-item { display: block; margin-bottom: 1rem; text-decoration: none; color: inherit; }
.news-link-wrapper { display: flex; flex-direction: row-reverse; gap: 1rem; align-items: flex-start; text-decoration: none; color: inherit; }
.news-image { width: 120px; height: 90px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
