/*
	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 .slide .content-section {
	background-color: rgba(255,255,255,0.77);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	border-radius: 15px;
}

.core-hero-image .slide .slide-title {
	color: var(--primary-color-800);
	font-weight: 400;
}

.core-hero-image .slide .slide-title::before {
	pointer-events: none;
	display: block;
	font-family: var(--font-body);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: calc(16/14);
	letter-spacing: 0.175rem;
	color: var(--green-53);
	margin-block-end: 2px;
}


.core-hero-image .slide p {
	font-size: var(--text-base);
	font-weight: normal;
	display: none;
}

.core-hero-image .read-more {
	font-weight: 700;
	color: var(--text-color);
}

@media screen and (min-width: 64em) {
	.core-hero-image .slide .slide-title {
		font-size: 2.1875rem;
		line-height: calc(40/35);
	}

	.core-hero-image .slide .slide-title::before {
		font-size: 0.9375rem;
		line-height: calc(20/15);
		letter-spacing: 0.3094rem;
	}
}