/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Side-by-Side 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-side-by-side {
	margin-bottom: var(--widget-margin-bottom);
	padding-top: var(--widget-padding-top);
}

.core-side-by-side .slide .slide-title {
	margin: 0;
	font-family: var(--font-title);
	font-size: var(--text-4xl);
	line-height: var(--leading-tight);
	color: var(--color-display);
}

.core-side-by-side .slide p {
	font-size: var(--text-base);
}

@media (min-width: 64em) {
	.core-side-by-side .slide .slide-title {
		font-size: 42px;
	}
}