/*
	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 .img-cont::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
	pointer-events: none;
}

.core-cards .sponsored {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: var(--white);
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1;
}

.core-cards .slide-title {
    color: var(--gray-52);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.core-cards .slide .slide-footer a {
    color: var(--gray-52);
    font-weight: 700;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.core-cards .slide .slide-footer a img {
	width: 30px;
	margin-left: 15px;
}

.core-cards .slide .slide-footer a:hover {
	background-color: transparent;
}