/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Image Box 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-imagebox .img-cont::before {
	top: 25%;
	display: block;
	background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}

.core-v2-imagebox .slide-title {
	font-size: var(--text-xl);
	font-weight: var(--font-weight-bold, 700);
	line-height: var(--leading-snug);
}

.core-v2-imagebox .slide-desc {
	font-size: var(--text-base);
	font-weight: var(--font-weight-normal, 400);
	line-height: var(--leading-tight);
}