.w-video.w-embed {
	aspect-ratio: 16 / 9;
}

.video-detail-hero {
	background: linear-gradient(135deg, #27336f 0%, #16213e 100%);
	padding: 8rem 2rem 3rem;
	color: #fff;
}

.video-detail-hero .breadcrumb {
	font-size: 0.875rem;
	opacity: 0.9;
	margin-bottom: 1rem;
}

.video-detail-hero .breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.video-detail-hero .breadcrumb a:hover {
	text-decoration: underline;
}

.video-detail-hero h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

.video-detail-hero .video-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	font-size: 0.9375rem;
	opacity: 0.95;
	margin-top: 1rem;
}

.video-hero-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.video-detail-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 3rem 2rem;
}

.video-player-wrapper {
	margin-bottom: 3rem;
}

.video-info-section {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3rem;
	margin-bottom: 3rem;
}

.video-description {
	font-size: 0.8rem;
	line-height: 1.7;
	color: #333;
}

.video-description h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #27336f;
}

.video-sidebar {
	background: #f8f9fa;
	padding: 2rem;
	border-radius: 8px;
	height: fit-content;
}

.video-sidebar h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #27336f;
}

.video-sidebar-item {
	padding: 1rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.video-sidebar-item:last-child {
	border-bottom: none;
}

.video-sidebar-item strong {
	display: block;
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.video-sidebar-item span {
	display: block;
	font-size: 1rem;
	color: #27336f;
	font-weight: 600;
}

.youtube-link {
	color: #27336f;
	text-decoration: underline;
}

.back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #27336f;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 2rem;
	transition: color 0.2s;
}

.back-link:hover {
	color: #b72344;
}

.back-link::before {
	content: '←';
	font-size: 1.25rem;
}

@media (max-width: 991px) {
	.video-info-section {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.video-detail-hero h1 {
		font-size: 2rem;
	}
}
