/*
	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:not([data-width="full"]) .slides {
	max-width: var(--width-feature);
}

.core-callout-tiles .slide .slide-title {
	--font-title: var(--font-display-futura-bold);
	font-weight: 700;
	font-size: 20px !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.core-callout-tiles[data-slides-across="3"] .slides {
	max-width: var(--width-feature);
}

.callout-tiles-3-across-fullwidth.core-callout-tiles .slides {
	max-width: none;
}

.core-callout-tiles .slide .content-section {
	padding: 20px 8px;
}

@media (min-width: 64em) {
	.core-callout-tiles[data-slides-across="3"] .slides,
	.core-callout-tiles[data-slides-across="2"] .slides {
		gap: 40px;
	}

	.core-callout-tiles {
		margin-bottom: var(--space-26);
	}

	.core-callout-tiles .slide .slide-title {
		font-size: 22px !important;
	}
}