.single-promo__card-main {
	font-family: var(--ringside-ssm);
	box-shadow: 4px 6px 18px 0 rgba(0, 0, 0, 0.2);
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 160px auto;
	margin: 0 auto;
	width: 100%;
	text-decoration: none;
	transition: box-shadow 0.2s ease, opacity 0.2s ease;
	background: #fff;
	overflow: hidden;
}

.single-promo__card-main .single-promo__card-link {
	z-index: 1;
	grid-area: 1 / 1 / -1 / -1;
}

.single-promo__card-main .single-promo__picture {
	overflow: hidden;
	width: 100%;
	grid-area: 1 / 1 / 2 / 2;
	height: 160px;
}

.single-promo__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.25s ease, margin 0.25s ease;
}

.single-promo__card-main:hover .single-promo__image {
	transform: scale(1.2);
}

.single-promo__card-main:hover .text__title {
	color: var(--byu-royal);
}

.single-promo__card-main .single-promo__text {
	width: 100%;
	position: relative;
	padding: 0 20px;
	grid-area: 2 / 1 / 3 / 2;
	box-sizing: border-box;
}

.single-promo__card-main .text__tag {
	color: var(--byu-royal);
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
	transition: color 0.2s ease;
	line-height: 3rem;
}

.single-promo__card-main .text__title {
	width: 280px;
	color: #292929;
	font-size: 28px;
	margin-top: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 36px;
}

.single-promo__card-main .text__subtitle {
	grid-area: subtitle;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #818181;
	font-family: var(--public-sans);
	font-size: 19px;
	padding-right: 30px;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 25px;
}

.single-promo__card-main .text__footer {
	margin-bottom: 10px;
}

.single-promo__card-main .text__issue {
	color: var(--byu-royal);
	font-weight: 100;
	font-size: 14px;
	padding-top: 4px;
	z-index: 2;
	position: relative;
	transition: color 0.2s ease;
}

.single-promo__card-main .text__time {
	color: var(--mag-grey);
	font-weight: 300;
	flex-grow: 4;
	font-size: 14px;
}

.single-promo__card-main .text__views {
	color: var(--mag-grey);
	font-weight: 500;
	font-size: 14px;
}

.single-promo__card-main .text__issue,
.single-promo__card-main .text__time,
.single-promo__card-main .text__views {
	margin: 0;
}

.single-promo__card-main .text__issue:hover {
	color: var(--byu-royal-medium);
}

.single-promo__card-main .text__tag-link {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.single-promo__card-main .text__tag-link:hover .text__tag {
	color: var(--byu-royal-medium);
}

@media (min-width: 420px) {

	.single-promo__card-main .text__title {
		max-width: 380px;
		width: 100%;
	}
}

@media (min-width: 800px) { /* desktop */

	.single-promo__card-main {
		grid-template-columns: 45% 55%;
		grid-template-rows: 160px 140px;
		height: 302px;
		max-width: 914px;
		margin: 0 auto;
	}

	.single-promo__card-main .single-promo__picture {
		grid-area: 1 / 2 / 2 / 3;
		height: 302px;
	}

	.single-promo__card-main .single-promo__text {
		grid-area: 1 / 1 / 2 / 2;
		height: 302px;
	}

	.single-promo__card-main .text__footer {
		position: absolute;
		bottom: 15px;
		left: 20px;
		right: 20px;
		margin-bottom: 0;
	}
}
