/*
	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-3xl);
	line-height: var(--leading-tight);
	color: var(--color-display);
}

.core-side-by-side .slide p {
	font-size: var(--text-base);
	line-height: var(--leading-tight);
}

/*DTN Sponsored*/

.core-side-by-side.side-by-side-1-across:not(.side-by-side-1-across-fullwidth):not(.side-by-side-2-across)  .slide.dtn-placeholder .sponsored {
	position: absolute;
	background:rgba(0, 80, 140, .6);
	color: var(--gray-100);
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5.5px 14.5px;
}

.side-by-side-1-across-fullwidth .slide.dtn-placeholder .sponsored,
.side-by-side-2-across .slide.dtn-placeholder .sponsored {
	display: none;
}