/* контейнер */
.video-view {
	background: linear-gradient(180deg, #ffeef8 0%, #ffffff 40%);
	border-radius: 1.5rem;
	padding: 2rem 1rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

/* обрамлення плеєра */
.jt-video-player {
	border-radius: 1rem;
	overflow: hidden;
}

/* кнопка play від video.js у фірмовому рожевому */
.vjs-big-play-button {
	background-color: #ff4c97 !important;
	border: none !important;
	border-radius: 50% !important;
	width: 3.5rem !important;
	height: 3.5rem !important;
	line-height: 3.5rem !important;
}

/* заголовок */
.video-view h2 {
	font-family: "Pacifico", cursive;
	color: #e64591;
	text-align: center;
	margin-bottom: 1.5rem;
}

/* блок «більше відео» */
.more-videos-title {
	text-align: center;
	font-weight: 600;
	margin: 3rem 0 1rem;
}

.more-videos .jt-video-card {
	transition: transform .25s;
}

.more-videos .jt-video-card:hover {
	transform: translateY(-4px);
}