/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Slider 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-editorial {
	margin-bottom: var(--widget-margin-bottom);
	padding-top: 70px;
}

.viewAll .core-editorial {
	margin-bottom: calc(var(--widget-margin-bottom) + 70px);
}

.core-editorial .slide p::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.core-editorial .slide .slide-title {
	font-size: var(--text-lg);
	line-height: var(--leading-tight);
	font-weight: 700;
}

.core-editorial .slide .details {
	font-size: var(--text-base);
}

.core-editorial .slide p {
	font-weight: normal;
}

.core-editorial .slide a.read-more:not(p *) {
	transform: translate(-50%, 130%);
	transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
	box-shadow: var(--shadow-lg);
	background-color: var(--sw-key-color-hover);
    color: var(--white);
    padding: var(--space-2);
}

.core-editorial .slide a.read-more:not(p *):hover {
    color: var(--white);
}

@media (min-width: 40em) {
	.core-editorial .slide .slide-title {
		font-size: 24px;
	}

	.core-editorial {
		padding-top: var(--widget-padding-top);
	}
}

@media (min-width: 64em) {
	.core-singleBlogPostArticleRight .img-cont, .core-singleBlogPostArticleRight .slide img  {
		aspect-ratio: 700 / 900;
	}
}

.core-singleBlogPostArticleRight .img-cont, .core-singleBlogPostArticleRight .slide img {
	aspect-ratio: 700 / 900;
	margin: 0 0 20px;
}

.core-singleBlogPostArticleRight .slide .slide-title > a {
	padding: 0 0 12px;
	display: block;
	font-size: 25px;
}

.core-singleBlogPostArticleRight .content-section.title-desc-container p.description {
	height: 90px;
    overflow: hidden;
    line-height: 28px;
    font-weight: 400;
	margin-bottom: var(--space-2);
}

.core-singleBlogPostArticleRight .content-section.title-desc-container time {
	font-weight: 800;
}