/* Single Nova News article styles. */

.nova-news-article {
	margin: 0 auto;
}

.nova-news-article__header {
	margin-bottom: 0.7rem;
}
.nova-news-article__eyebrow a.nova-news-article__region {
    background: #E53935;
    color: white;
    padding: 5px 10px;
    font-size: 0.7rem;
    margin-bottom: .35rem;
}
.nova-news-article__category,
.nova-news-article__region {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.single-region-btns {
    border-bottom: 1px solid #999;
    padding-bottom: 12px;
}
.region-btn-link a {
    border-right: 1px solid #555;
    text-decoration: none !important;
    padding: 0.5rem 1rem;
    font-size: .7rem;
	font-family: 'NanumSquareNeo', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
	transition: color 0.2s ease;
}


/* The Red Active State */
.region-btn-link.is-active a {
	background: #e53a36;
    color: white!important;
}

.region-btn-link a:hover {
    color: #e53a36;
}

.nova-news-article__title {
	margin: 0;
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1.1;
}

h1.nova-news-article__title {
	font-size: clamp(1.1rem, 3vw, 1.5rem);
	font-weight: 700;
	line-height: 1.35;
	word-break: keep-all;
}

.nova-news-article__excerpt {
	max-width: 70ch;
	margin: 0.85rem 0 0;
	color: #4b5563;
	font-size: 1.05rem;
	line-height: 1.7;
}

.nova-news-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.5rem;
	margin: 0.5rem 0 0;
	color: #555;
	font-size: 0.95rem;
}

.nova-news-article__eyebrow,
.nova-news-article__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.nova-news-article__term,
.nova-news-article__category,
.nova-news-article__region {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	text-decoration: none;
}

.nova-news-article__thumbnail {
	margin-bottom: 2rem;
	border-radius: 24px;
	overflow: hidden;
}

.nova-news-article__image,
.nova-news-article__thumbnail .nova-news-fallback-thumbnail {
	display: block;
	width: 100%;
	height: auto;
}
.nova-news-card--list .nova-news-card__title {
	display: -webkit-box!important;
    -webkit-line-clamp: 1!important;
}
.nova-news-article__content {
	font-size: 1.05rem;
	line-height: 1.8;
}

.nova-news-article__content {
	font-size: 1rem !important;
	line-height: 1.7 !important;
}

.nova-news-article__content > * + * {
	margin-top: 1.25rem;
}

.nova-news-article__content img {
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}
.nova-news-article__copyright {
	font-size: .75rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .25px;
}
.nova-news-article__footer {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.nova-news-article__footer-title {
	margin: 0 0 0.85rem;
	font-size: 1rem;
}

.post-navigation {
	width: min(100%, 1120px);
	margin: 2rem auto 0;
	padding: 0 1.25rem;
}

.nova-news-disclaimer {
	margin-bottom: 1rem;
}


@media (min-width: 1200px) {
	.nova-news-shell {
		padding-right: 2rem;
	}
}