.tvk-film-interview-cta {
	--tvk-interview-red: #bf2026;
	--tvk-interview-white: #fff;
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	min-height: 394px;
	align-items: center;
	justify-content: center;
	margin: 22px auto;
	padding: 46px 24px 64px;
	overflow: hidden;
	border-radius: 20px;
	color: var(--tvk-interview-white) !important;
	background-image:
		linear-gradient(rgba(25, 14, 9, .37), rgba(25, 14, 9, .37)),
		url('/wp-content/themes/hello-elementor/assets/images/film-interview-cta-bg.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tvk-film-interview-cta::before {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(27, 17, 17, 0.60);
}

.tvk-film-interview-cta,
.tvk-film-interview-cta * {
	box-sizing: border-box;
}

.tvk-film-interview-cta__content {
	width: 100%;
	z-index: 1;
	text-align: center;
}

.tvk-film-interview-cta__title {
	max-width: 780px;
	margin: 0 auto;
	font-family: Prata, Georgia, serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -.025em;
	color: var(--tvk-interview-white) !important;
}

.tvk-film-interview-cta__text {
	max-width: 660px;
	margin: 25px auto 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--tvk-interview-white) !important;
}

.tvk-film-interview-cta__button {
	display: inline-flex;
	width: min(562px, 100%);
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-top: 29px;
	padding: 13px 28px;
	border-radius: 999px;
	background: var(--tvk-interview-white);
	color: var(--tvk-interview-red) !important;
	font-family: Prata, Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none !important;
	transition: box-shadow .2s ease, transform .2s ease;
}

.tvk-film-interview-cta__button:hover,
.tvk-film-interview-cta__button:focus-visible {
	box-shadow: 0 9px 26px rgba(0, 0, 0, .24);
	transform: translateY(-2px);
}

.tvk-film-interview-cta__button:focus-visible {
	outline: 3px solid var(--tvk-interview-white);
	outline-offset: 4px;
}

.tvk-film-interview-cta__arrow {
	display: block;
	width: 46px;
	height: 12px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.25;
}

@media (max-width: 767px) {
	.tvk-film-interview-cta {
		/*width: calc(100% - 32px);*/
		width: 100%;
		min-height: 420px;
		margin: 16px auto 40px;
		padding: 48px 20px;
		border-radius: 16px;
		background-position: center;
	}

	.tvk-film-interview-cta__title {
		font-size: clamp(30px, 9vw, 40px);
		line-height: 1.15;
	}

	.tvk-film-interview-cta__desktop-break {
		display: none;
	}

	.tvk-film-interview-cta__text {
		margin-top: 22px;
		font-size: 14px;
		line-height: 1.5;
	}

	.tvk-film-interview-cta__text br {
		display: none;
	}

	.tvk-film-interview-cta__button {
		min-height: 52px;
		gap: 16px;
		margin-top: 26px;
		padding: 12px 20px;
		font-size: 15px;
	}

	.tvk-film-interview-cta__arrow {
		width: 36px;
	}
}

@media (max-width: 420px) {
	.tvk-film-interview-cta__button {
		gap: 10px;
		font-size: 14px;
	}

	.tvk-film-interview-cta__arrow {
		width: 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tvk-film-interview-cta__button {
		transition: none;
	}
}
