.marquee,
.marquee .img-cont {
	position: relative;
}
.marquee .slide {height: 100%;}
.marquee .slide .inner {
	position: relative;
	height: 100%;
}

.featured-container .slide .img-cont {
	height: 100%;
}
.marquee .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}


.marquee .img-cont img {
	display: block;
	width: 100%;
	height: 100%;
}

.marquee h4, .marquee h4 a {
	color: #fff;
	font-weight: bold;
	transition: opacity .1s;
	pointer-events: all;
	font-size: var(--text-2xl-2);
	font-family: var(--font-display);
	letter-spacing: .03em;
	line-height: var(--leading-none);
	margin-bottom: 8px;
}

.marquee h4 a:hover {
	opacity: .7;
}

.ccl-widget.marquee .details {
	color: var(--white);
	display: grid;
	gap: 5px;
	list-style: none;
	margin: 0;
	font-size: var(--font-size);
}

.ccl-widget .details li .icon {
	color: var(--white);
}

.marquee .content-section {
	padding: 13px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}

@media (min-width: 64em) {
	.marquee .content-section {
		padding: 40px 30px;
	}
}
.marquee .content-section p {
	color: #fff;
}

/* Stacked Section */
.stacked-container {
	display: flex;
	flex-direction: column;
}

.stacked.slide .inner {
	display: flex;
	background-color: var(--text-black);
}

.stacked-container .stacked .img-cont {
	width: 37.63%;
}

.marquee .stacked-container .img-cont::after {
	display: none;
}

@media (min-width: 64em) {
	.marquee .stacked-container .img-cont::after {
		display: inline-block;
	}

	.marquee .stacked-container .content-section, 
	.marquee .list-container .content-section {
	justify-content: space-evenly;
}
}

.marquee .stacked-container .content-section,
.marquee .list-container .content-section {
	position: unset;
	width: 70%;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.marquee .stacked-container .img-cont::after {
	height: 45%;
}
/* Stacked End */

/* List Container */
.list-container {
	background: var(--text-black);
}

.marquee .list-container .date-cont {
	width: 19%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.marquee .list-container .content-section {
	margin-left: 20px;
}

/* List Container End */

.ccl-widget.marquee .mini-date-section {
	width: 60px;
	height: 60px;
}

.ccl-widget.marquee .list-container .mini-date-section {
	background-color: unset;
	gap: 3px;
	position: unset;
}

.ccl-widget.marquee .list-container .mini-date-section .date-month {
	color: var(--white);
}
.ccl-widget.marquee .list-container .mini-date-section .date-day {
	color: var(--green);
}

.ccl-widget.marquee .widget-header {
	padding: 0;
}

.ccl-widget.marquee .widget-view-all {
	display: none;
}

.ccl-widget.marquee .view-all-mobile-container .widget-view-all {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: var(--space-3) var(--space-6);
	font-family: var(--font-display);
	font-size: 1.4375rem;
	font-weight: 700;
	color: var(--text-black);
	background-color: var(--green);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background-color ease 400ms;
}

@media (min-width: 64em) {
	.marquee .cols {
		display: grid;
		grid-template-columns: .83fr .56fr 1fr;
	}

	.ccl-widget.marquee .mini-date-section {
		width: 108px;
		height: 108px;
	}

	.marquee .stacked-container .content-section,
	.stacked-container .stacked .img-cont {
		width: unset;
	}

	 .marquee .list-container .content-section {
		width: 65%;
	}

	.marquee .stacked-container .content-section {
		position: absolute;
		padding: 15px;
	}
	
	.ccl-widget.marquee .widget-view-all {
		display: inline-flex;
	}

	.ccl-widget.marquee .view-all-mobile-container {
		display: none;
	}

	.ccl-widget.marquee .widget-header {
		max-width: unset;
	}

	.ccl-widget.marquee .widget-title {
		padding: 0 var(--space-4) 0 45px;
	}

	.featured-container {
		width: 100%;
	}
	
	.stacked-container {
		width: 100%;
	}

	.list-container {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 40px;
	}
	
	.marquee h4, .marquee h4 a {
		font-size: min(calc(25px + (40 - 25) * ((100vw - 1024px) / (1440 - 1024))), 40px);
	}

	.marquee h4, .marquee h4 a {
		margin-bottom: 12px;
	}

	

	.marquee .cols .list-container .slide {
		margin-left: min(calc(5px + (60 - 5) * ((100vw - 1024px) / (1440 - 1024))), 60px);
		height: unset;
	}

	.marquee .list-container .date-cont {
		width: 25%;
	}
}