/*
	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 .slide .slide-title > a:hover {
    color: var(--dark-gray);
}

.core-cards .slide .img-cont::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(0,0,0,0.1), transparent);
	pointer-events: none;
}

.core-cards .source {
	font-size: 12px;
    letter-spacing: 0.1em;
    font-family: 'subway';
    display: flex;
    text-transform: uppercase;
    align-items: flex-start;
}

.core-cards .slide .source img {
	width: 7px;
    margin-right: 6px;
}