/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Callout Tiles 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-callout-tiles {
	margin-bottom: var(--widget-margin-bottom);
	padding-top: var(--widget-padding-top);
}

.core-callout-tiles:not([data-width="full"]) .slides {
	max-width: 1140px;
	padding: 0 var(--space-5);
}

.core-callout-tiles .slide .slide-title,
.core-callout-tiles .slide .slide-title a {
	font-family: var(--font-display);
	font-size: var(--text-xl);
	font-weight: 400;
	line-height: var(--leading-none);
	letter-spacing: var(--tracking-normal);
	color: var(--white);
	text-align: center;
	text-transform: lowercase;
}