/*
	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-cards {
	margin-bottom: var(--widget-margin-bottom);
	padding-top: var(--widget-padding-top);
}

.core-cards .slide .slide-title {
    font-family: var(--knockout-heavy);
    text-transform: uppercase;
	font-weight: var(--font-weight-normal);
}

.core-cards .slide p {
	font-size: 16px;
	line-height: 1.65;
    color: var(--navy-dark);
    font-family: var(--font-body);
	font-weight: var(--font-weight-normal);
}

.core-cards .slide .arrow-link img {
	width: 24px;
	height: 15px;
	display: inline;
}

.ccl-widget.core-cards .slide:not(.dtn-outside-image) .img-cont .sponsored {
	font-family: var(--knockout-heavy);
	font-weight: var(--font-weight-normal);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	margin: 0;
	text-shadow: none;
	padding: var(--space-2) 11px;
}

/* Media queries */

@media(hover:hover) {
    .core-cards .slides .slide .slide-title:hover,
    .core-cards .slides .slide .slide-title a:hover {
        color: inherit;
    }
}

@media(min-width:64em) {
	.ccl-widget.core-cards .slide:not(.dtn-outside-image) .img-cont .sponsored {
		font-size: 12px;
		padding: 10px 14px;
		letter-spacing: 0.05em;
	}
}