.taban-vehicle-media { width: 100%; direction: rtl; margin: 30px 0; }
.taban-media-tabs { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 22px; flex-wrap: wrap; }
.taban-media-tab { border: 1px solid #e4e4e7; background: #fff; color: #161616; border-radius: 14px; padding: 12px 22px; cursor: pointer; font-size: 14px; font-weight: 600; transition: .25s; box-shadow: 0 6px 18px rgba(0,0,0,.04); }
.taban-media-tab:hover { transform: translateY(-1px); background: #f8f8f8; }
.taban-media-tab.active { background: #121212; color: #fff; border-color: #121212; }
.taban-media-panel { display: none; }
.taban-media-panel.active { display: block; }

.taban-gallery-layout,
.taban-video-gallery.has-side-list { display: grid; grid-template-columns: minmax(0,1fr) 112px; gap: 18px; align-items: start; }
.taban-gallery-stage,
.taban-video-stage { position: relative; min-width: 0; }

.taban-main-image { width: 100%; min-height: 520px; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg,#f8f8f8 0%,#f1f1f1 100%); border: 0; border-radius: 28px; overflow: hidden; cursor: zoom-in; padding: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.05); }
.taban-main-image img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; display: block; }
.taban-image-caption,
.taban-video-title { text-align: center; margin-top: 14px; color: #5e5e66; font-size: 14px; min-height: 20px; }

.taban-stage-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: #111; box-shadow: 0 8px 25px rgba(0,0,0,.12); cursor: pointer; z-index: 3; }
.taban-stage-nav.prev { left: 14px; }
.taban-stage-nav.next { right: 14px; }

.taban-thumbnails.vertical,
.taban-video-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 520px;
	max-height: 520px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 2px 2px 2px 6px;
	scrollbar-width: thin;
	scrollbar-color: #b5b5b5 transparent;
}
.taban-thumbnails.vertical::-webkit-scrollbar,
.taban-video-list::-webkit-scrollbar { width: 6px; }
.taban-thumbnails.vertical::-webkit-scrollbar-thumb,
.taban-video-list::-webkit-scrollbar-thumb { background: #c5c5c5; border-radius: 20px; }
.taban-thumbnails.vertical::-webkit-scrollbar-track,
.taban-video-list::-webkit-scrollbar-track { background: transparent; }

.taban-thumb {
	width: 100%;
	height: 78px;
	min-height: 78px;
	flex: 0 0 78px;
	border: 2px solid transparent;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	background: #f5f5f5;
	padding: 0;
	box-shadow: 0 6px 18px rgba(0,0,0,.05);
}
.taban-thumb.active { border-color: #111; }
.taban-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.taban-video-wrap { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 28px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.taban-video-wrap iframe,
.taban-video-wrap video { width: 100%; height: 100%; border: 0; display: block; }
.taban-video-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 100%;
	min-height: 92px;
	flex: 0 0 92px;
	border: 2px solid transparent;
	background: #fff;
	border-radius: 16px;
	padding: 8px;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0,0,0,.05);
}
.taban-video-item.active { border-color: #111; }
.taban-video-item-thumb { position: relative; display: block; width: 100%; height: 56px; border-radius: 12px; background: linear-gradient(135deg,#efefef,#e2e2e2); overflow: hidden; }
.taban-video-item-thumb.has-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.taban-video-play-icon { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 34px; height: 34px; border-radius: 50%; background: rgba(17,17,17,.78); box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.taban-video-play-icon:before { content: ''; position: absolute; left: 14px; top: 10px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid #fff; }
.taban-video-item-content { display: flex; align-items: center; gap: 8px; min-width: 0; }
.taban-video-item-index { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #f1f1f1; color: #111; font-size: 12px; flex: 0 0 24px; }
.taban-video-item-title { font-size: 12px; line-height: 1.4; color: #2d2d34; text-align: right; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.taban-video-item.active .taban-video-item-index { background: #111; color: #fff; }

.taban-lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 999999; display: none; align-items: center; justify-content: center; padding: 30px; }
.taban-lightbox.active { display: flex; }
.taban-lightbox img { max-width: 94vw; max-height: 90vh; object-fit: contain; }
.taban-lightbox-close,
.taban-lightbox-prev,
.taban-lightbox-next { border: 0; background: rgba(255,255,255,.94); color: #111; cursor: pointer; }
.taban-lightbox-close { position: absolute; top: 20px; right: 25px; width: 45px; height: 45px; border-radius: 50%; font-size: 28px; line-height: 1; }
.taban-lightbox-prev,
.taban-lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; font-size: 28px; }
.taban-lightbox-prev { left: 20px; }
.taban-lightbox-next { right: 20px; }
body.taban-lightbox-open { overflow: hidden; }

@media (max-width: 1024px) {
	.taban-gallery-layout,
	.taban-video-gallery.has-side-list { grid-template-columns: 1fr; }
	.taban-thumbnails.vertical,
	.taban-video-list {
		flex-direction: row;
		height: auto;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 4px 0 8px;
	}
	.taban-thumb {
		width: 88px;
		min-width: 88px;
		height: 68px;
		min-height: 68px;
		flex-basis: 68px;
	}
	.taban-video-item {
		width: 100px;
		min-width: 100px;
		min-height: 96px;
		flex-basis: 96px;
	}
	.taban-main-image { min-height: 400px; }
}

@media (max-width: 767px) {
	.taban-media-tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }
	.taban-media-tab { flex: 0 0 auto; padding: 10px 16px; }
	.taban-main-image { min-height: 300px; border-radius: 18px; padding: 12px; }
	.taban-main-image img { max-height: 300px; }
	.taban-video-wrap { border-radius: 18px; }
	.taban-thumb { width: 74px; min-width: 74px; height: 58px; min-height: 58px; flex-basis: 58px; }
	.taban-video-item { width: 88px; min-width: 88px; min-height: 88px; flex-basis: 88px; padding: 6px; }
	.taban-video-item-thumb { height: 48px; }
	.taban-video-play-icon { width: 30px; height: 30px; }
	.taban-video-play-icon:before { left: 12px; top: 8px; border-top-width: 7px; border-bottom-width: 7px; border-left-width: 11px; }
	.taban-stage-nav { width: 36px; height: 36px; }
	.taban-lightbox-prev,
	.taban-lightbox-next { width: 40px; height: 40px; }
}
