/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Header Slideshow 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-v2-hero-slideshow .glide__arrows {
	left: auto;
	right: 0;
	bottom: 34px;
}

.core-v2-hero-slideshow .img-cont::before {
	display: block;
	background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.core-v2-hero-slideshow.hide-content .img-cont::before {
	display: none;
}

.core-v2-hero-slideshow .shared-play-button {
	inset: 20px 20px auto auto;
	transform: none;
}

.core-v2-hero-slideshow .content-section {
	max-width: 700px;
	padding: 30px 15px 106px;
}

.core-v2-hero-slideshow.no-arrows .content-section {
	padding-bottom: 36px;
}

.core-v2-hero-slideshow .slide-title {
	font-weight: 700;
	line-height: 1;
	font-size: 1.3125rem;
}

.core-v2-hero-slideshow .slide-desc {
	font-size: var(--text-sm);
	font-weight: normal;
	line-height: var(--leading-normal);
}

.ccl-v2-widget.core-v2-hero-slideshow .slide .slide-header .sponsored {
	margin-top: -15px;
}

@media (min-width: 64em) {
	.core-v2-hero-slideshow .glide__arrows {
		bottom: 50px;
	}

	.core-v2-hero-slideshow .content-section,
	.core-v2-hero-slideshow.no-arrows .content-section {
		padding: 36px 50px;
	}

	.ccl-v2-widget.core-v2-hero-slideshow .slide .slide-header .sponsored {
		inset: 10px auto auto 50px;
	}

	.core-v2-hero-slideshow .slide-title {
		font-size: 1.8125rem;
	}

	.core-v2-hero-slideshow .slide-desc {
		font-size: var(--text-base);
	}
}