/*
	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-body-bold);
	font-size: 25px;
	color: var(--blue-10);
	
	line-height: 1.3;
letter-spacing: 0.5px;}

.core-side-by-side .slide .slide-title a:hover {
	color: inherit;
}
.core-side-by-side .slide p {
	font-size: 16px;
	color: var(--blue-20);
	font-weight: 500;
	line-height: 1.65;
}

.core-side-by-side .slide a.read-more.button:not(p *),
.core-side-by-side .slide .slide-footer a.button {
	background: var(--red-cc);
    color: var(--white);
    border: 2px solid var(--red-cc);
}
.core-side-by-side .slide a.read-more.button:not(p *):hover,
.core-side-by-side .slide .slide-footer a.button:hover {
	background: transparent;
    color: var(--blue-10);
}

@media screen and (min-width: 40em) {
	.core-side-by-side .slide .content-section .content-top {
		gap: 16px;
	}
}

@media screen and (min-width: 64em) {

}