/*
	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.
*/

.ccl-widget.core-hero-image.hero-image {
	margin-bottom: var(--space-5);
}

.ccl-widget.core-hero-image.hero-image .slide > .inner .img-cont::after, 
.ccl-widget.core-hero-image.hero-image.hide-content .slide > .inner .img-cont::after {
	content: '';
	display: block;
	position: absolute;
	bottom: unset;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(to top, transparent 0%, rgba(34, 34, 34, 0.37) 100%);
	pointer-events: none;
}

.core-hero-image .slide p {
	font-size: var(--text-base);
	font-weight: normal;
}

.core-hero-image .read-more {
	font-weight: 700;
	color: var(--text-color);
}

.ccl-widget.core-hero-image.hero-image .slide .content-section {
	padding: var(--space-6) var(--space-5);
	max-width: 640px;
	text-shadow: 0px 0px 3px rgba(34, 34, 34, 0.37);
}
.ccl-widget.core-hero-image.hero-image .slide .slide-title {
	font-family: var(--font-display);
	font-weight: 100;
	font-size: 1.4375rem;
	max-width: unset;
	color: #fff;
	line-height: var(--leading-snug);
	letter-spacing: -0.03em;
}

.ccl-widget.core-hero-image.hero-image .slide p {
	font-size: var(--text-sm);
	line-height: calc(24 / 14);
	letter-spacing: 0.025em;
}

.ccl-widget.core-hero-image.hero-image .slide .read-more {
	display: block;
	font-size: inherit;
	letter-spacing: 0.1em;
	margin-top: var(--space-4);
	text-transform: uppercase;
	border-bottom: 2px solid #ffffff;
	width: max-content;
}

@media (min-width: 64em) {
	.ccl-widget.core-hero-image.hero-image .slide .content-section {
		padding-left: 58px;
		padding-bottom: var(--space-12);
	}
	.ccl-widget.core-hero-image.hero-image .slide .slide-title {
		font-size: var(--text-3xl-1);
		letter-spacing: 0;
		line-height: var(--leading-tight);
		margin-bottom: var(--space-3);
		max-width: 92%;
	}
	.ccl-widget.core-hero-image.hero-image .slide p {
		font-size: var(--text-base);
	}
}
