.wp-block-acf-cover-story {
	max-width: 1600px;
}
.coverStory {
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}

/* Empty */
.CoverStory__empty {
	font-size: 20px;
	padding: 20px;
	border: 1px solid #d93831;
	background-color: #fddcda;
}

/* Inner */
.coverStory__inner {
	text-decoration: none !important;
}
@media (min-width: 768px) {
	.coverStory__inner {
		display: flex;
		flex-direction: row-reverse;
	}
}

/* Image */
@media (min-width: 768px) {
	.coverStory__image {
		flex: 1 0 50%;
	}
}
@media (min-width: 992px) {
	.coverStory__image {
		flex: 1 0 65%;
	}
}

.coverStory__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Content */
.coverStory__content {
	padding: 48px 24px;
	background-color: black;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (min-width: 768px) {
	.coverStory__content {
		width: 50%;
		padding: 32px 16px;
	}
}
@media (min-width: 992px) {
	.coverStory__content {
		width: 35%;
		padding: 0 80px;
	}
}

/* Label */
.coverStory__label {
	font-size: 14px;
	margin-bottom: 10px;
	color: #d93831;
	font-weight: bold;
	text-transform: uppercase;
	font-family: var(--trd-font-family-sans-serif, 'Proxima Nova', sans-serif);
	align-self: flex-start;
}



/* Title */
.coverStory__title {
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: var(--trd-font-family-serif, 'Merriweather', serif);
	font-weight: 900;
	text-align: left;
	align-self: flex-start;
}
@media (min-width: 992px) {
	.coverStory__title {
		font-size: 48px;
	}
}

/* Sub-headline */
.coverStory__subHeadline {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	align-self: flex-start;
}
@media (min-width: 992px) {
	.coverStory__subHeadline {
		font-size: 18px;
	}
}

/* Author */
.coverStory__author {
	margin-top: 24px;
	font-size: 16px;
	align-self: flex-start;
}
@media (min-width: 768px) {
	.coverStory__author {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	.coverStory__author {
		font-size: 18px;
	}
}
