/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Slider family. This enables the ability to
	a family of widgets in a single update without touching the structure of the widget and without needing
	to duplicate efforts across several widget-specific CSS files.
*/

.core-hero-image .img-cont:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
	pointer-events: none;
}

.core-hero-image .slide .content-section {
	padding: 15px 18px;
	max-width: 640px;
}

.core-hero-image .slide .slide-title {
	font-family: var(--font-zilla);
	font-size: 1.5rem;
	font-weight: 500;
	margin-block-end: 6px;
	pointer-events: all;
}

.core-hero-image.ccl-widget .slide .slide-title a:hover {
	text-decoration: none;
}

.core-hero-image .slide p {
	font-size: 1.125rem;
	font-weight: normal;
	line-height: calc(23.5/18);
}

.core-hero-image .read-more {
	font-weight: 700;
	color: var(--text-color);
	display: block;
	font-family: var(--font-covered-by-your-grace);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: calc(30/20);
	text-transform: uppercase;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: max-content;
	gap: 8px;
	margin-block-start: 10px;
	pointer-events: all;
}

.core-hero-image.ccl-widget .slide p > a.read-more:hover {
	text-decoration: none;
}

.core-hero-image .read-more::after {
	content: "\f061";
	font-family: var(--font-fa);
	font-weight: 800;
	display: block;
}

.core-hero-image .slide .shared-play-button {
	top: 20px;
	right: 20px;
	left: auto;
	transform: none;
}

@media screen and (min-width: 64em) {
	.core-hero-image .slide .content-section {
		padding: 40px;
	}

	.core-hero-image .slide .slide-title {
		font-size: 1.75rem;
		margin-block-end: 2px;
	}

	.core-hero-image .slide p {
		font-size: var(--text-lg);
	}

	.core-hero-image .read-more {
		margin-block-start: 7px;
	}
	.core-hero-image .slide .shared-play-button {
		top: 150px;
		right: 20px;
	}
}