.ccl-widget.featured-side-by-side {
	position: relative;
	padding-top: var(--space-16);
	padding-bottom: 76px;
	margin-bottom: 55px;
}

.ccl-widget.featured-side-by-side .featured-background {
	position: absolute;
    top: 4px;
    left: 0;
    z-index: -1;
    height: 178px;
    width: 231px;
    pointer-events: none;
}

.ccl-widget.featured-side-by-side::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 46px;
	width: 100%;
	background: url(/includes/public/assets/shared/featured-wave-sm.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}

.ccl-widget.featured-side-by-side .widget-header {
	margin-left: min(calc(80px + (85 - 80) * ((100vw - 320px) / (375 - 320))), 85px);
	margin-bottom: var(--space-5);
	max-width: 235px;
}

.ccl-widget.featured-side-by-side .widget-header-inner {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0;
}

.ccl-widget.featured-side-by-side .widget-subtitle {
	font-family: var(--font-body);
	font-style: normal;
	font-size: var(--text-2xl-1);
	font-weight: 400;
	line-height: var(--leading-none);
	color: var(--text-black);
	padding-left: var(--space-2);
	transform: translateY(var(--space-1));
}

.ccl-widget.featured-side-by-side .widget-title {
	font-family: var(--font-display-italic);
	font-style: normal;
	font-size: 4.375rem;
	font-weight: 400;
	line-height: var(--leading-none);
	color: var(--text-black);
}

.ccl-widget.featured-side-by-side .slide .img-cont { margin-bottom: 0; }

.ccl-widget.featured-side-by-side .slide .content-section {
	position: relative;
	z-index: 1;
	width: calc(100% - 40px);
	max-width: 600px;
	background-color: var(--white);
	padding: 10px;
	padding-bottom: 25px;
	border-radius: 5px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	margin: -50px auto 0;
}

.ccl-widget.featured-side-by-side .slide .details-cont {
	display: grid;
	gap: 0;
	margin-bottom: var(--space-5);
}

.ccl-widget.featured-side-by-side .slide .details-cont .mini-date-section {
	position: static;
	width: 100%;
	height: var(--space-20);
	gap: var(--space-1);
	border-radius: 2px;
	pointer-events: all;
	margin-bottom: 10px;
}

.ccl-widget.featured-side-by-side .slide .details-cont .mini-date-section .date-day { font-size: var(--text-4xl); }

.ccl-widget.featured-side-by-side .slide .details-cont .details {
	gap: 10px;
	padding: 0 10px;
	padding-top: 10px;
}

.ccl-widget.featured-side-by-side .slide .details li:not(.has-link),
.ccl-widget.featured-side-by-side .slide .details li.has-link > a {
	font-family: var(--font-body);
	font-style: italic;
	align-items: center;
	gap: var(--space-5);
}

.ccl-widget.featured-side-by-side .slide .details-cont .details i {
	font-size: var(--text-xl);
	color: var(--teal);
}

.ccl-widget.featured-side-by-side .slide .content-bottom { padding: 0 10px; }

.ccl-widget.featured-side-by-side .slide .slide-title,
.ccl-widget.featured-side-by-side .slide .slide-title a {
	font-family: var(--font-display);
	font-style: normal;
	font-size: var(--text-2xl-1);
	font-weight: 400;
	line-height: 1.2;
	color: var(--text-black);
	margin-bottom: 10px;
}

.ccl-widget.featured-side-by-side .slide p {
	font-size: var(--text-lg);
	line-height: var(--leading-normal);
	color: var(--text-black);
	margin-bottom: var(--space-5);
}

@media (min-width: 64em) {
	.ccl-widget.featured-side-by-side {
		padding-top: 57px;
		padding-bottom: 0;
		margin-bottom: var(--space-12);
	}

	.ccl-widget.featured-side-by-side .featured-background {
		top: 0;
		height: 386px;
		width: 321px;
		background-repeat: no-repeat;
		object-fit: contain;
		pointer-events: none;
	}

	.ccl-widget.featured-side-by-side::after {
		bottom: var(--space-5);
		height: 62px;
		background: url(/includes/public/assets/shared/featured-wave.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.ccl-widget.featured-side-by-side .widget-header {
		margin-left: min(calc(120px + (165 - 120) * ((100vw - 1024px) / (1440 - 1024))), 165px);
		margin-bottom: -90px;
		max-width: 365px;
		pointer-events: none;
	}

	.ccl-widget.featured-side-by-side .widget-subtitle {
		font-size: 2rem;
		padding-left: var(--space-1);
	}
	
	.ccl-widget.featured-side-by-side .widget-title { font-size: 5rem; }

	.ccl-widget.featured-side-by-side .slide > .inner {
		display: grid;
		grid-template-columns: 0.4891fr 0.517fr;
		align-items: start;
	}

	.ccl-widget.featured-side-by-side .slide .slide-top {
		order: 2;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.ccl-widget.featured-side-by-side .slide .img-cont,
	.ccl-widget.featured-side-by-side .slide .img-cont img {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.ccl-widget.featured-side-by-side .slide .img-cont::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: var(--dark-blue);
		opacity: 0;
		pointer-events: none;
		transition: opacity 800ms ease;
	}
	
	.ccl-widget.featured-side-by-side .slide .img-cont img {
		transform: scale(1);
		transition: transform 800ms ease;
	}

	.ccl-widget.featured-side-by-side .slide .content-section {
		width: 100%;
		max-width: 575px;
		padding: var(--space-5);
		margin-top: 90px;
		margin-right: -61px;
	}

	.ccl-widget.featured-side-by-side .slide .details-cont {
		grid-template-columns: auto 1fr;
		margin-bottom: 0;
	}

	.ccl-widget.featured-side-by-side .slide .details-cont .mini-date-section {
		grid-row: 1;
		grid-column: 1;
		height: 80px;
		width: 80px;
		gap: 0;
		margin-bottom: var(--space-5);
		margin-right: var(--space-5);
	}

	.ccl-widget.featured-side-by-side .slide .details-cont .details {
		grid-row: 1;
		grid-column: 2;
		align-self: center;
		padding: 0;
		margin-bottom: var(--space-5);;
	}

	.ccl-widget.featured-side-by-side .slide .content-section .content-bottom { padding: 0; }

	@media (hover: hover) {
		.ccl-widget.featured-side-by-side .slide .img-cont:hover::after { opacity: 0.4; }
		
		.ccl-widget.featured-side-by-side .slide .img-cont:hover img { transform: scale(1.02); }
	}
}

@media (min-width: 90em) {
	.ccl-widget.featured-side-by-side::before {
		height: 486px;
		width: 421px;
	}

	.ccl-widget.featured-side-by-side .widget-header { max-width: 400px; }

	.ccl-widget.featured-side-by-side .widget-subtitle { font-size: 2.75rem; }
	
	.ccl-widget.featured-side-by-side .widget-title { font-size: 8.125rem; }

	.ccl-widget.featured-side-by-side .slide > .inner { grid-template-columns: minmax(575px, auto) 0.856fr; }

	.ccl-widget.featured-side-by-side .slide .content-section { padding: 30px; }

	.ccl-widget.featured-side-by-side .slide .details-cont .mini-date-section {
		height: 120px;
		width: 120px;
	}

	.ccl-widget.featured-side-by-side .slide .details-cont .mini-date-section .date-month { font-size: var(--text-2xl); }

	.ccl-widget.featured-side-by-side .slide .details-cont .mini-date-section .date-day { font-size: 3.125rem; }

	.ccl-widget.featured-side-by-side .slide .slide-title,
	.ccl-widget.featured-side-by-side .slide .slide-title a { font-size: 2.375rem; }

	.ccl-widget.featured-side-by-side .slide p { font-size: var(--text-xl); }
}