/*
	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 {
	padding-top: 0;
}

@media (min-width: 64em) {
	.core-callout-tiles {
		margin-bottom: var(--space-32);
	}

	.core-callout-tiles .slides {
		gap: var(--space-5);
	}

	.callout-tiles-3-across.core-callout-tiles:not([data-width="full"]) .slides {
		max-width: 1155px;
	}
}
