/*
	README

	This file should only be used to style structure of the widget. It should not
	contain fonts or theme styling. Use the shared_theme.css for that purpose.

	If simply theming the CCL, leave this file alone.

	If your design is very customized, edit this file as needed. 
*/

.core-v2-cards .slides {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--space-16) var(--space-3);
	max-width: var(--width-base);
	padding: 0 var(--space-5);
	margin: 0 auto;
}

.core-v2-cards .slide > .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.core-v2-cards .slide-top {
	margin-bottom: var(--space-5);
}

.core-v2-cards .content-section {
	flex-grow: 1;
}