.spotlight.core-cards .dtn-slide .img-cont .sponsored-banner {
	position: absolute;
	left: 0;
	bottom: 10px;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	font-family: var(--font-body);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4;
	background-color: rgba(0 0 0 / 45%);
	z-index: 2;
}

.spotlight.core-cards .slide .inner {
	display: flex;
	flex-direction: column;
	padding: 0;
	min-height: 0;
	height: 100%;
	background: transparent;
}

.spotlight.core-cards .slides > * {
	background: #F3F3F3 0% 0% no-repeat padding-box;
}

.spotlight.core-cards .slide .img-cont {
	margin-bottom: 0;
}

.spotlight.core-cards .slide .content-section {
	display: flex;
	flex-direction: column;
	padding: 25px 25px;
	margin: 0;
	flex: 1;
}

.spotlight.core-cards .slide h4, .spotlight.core-cards .slide h4 a {
	font-size: 24px;
	text-align: left;
	margin-bottom: 10px;
}

.spotlight.core-cards .slide p {
	margin-bottom: 10px;
	line-height: 1.4;
}

.spotlight.core-cards .slide .cta {
	margin-top: auto;
	text-align: left;
}

.spotlight.core-cards .slide .ctaLink {
	padding: 0;
	color: #BC0523;
	font-size: 18px;
	font-family: var(--font-body);
	background: transparent;
	text-transform: none;
	text-decoration: underline;
}