/*
	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 .img-cont::before {
	display: block;
	background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
}

.core-v2-hero-slideshow.hide-content .img-cont::before {
	display: none;
}

.core-v2-hero-slideshow .slide-title {
	font-weight: var(--font-weight-bold, 700);
	line-height: var(--leading-tight);
	font-size: var(--text-2xl);
}

.core-v2-hero-slideshow .slide-desc {
	font-size: var(--text-base);
	font-weight: normal;
	line-height: var(--leading-normal);
}

.core-v2-hero-slideshow .slider-cont .glide__arrows,
.core-v2-hero-slideshow .slider-cont .arrows {
	position: absolute;
	bottom: 0;
	right: 0;
	gap: 0;
	padding: 0;

	.glide__arrow,
	.arrow {
		border: none;
	}
}

.core-v2-hero-slideshow .slide-top .credits {
	top: 0;
	bottom: unset;
}