/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Cards 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-v2-cards .slides {
	--width-base: 1250px
}

.core-v2-cards .widget-header {
	max-width: 1220px;
	width: calc(100% - var(--space-8));
}

.core-v2-cards .slide .slide-footer a.read-more {
	transition: unset;
}

.core-v2-cards .slide-footer .read-more .button-text {
	text-decoration: 1px underline transparent;
	transition: color var(--transition-appendix), text-decoration-color var(--transition-appendix);
}

.core-v2-cards .slide-footer .read-more::after {
	transition: color var(--transition-appendix);
}

.core-v2-cards .slide-title {
	font-size: var(--text-2xl);
	font-family: var(--font-body);
	font-weight: var(--font-weight-bold);
}

.core-v2-cards .slide-desc {
	line-height: var(--leading-tight);
	font-family: var(--font-body);
	font-weight: var(--font-weight-semibold);
	color: var(--gray);
}

.core-v2-cards .slide-footer .qv-btn {
	display: none;
}

.core-v2-cards .slides {
	padding: 0 15px;
}

.core-v2-cards .slide-header,
.core-v2-cards .slide-title,
.core-v2-cards .slide-title > a {
    display: flex;
	flex-direction: column-reverse;
	gap: var(--space-3);
}

.core-v2-cards .slide-header .info-flag {
	margin-bottom: 0;
	color: var(--gray);
}

.core-v2-cards .slide-header .info-flag::after {
    display: none;
}

.core-v2-cards .slide-footer .read-more::after {
	--fa-font-solid: normal 900 0.8125rem / 1.15 "Font Awesome 6 Pro";
}

.ccl-v2-widget.core-v2-cards .slide:not(.dtn-outside-image) .sponsored {
	left: unset;
	right: 0;
	margin: 6px 12px;
}

@media (hover: hover) {
	.core-v2-cards .slide-footer .read-more:hover .button-text {
		text-decoration: 1px underline var(--green-light);
	}
}

@media (min-width: 40em) {
    .cards-v2-3-across .slides {
		gap: var(--space-16) var(--space-5);
    }
}

@media (min-width: 64em) {
	.core-v2-cards .slide-footer .read-more::after {
		--fa-font-solid: normal 900 var(--text-sm) / 1.15 "Font Awesome 6 Pro";
	}

	.core-v2-cards .content-section {
		gap: var(--space-5);
	}
}