/**
 * Single Post Styles
 * Theme: Parto v2.3.7
 * Description: Single article layout, entry header, content, share, related posts
 * 
 * @package Parto
 * @since 1.0.0
 * @updated 2026-01-01
 */

/* ==========================================================================
   Single Post Styles - Professional News Layout
   ========================================================================== */

.single-post {
	margin-bottom: 3rem;
}

/* Breadcrumbs */
.single-post .breadcrumbs {
	font-family: var(--parto-font-ui);
	margin-bottom: 1.25rem;
	justify-content: flex-start;
	font-size: 0.875rem;
	color: var(--parto-color-muted);
	letter-spacing: 0;
}

.single-post .breadcrumbs a {
	color: var(--parto-color-muted);
	font-weight: 500;
	transition: color 0.15s ease;
}

.single-post .breadcrumbs a:hover {
	color: var(--parto-color-text);
}

.single-post .breadcrumbs span {
	color: var(--parto-color-border-strong);
}

/* Breadcrumbs Modern - Professional Style */
.single-post .breadcrumbs {
	font-family: var(--parto-font-ui);
	font-size: 0.9375rem;
	color: #6b7280;
	margin-top: 0.5rem;
	margin-bottom: 0.125rem;
	letter-spacing: 0.01em;
}

/* ===================================
   Read Also / Baca Feature
   =================================== */
.read-also {
	margin: 1.5rem 0;
	padding: 1rem 1.25rem;
	font-family: var(--parto-font-ui);
	line-height: 1.5;
}

.read-also__header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.read-also__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: #2563eb;
	border-radius: 50%;
	color: #fff;
}

.read-also__icon svg {
	width: 16px;
	height: 16px;
}

.read-also__label {
	font-size: 0.875rem;
	font-weight: 700;
	color: #374151;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.read-also__link {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #2563eb;
	text-decoration: none;
	line-height: 1.4;
	transition: color 0.2s ease;
}

.read-also__link:hover {
	color: #1d4ed8;
	text-decoration: underline;
}

/* Style: Box */
.read-also--box {
	background-color: #f8fafc;
	border: 1px solid #e2e8f0;
	border-left: 4px solid #2563eb;
	border-radius: 0.5rem;
}

/* Style: Border */
.read-also--border {
	background: transparent;
	border: none;
	border-left: 4px solid #2563eb;
	padding: 0.75rem 1rem;
}

/* Style: Minimal */
.read-also--minimal {
	background: transparent;
	border: none;
	padding: 0.5rem 0;
}

.read-also--minimal .read-also__icon {
	background: transparent;
	color: #2563eb;
	width: auto;
	height: auto;
}

.single-post .breadcrumbs .breadcrumb-site {
	color: #2563eb;
	font-weight: 600;
	text-decoration: none;
}

.single-post .breadcrumbs .breadcrumb-site:hover {
	text-decoration: underline;
}

.single-post .breadcrumbs .breadcrumb-sep {
	margin: 0 0.5rem;
	color: #d1d5db;
}

.single-post .breadcrumbs a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 500;
}

.single-post .breadcrumbs a:hover {
	text-decoration: underline;
}

/* Entry Header - Professional News Layout */
.single-post .entry-header {
	text-align: left;
	margin-bottom: 2rem;
	padding-top: 0;
}

/* Entry Title - Prominent & Bold */
.single-post .entry-title {
	font-family: var(--parto-font-head);
	font-size: clamp(1.75rem, 4vw, 2.375rem);
	line-height: 1.25;
	margin: 0 0 1.25rem;
	color: #0f172a;
	font-weight: 800;
	letter-spacing: -0.02em;
}

/* Meta Line - Compact & Clean */
.single-post .entry-meta-line {
	font-family: var(--parto-font-ui);
	font-size: 0.875rem;
	color: #64748b;
	margin-bottom: 1.25rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.single-post .meta-source {
	font-weight: 700;
	color: #0f172a;
}

.single-post .meta-date {
	color: #64748b;
}

/* Author Box - Modern Card Style */
.single-post .entry-author-box {
	display: flex;
	align-items: center;
	gap: 0.875rem;
}

.single-post .author-avatars {
	display: flex;
	align-items: center;
}

.single-post .author-avatars img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #e2e8f0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.single-post .author-info {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

.single-post .author-names {
	font-family: var(--parto-font-ui);
	font-size: 0.9375rem;
	font-weight: 600;
	color: #0f172a;
}

.single-post .author-role {
	font-family: var(--parto-font-ui);
	font-size: 0.75rem;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* Author & Share Wrapper */
.single-post .entry-author-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

/* Share Buttons - Modern Circular */
.single-post .share-buttons {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.single-post .share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #374151;
	cursor: pointer;
	transition: all 0.2s ease;
	text-decoration: none;
}

.single-post .share-btn:hover {
	background: #f3f4f6;
	border-color: #d1d5db;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.single-post .share-btn svg {
	width: 18px;
	height: 18px;
}

/* Copy Button */
.single-post .share-btn--copy {
	color: #6b7280;
}

.single-post .share-btn--copy:hover {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.single-post .share-btn--copy.copied {
	background: #10b981;
	border-color: #10b981;
	color: #fff;
}

/* Facebook */
.single-post .share-btn--facebook {
	color: #1877f2;
}

.single-post .share-btn--facebook:hover {
	background: #1877f2;
	border-color: #1877f2;
	color: #fff;
}

/* Twitter/X */
.single-post .share-btn--twitter {
	color: #000;
}

.single-post .share-btn--twitter:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

/* WhatsApp */
.single-post .share-btn--whatsapp {
	color: #25d366;
}

.single-post .share-btn--whatsapp:hover {
	background: #25d366;
	border-color: #25d366;
	color: #fff;
}

/* Telegram */
.single-post .share-btn--telegram {
	color: #0088cc;
}

.single-post .share-btn--telegram:hover {
	background: #0088cc;
	border-color: #0088cc;
	color: #fff;
}

/* LinkedIn */
.single-post .share-btn--linkedin {
	color: #0a66c2;
}

.single-post .share-btn--linkedin:hover {
	background: #0a66c2;
	border-color: #0a66c2;
	color: #fff;
}

/* Meta Bar - Modern Style */
.single-post .meta-bar {
	font-family: var(--parto-font-ui);
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--parto-color-border);
}

.single-post .meta-bar .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.8125rem;
	color: var(--parto-color-muted);
}

.single-post .entry-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0;
	position: relative;
}

.single-post .entry-meta__item svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: var(--parto-color-primary);
	opacity: 0.85;
}

/* Separator: garis tipis vertikal */
.single-post .entry-meta__item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: var(--parto-color-border);
}

/* Author badge style */
.single-post .entry-meta__item.author a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.25rem 0.65rem 0.25rem 0.5rem;
	background: var(--parto-color-surface);
	border: 1px solid var(--parto-color-border);
	border-radius: 999px;
	color: var(--parto-color-text);
	font-weight: 600;
	font-size: 0.75rem;
	text-decoration: none;
	transition: all 0.2s ease;
}

.single-post .entry-meta__item.author a:hover {
	background: var(--parto-color-primary);
	border-color: var(--parto-color-primary);
	color: #fff;
}

.single-post .entry-meta__item.author svg {
	width: 14px;
	height: 14px;
}

/* Category badge style */
.single-post .entry-meta__item.category a {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.25rem 0.6rem;
	background: rgba(220, 38, 38, 0.08);
	border-radius: 4px;
	color: var(--parto-color-primary);
	font-weight: 600;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition: all 0.2s ease;
}

.single-post .entry-meta__item.category a:hover {
	background: var(--parto-color-primary);
	color: #fff;
}

.single-post .entry-meta__item.category svg {
	width: 12px;
	height: 12px;
}

/* Date styling */
.single-post .entry-meta__item.date {
	color: var(--parto-color-muted);
	font-weight: 500;
}

.single-post .entry-meta__item.date time {
	color: inherit;
}

/* Comments styling */
.single-post .entry-meta__item.comments {
	color: var(--parto-color-muted);
	font-weight: 500;
}

/* Reading time styling */
.single-post .entry-meta__item.reading-time {
	color: var(--parto-color-muted);
	font-weight: 500;
	font-style: italic;
}

/* General link styles */
.single-post .entry-meta__item a {
	color: var(--parto-color-text);
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.single-post .entry-meta__item a:hover {
	color: var(--parto-color-primary);
}

.single-post .entry-meta__item time {
	color: var(--parto-color-muted);
}

/* Featured Image */
.single-post .featured-media {
	margin: 1.5rem 0 2rem;
	border-radius: 0;
	overflow: hidden;
	background: var(--parto-color-surface);
}

.single-post .featured-media img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.single-post .featured-caption {
	font-family: var(--parto-font-ui);
	margin-top: 0.75rem;
	color: var(--parto-color-muted);
	text-align: left;
	font-size: 0.875rem;
	font-style: italic;
	padding-left: 0;
}

/* Entry Content */
.entry-content {
	margin-top: 2rem;
}

.entry-content.content-prose {
	max-width: 100%;
	margin: 0;
}

.entry-content > * + * {
	margin-top: 1.5rem;
}

/* TOC */
.single-post .toc-box {
	font-family: var(--parto-font-ui);
	margin: 1.5rem 0 2rem;
	padding: 1.25rem 1.5rem;
	background: var(--parto-color-surface);
	border: 1px solid var(--parto-color-border);
	border-radius: var(--parto-radius-md);
}

.single-post .toc-box h4 {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1rem;
	color: var(--parto-color-muted);
}

.single-post .toc-box a {
	font-size: 0.9375rem;
	color: var(--parto-color-text);
	transition: color 0.15s ease;
}

.single-post .toc-box a:hover {
	color: var(--parto-color-muted);
}

/* Share Box - Modern Design */
.single-post .share-box {
	margin: 2.5rem 0;
	padding: 1.5rem;
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
	border: 1px solid var(--parto-color-border);
	border-radius: var(--parto-radius-md);
	text-align: center;
}

.share-box__header {
	margin-bottom: 1rem;
}

.share-box__label {
	font-family: var(--parto-font-ui);
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--parto-color-muted);
}

.share-box__buttons {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.share-box__buttons .share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.625rem 1rem;
	border-radius: 999px;
	background: var(--parto-color-text);
	color: #fff;
	font-family: var(--parto-font-ui);
	font-size: 0.875rem;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
	text-decoration: none;
}

.share-box__buttons .share-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-box__buttons .share-button svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.share-box__buttons .share-button__label {
	white-space: nowrap;
}

.share-box__buttons .share-button--facebook {
	background: #1877f2;
}

.share-box__buttons .share-button--x {
	background: #000000;
}

.share-box__buttons .share-button--whatsapp {
	background: #25d366;
}

.share-box__buttons .share-button--telegram {
	background: #0088cc;
}

.share-box__buttons .share-button--linkedin {
	background: #0a66c2;
}

.share-box__buttons .share-button--copy {
	background: #6b7280;
	border: none;
}

.share-box__buttons .share-button--copy.copied {
	background: #10b981;
}

.share-box__buttons .share-button--copy.copied::after {
	content: '✓';
	position: absolute;
	font-size: 0.75rem;
	top: -6px;
	right: -6px;
	background: #10b981;
	color: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Tags */
.single-post .tag-list {
	margin: 2.5rem 0 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.single-post .tag-chip {
	font-family: var(--parto-font-ui);
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.5rem 1rem;
	background: #eff6ff;
	border: none;
	border-radius: 4px;
	color: #2563eb;
	text-decoration: none;
	transition: all 0.15s ease;
}

.single-post .tag-chip:hover {
	background: #dbeafe;
	color: #1d4ed8;
}

/* Author Box */
.author-box {
	margin: 3rem 0 2rem;
	padding: 1.5rem;
	background: var(--parto-color-surface);
	border: 1px solid var(--parto-color-border);
	border-radius: var(--parto-radius-md);
}

.author-box__inner {
	max-width: var(--parto-max-content);
	margin: 0 auto;
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
}

.author-box__avatar {
	flex-shrink: 0;
}

.author-box__avatar img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 2px solid var(--parto-color-border);
	object-fit: cover;
}

.author-box__content h3 {
	font-family: var(--parto-font-head);
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--parto-color-text);
}

.author-box__bio {
	font-family: var(--parto-font-ui);
	color: var(--parto-color-muted);
	margin-bottom: 0.75rem;
	line-height: 1.6;
	font-size: 0.9375rem;
}

.author-box__link {
	font-family: var(--parto-font-ui);
	color: var(--parto-color-text);
	font-weight: 600;
	font-size: 0.875rem;
}

/* Related Posts */
.related-posts {
	margin: 3rem 0 2rem;
	padding: 2rem 0;
	background: var(--parto-color-surface);
}

.related-posts__inner {
	max-width: var(--parto-max-content);
	margin: 0 auto;
	padding: 0 1rem;
}

.related-posts h2 {
	font-family: var(--parto-font-head);
	font-size: 1.25rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 1.5rem;
	color: var(--parto-color-text);
}

.related-posts__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

/* Post Navigation */
.post-navigation {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	margin: 2.5rem 0;
	padding: 1.5rem 0;
	border-top: 1px solid var(--parto-color-border);
}

.nav-link {
	display: block;
	padding: 1.25rem;
	background: var(--parto-color-surface);
	border: 1px solid var(--parto-color-border);
	border-radius: var(--parto-radius-md);
	transition: all 0.15s ease;
}

.nav-link:hover {
	background: #fff;
	box-shadow: var(--parto-shadow-sm);
}

.nav-link__label {
	font-family: var(--parto-font-ui);
	display: flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--parto-color-muted);
	margin-bottom: 0.5rem;
}

.nav-link__title {
	font-family: var(--parto-font-head);
	font-size: 1rem;
	font-weight: 600;
	color: var(--parto-color-text);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nav-link--next {
	text-align: right;
}

.nav-link--next .nav-link__label {
	justify-content: flex-end;
}

/* Comments */
.comments-area {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--parto-color-border);
}

.comments-title {
	font-family: var(--parto-font-head);
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: var(--parto-color-text);
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--parto-color-border);
}

.comment-body {
	display: flex;
	gap: 1rem;
}

.comment-author img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comment-content {
	flex: 1;
}

.comment-meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.comment-author-name {
	font-family: var(--parto-font-head);
	font-weight: 700;
	font-size: 0.9375rem;
	color: var(--parto-color-text);
}

.comment-date {
	font-family: var(--parto-font-ui);
	font-size: 0.8125rem;
	color: var(--parto-color-muted);
}

.comment-text p {
	font-family: var(--parto-font-ui);
	color: var(--parto-color-text-secondary);
	line-height: 1.6;
	font-size: 0.9375rem;
}

.reply a {
	font-family: var(--parto-font-ui);
	font-size: 0.8125rem;
	color: var(--parto-color-text);
	font-weight: 600;
}

/* Comment Form */
.comment-respond {
	margin-top: 2rem;
}

.comment-reply-title {
	font-family: var(--parto-font-head);
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
	color: var(--parto-color-text);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	font-family: var(--parto-font-ui);
	width: 100%;
	padding: 0.75rem;
	border: 1px solid var(--parto-color-border);
	border-radius: var(--parto-radius-sm);
	font-size: 0.9375rem;
	transition: border-color 0.15s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: var(--parto-color-text);
}

.comment-form textarea {
	min-height: 120px;
	resize: vertical;
}

.form-submit input[type="submit"] {
	font-family: var(--parto-font-ui);
	background: var(--parto-color-text);
	color: #fff;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: var(--parto-radius-sm);
	font-size: 0.9375rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.15s ease;
}

.form-submit input[type="submit"]:hover {
	background: var(--parto-color-muted);
}

/* Responsive */
@media (max-width: 992px) {
	.related-posts__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.single-post .entry-title {
		font-size: 1.5rem;
	}

	.content-prose {
		font-size: 1.0625rem;
	}

	.author-box__inner {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.related-posts__grid {
		grid-template-columns: 1fr;
	}

	.post-navigation {
		grid-template-columns: 1fr;
	}

	.nav-link--next {
		text-align: left;
	}

	.nav-link--next .nav-link__label {
		justify-content: flex-start;
	}
}

/* ==========================================================================
   Sidebar Styles
   ========================================================================== */

.single-post .article-sidebar {
	align-self: start; /* Important for sticky in grid */
}

/* Sticky sidebar content */
.single-post .article-sidebar .widget-area {
	position: sticky;
	top: 80px; /* Space for sticky header/menu */
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.single-post .article-sidebar .widget {
	background: transparent;
	padding: 0;
	border-radius: 0;
	border: none;
}

.single-post .article-sidebar .widget img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 1024px) {
	.single-post .article-sidebar .widget-area {
		position: static;
	}
}

/* ==========================================================================
   Single Video Post Styles
   ========================================================================== */

.single-video {
	margin-bottom: 3rem;
}

.single-video .container-article {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

.single-video .article-shell {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 40px;
	align-items: start;
}

.single-video .article-main {
	min-width: 0;
}

/* Video Breadcrumbs */
.single-video .breadcrumbs {
	font-family: var(--parto-font-ui, system-ui, sans-serif);
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	color: #6b7280;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
}

.single-video .breadcrumbs a {
	color: #6b7280;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.15s ease;
}

.single-video .breadcrumbs a:hover {
	color: #111827;
}

.single-video .breadcrumb-sep {
	margin: 0 8px;
	color: #d1d5db;
}

/* Video Header */
.single-video .video-header {
	margin-bottom: 1.5rem;
}

.single-video .post-category {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #dc2626;
	background: rgba(220, 38, 38, 0.1);
	padding: 6px 14px;
	border-radius: 4px;
	text-decoration: none;
	margin-bottom: 12px;
	transition: all 0.2s ease;
}

.single-video .post-category:hover {
	background: #dc2626;
	color: #ffffff;
}

.single-video .article-title {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.25;
	color: #111827;
	margin: 0 0 16px;
}

.single-video .article-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 0.875rem;
	color: #6b7280;
}

.single-video .meta-author {
	display: flex;
	align-items: center;
	gap: 8px;
}

.single-video .meta-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}

.single-video .meta-author a {
	color: #111827;
	font-weight: 600;
	text-decoration: none;
}

.single-video .meta-author a:hover {
	color: #2563eb;
}

.single-video .meta-duration {
	display: flex;
	align-items: center;
	gap: 6px;
}

.single-video .meta-duration svg {
	color: #9ca3af;
}

/* Video Player Container */
.single-video .video-player-container {
	margin-bottom: 2rem;
}

.single-video .video-player-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	background: #000000;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.single-video .video-player-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.single-video .video-featured-image {
	margin: 0 0 2rem;
	border-radius: 12px;
	overflow: hidden;
}

.single-video .video-featured-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* Video Content */
.single-video .article-content {
	font-size: 1.0625rem;
	line-height: 1.8;
	color: #374151;
}

.single-video .article-content p {
	margin-bottom: 1.5rem;
}

.single-video .article-content h2,
.single-video .article-content h3 {
	color: #111827;
	margin: 2rem 0 1rem;
}

/* Video Tags */
.single-video .article-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 1.5rem 0;
	border-top: 1px solid #e5e7eb;
	margin-top: 2rem;
}

.single-video .tags-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #6b7280;
}

.single-video .tag-link {
	display: inline-block;
	font-size: 0.8125rem;
	color: #374151;
	background: #f3f4f6;
	padding: 6px 12px;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.single-video .tag-link:hover {
	background: #e5e7eb;
	color: #111827;
}

/* Video Share */
.single-video .article-share {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 1.25rem 0;
	border-top: 1px solid #e5e7eb;
}

.single-video .share-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #6b7280;
}

.single-video .share-buttons {
	display: flex;
	gap: 8px;
}

.single-video .share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #ffffff;
	text-decoration: none;
}

.single-video .share-facebook {
	background: #1877f2;
}

.single-video .share-twitter {
	background: #000000;
}

.single-video .share-whatsapp {
	background: #25d366;
}

.single-video .share-copy {
	background: #6b7280;
}

.single-video .share-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Video Sidebar */
.single-video .article-sidebar {
	position: sticky;
	top: 80px;
}

/* Related Videos Sidebar */
.single-video .related-videos-sidebar {
	background: #ffffff;
	border-radius: 12px;
	padding: 20px;
	border: 1px solid #e5e7eb;
}

.single-video .sidebar-title {
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid #2563eb;
}

.single-video .related-videos-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.single-video .related-video-item {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 12px;
	align-items: start;
}

.single-video .related-video-thumb {
	position: relative;
	display: block;
	border-radius: 6px;
	overflow: hidden;
	background: #1f2937;
	aspect-ratio: 16/9;
}

.single-video .related-video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.single-video .related-video-item:hover .related-video-thumb img {
	transform: scale(1.05);
}

.single-video .related-video-thumb .video-duration {
	position: absolute;
	bottom: 4px;
	right: 4px;
	background: rgba(0, 0, 0, 0.85);
	color: #ffffff;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 600;
}

.single-video .related-video-thumb .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.single-video .related-video-item:hover .play-icon {
	opacity: 1;
}

.single-video .related-video-thumb .play-icon svg {
	width: 14px;
	height: 14px;
	color: #dc2626;
	margin-left: 2px;
}

.single-video .related-video-info {
	min-width: 0;
}

.single-video .related-video-title {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 4px;
}

.single-video .related-video-title a {
	color: #111827;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.single-video .related-video-title a:hover {
	color: #2563eb;
}

.single-video .related-video-date {
	font-size: 0.75rem;
	color: #9ca3af;
}

/* Single Video Responsive */
@media (max-width: 1024px) {
	.single-video .article-shell {
		grid-template-columns: 1fr;
	}
	
	.single-video .article-sidebar {
		position: static;
	}
	
	.single-video .related-video-item {
		grid-template-columns: 120px 1fr;
	}
}

@media (max-width: 768px) {
	.single-video .article-title {
		font-size: 1.5rem;
	}
	
	.single-video .article-meta {
		gap: 12px;
	}
	
	.single-video .video-player-wrapper {
		border-radius: 8px;
	}
	
	.single-video .related-videos-sidebar {
		padding: 16px;
	}
}

@media (max-width: 480px) {
	.single-video .article-title {
		font-size: 1.25rem;
	}
	
	.single-video .article-share {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

/* ==========================================================================
   News Summary Box (Ringkasan Berita)
   ========================================================================== */

.news-summary-box {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin: 1.5rem 0 2rem;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.news-summary-header {
	background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);
	padding: 0.875rem 1.25rem;
	border-bottom: 3px solid #1e3a8a;
}

.news-summary-title {
	font-family: var(--parto-font-head, 'Public Sans', sans-serif);
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	letter-spacing: 0.01em;
}

.news-summary-list {
	list-style: none;
	margin: 0;
	padding: 1.25rem;
}

.news-summary-list li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #374151;
}

.news-summary-list li:last-child {
	margin-bottom: 0;
}

.news-summary-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0;
	color: #1d4ed8;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.5;
}

.news-summary-list li a {
	color: #1d4ed8;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.news-summary-list li a:hover {
	color: #1e40af;
	text-decoration: underline;
}

/* Responsive News Summary */
@media (max-width: 768px) {
	.news-summary-box {
		margin: 1rem 0 1.5rem;
		border-radius: 6px;
	}
	
	.news-summary-header {
		padding: 0.75rem 1rem;
	}
	
	.news-summary-title {
		font-size: 0.9375rem;
	}
	
	.news-summary-list {
		padding: 1rem;
	}
	
	.news-summary-list li {
		font-size: 0.875rem;
		padding-left: 1.25rem;
		margin-bottom: 0.875rem;
	}
}

@media (max-width: 480px) {
	.news-summary-header {
		padding: 0.625rem 0.875rem;
	}
	
	.news-summary-list {
		padding: 0.875rem;
	}
	
	.news-summary-list li {
		font-size: 0.8125rem;
		line-height: 1.6;
	}
}
