.vg-02a166ad-wrapper {
	display: flex;
	flex-direction: column;
}

.vg-02a166ad-player {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.vg-02a166ad-video-container {
	width: 100%;
	aspect-ratio: 16/9;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.vg-02a166ad-video-container iframe,
.vg-02a166ad-video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}

.vg-02a166ad-player-title {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
}

.vg-02a166ad-player-date {
	margin-top: 0;
	font-size: 14px;
	color: #666;
}

.vg-02a166ad-divider {
	border-top-style: solid;
	border-top-color: #e0e0e0;
	border-top-width: 1px;
	width: 100%;
	margin: 20px 0;
}

.vg-02a166ad-thumbnails {
	--columns: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.vg-02a166ad-thumb-item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	transition: all 0.3s;
	flex: 0 0 calc((100% - ((var(--columns) - 1) * 15px)) / var(--columns));
	max-width: calc((100% - ((var(--columns) - 1) * 15px)) / var(--columns));
}

.vg-02a166ad-thumb-item:hover {
	opacity: 0.9;
}

.vg-02a166ad-thumb-img {
	width: 100%;
	aspect-ratio: 16/9;
	background: #eee;
	background-size: cover;
	background-position: center;
}

.vg-02a166ad-thumb-info {
	padding-top: 10px;
}

.vg-02a166ad-thumb-title {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 600;
}

.vg-02a166ad-thumb-date {
	margin: 0;
	font-size: 12px;
	color: #777;
}
