/*
	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-v2-hero-image .img-cont::before {
	display: block;
	background: linear-gradient(to top, rgba(1, 48, 70, 0.961), rgba(1, 48, 70, 0));
}

.core-v2-hero-image .img-cont::after {
	position: absolute;
	inset: auto 0 0;
	z-index: 3;
	display: block;
	height: 13px;
	content: '';
	background: url('https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/providence-redesign/edge_texture_bottom_white_76a4ba2c-232e-4a37-b5bf-96f68ab2440f.png') repeat-x center top / auto 24px;
	pointer-events: none;
}

.core-v2-hero-image.hide-content .img-cont::before {
	display: none;
}

.core-v2-hero-image .content-section,
.core-v2-hero-image .content-upper {
	gap: var(--space-1);
}

.core-v2-hero-image .content-section {
	max-width: 716px;
	padding: 48px 26px;
}

.core-v2-hero-image .slide-title {
	font-weight: 450;
	font-size: 1.625rem;
	line-height: 1.282;
	letter-spacing: 0.02em;
}

/*----- homepage hero -----*/

.core-v2-hero-image.homepage-hero .content-section {
	gap: var(--space-2);
}

/*----- media queries -----*/

@container (min-width: 64em) {
	.core-v2-hero-image .content-section {
		padding: 88px 83px;
	}

	.core-v2-hero-image .slide-title {
		font-size: 2rem;
	}

	/* homepage hero */

	.core-v2-hero-image.homepage-hero .content-section {
		gap: var(--space-3);
		padding: 72px 83px;
	}

	.core-v2-hero-image.homepage-hero .img-cont::before {
		background: linear-gradient(to top, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0));
	}
}