/*
	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 p {
	font-size: var(--text-base);
	font-weight: normal;
}

.core-hero-image .read-more {
	font-weight: 700;
	color: var(--text-color);
}
.core-hero-image.hero-image {
	margin-bottom: 0;
}
.core-hero-image.hero-image .content-section {
	background: #fff;
	padding: 18px var(--space-6);
	margin: 0;
	bottom: 9px;
	left: 10px;
	width: calc(100% - 30px);
	border-radius: 10px;
	max-width: 400px;
}
.core-hero-image.hero-image .content-section p {
	display: none;
}

.core-hero-image.hero-image .content-section .slide-title {
	font-family: var(--font-display);
	font-size: var(--text-base-15);
	line-height: calc(21 / 15);
	color: var(--color-accent);
	margin: 0;
	max-width: 100%;
}

@media (min-width: 40em) {
	.core-hero-image.hero-image .content-section {
		max-width: 528px;
	}
}

@media (min-width: 64em) {
	.core-hero-image.hero-image .content-section .slide-title {
		font-size: var(--text-xl-1);
		line-height: calc(33 / 22);
	}
	.core-hero-image.hero-image .content-section {
		padding: 18px var(--space-10);
		bottom: var(--space-6);
		left: var(--space-8);
	}
}
