.gol-featured-video-story {
	--gol-overlay-opacity: 0.58;
	align-items: flex-end;
	background: #141414;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	display: flex;
	isolation: isolate;
	min-height: 620px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.gol-featured-video-story__image,
.gol-featured-video-story__player,
.gol-featured-video-story__overlay,
.gol-featured-video-story__trigger {
	inset: 0;
	position: absolute;
}

.gol-featured-video-story__image {
	height: 100%;
	object-fit: cover;
	transition: opacity 180ms ease;
	width: 100%;
	z-index: 0;
}

.gol-featured-video-story__player {
	background: #000;
	display: none;
	z-index: 4;
}

.gol-featured-video-story__player iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.gol-featured-video-story__overlay {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, var(--gol-overlay-opacity)) 58%, rgba(0, 0, 0, 0.78) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.08) 70%);
	z-index: 1;
}

.gol-featured-video-story__content {
	max-width: 1080px;
	padding: 48px 32px 32px;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 2;
}

.gol-featured-video-story__badge {
	background: #fff;
	border-radius: 999px;
	color: #971B43;
	display: inline-flex;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 18px;
	padding: 12px 24px;
}

.gol-featured-video-story__title {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 14px;
	text-wrap: balance;
}

.gol-featured-video-story__excerpt {
	color: #fff;
	font-size: clamp(16px, 1.7vw, 21px);
	font-weight: 400;
	line-height: 1.42;
	margin: 0 0 32px;
	max-width: 1080px;
}

.gol-featured-video-story__watch {
	align-items: center;
	background: #971B43;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	gap: 8px;
	line-height: 1;
	min-height: 44px;
	padding: 12px 22px;
	transform-origin: left center;
	transition: transform 180ms ease;
}

.gol-featured-video-story__play-icon {
	display: inline-flex;
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

.gol-featured-video-story__play-icon svg {
	display: block;
	height: 100%;
	width: 100%;
}

.gol-featured-video-story__play-icon circle {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.gol-featured-video-story__play-icon path {
	fill: currentColor;
}

.gol-featured-video-story__trigger {
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: transparent !important;
	cursor: pointer;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 3;
}

.gol-featured-video-story__trigger:hover,
.gol-featured-video-story__trigger:focus,
.gol-featured-video-story__trigger:active {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	color: transparent !important;
}

.gol-featured-video-story__trigger:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.78);
	outline-offset: -8px;
}

.gol-featured-video-story:hover .gol-featured-video-story__watch,
.gol-featured-video-story:focus-within .gol-featured-video-story__watch {
	transform: scale(1.04);
}

.gol-featured-video-story.is-playing {
	cursor: default;
}

.gol-featured-video-story.is-playing .gol-featured-video-story__player {
	display: block;
}

.gol-featured-video-story.is-playing .gol-featured-video-story__image,
.gol-featured-video-story.is-playing .gol-featured-video-story__overlay,
.gol-featured-video-story.is-playing .gol-featured-video-story__content,
.gol-featured-video-story.is-playing .gol-featured-video-story__trigger {
	opacity: 0;
	pointer-events: none;
}

.gol-featured-video-story-empty {
	background: #f5f5f5;
	border: 1px dashed #999;
	border-radius: 8px;
	color: #333;
	font-size: 14px;
	padding: 24px;
}

@media (max-width: 767px) {
	.gol-featured-video-story {
		min-height: 480px;
	}

	.gol-featured-video-story__content {
		padding: 32px 22px 24px;
	}

	.gol-featured-video-story__badge {
		font-size: 14px;
		margin-bottom: 14px;
		padding: 10px 18px;
	}

	.gol-featured-video-story__title {
		font-size: clamp(30px, 8.5vw, 40px);
	}

	.gol-featured-video-story__excerpt {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.gol-featured-video-story__watch {
		font-size: 17px;
		min-height: 42px;
		padding: 11px 18px;
	}
}
