.wcts-site-main--news-index,
.wcts-site-main--news-single {
	background: #ffffff;
	color: #111827;
}

.wcts-news-hero {
	background:
		linear-gradient(135deg, rgba(246, 247, 245, 0.94), rgba(255, 255, 255, 1) 48%),
		#ffffff;
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
	color: #050505;
	padding-block: clamp(2.8rem, 5.4vw, 5.15rem) clamp(2.75rem, 5vw, 4.7rem);
}

.wcts-news-hero__inner {
	display: grid;
	gap: clamp(1rem, 2vw, 1.55rem);
	max-width: none;
	padding-left: clamp(0rem, 3vw, 3.4rem);
}

.wcts-news-hero__eyebrow,
.wcts-news-card__date,
.wcts-news-article__date {
	color: #d71920;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.wcts-news-hero__eyebrow {
	align-items: center;
	display: inline-flex;
	gap: 0.75rem;
}

.wcts-news-hero__eyebrow::before {
	background: currentColor;
	content: "";
	height: 2px;
	width: 1.6rem;
}

.wcts-news-hero__title {
	color: #050505;
	font-size: clamp(3.35rem, 6vw, 5.65rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0;
	max-width: none;
}

.wcts-news-hero__text {
	color: #3d424b;
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.58;
	margin: 0;
	max-width: 35rem;
}

.wcts-news-listing {
	padding-block: clamp(3rem, 6vw, 5rem);
}

.wcts-news-query {
	max-width: none;
	width: 100%;
}

.wcts-news-grid {
	display: grid;
	gap: clamp(1.45rem, 2.7vw, 2.35rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wcts-news-grid > li {
	display: flex;
	min-width: 0;
}

.wcts-news-card {
	background: #ffffff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 8px !important;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.wcts-news-card:hover,
.wcts-news-card:focus-within {
	border-color: rgba(215, 25, 32, 0.42);
	box-shadow: 0 24px 58px rgba(15, 23, 42, 0.14);
	transform: translateY(-3px);
}

.wcts-news-card__media {
	aspect-ratio: 16 / 10;
	background: #f3f4f6;
	flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.wcts-news-card__media a,
.wcts-news-card__media img {
	display: block;
	height: 100%;
	width: 100%;
}

.wcts-news-card__media img {
	object-fit: cover;
	transition: transform 420ms ease;
}

.wcts-news-card:hover .wcts-news-card__media img,
.wcts-news-card:focus-within .wcts-news-card__media img {
	transform: scale(1.035);
}

.wcts-news-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: clamp(15rem, 18vw, 18rem);
	padding: clamp(1.25rem, 2vw, 1.6rem);
}

.wcts-news-card__body > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wcts-news-card__date {
	align-self: flex-start;
	margin: 0.78rem 0 0;
	text-align: left;
}

.wcts-news-article__date {
	margin: 0.95rem auto 0;
	text-align: center;
	width: 100%;
}

.wcts-news-card__title {
	display: -webkit-box;
	font-size: clamp(1.08rem, 1.2vw, 1.34rem);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
	min-height: calc(1.15em * 3);
	overflow: hidden;
	text-transform: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wcts-news-card__title a {
	color: inherit;
	text-decoration: none;
}

.wcts-news-card__title a:hover,
.wcts-news-card__title a:focus-visible {
	color: #d71920;
}

.wcts-news-card__excerpt {
	color: #5f6673;
	display: -webkit-box;
	font-size: 0.94rem;
	font-weight: 500;
	line-height: 1.62;
	margin: 1.05rem 0 1.35rem;
	min-height: calc(1.62em * 3);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wcts-news-card__excerpt p {
	margin: 0;
}

.wcts-news-card__link {
	align-items: center;
	border-top: 1px solid #e5e7eb;
	color: #111827;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	margin-top: auto;
	padding-top: 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-news-card__link:hover,
.wcts-news-card__link:focus-visible {
	color: #d71920;
}

.wcts-news-pagination {
	border-top: 1px solid #e5e7eb;
	margin-top: clamp(2rem, 4vw, 3rem);
	padding-top: 1.25rem;
}

.wcts-news-pagination a {
	color: #111827;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-news-empty {
	border: 1px solid #e5e7eb;
	color: #4b5563;
	margin: 0;
	padding: 1.25rem;
}

.wcts-news-article__header {
	background: #f7f8fa;
	border-bottom: 1px solid #e5e7eb;
	padding-bottom: clamp(1.35rem, 3vw, 2.5rem);
	padding-top: clamp(2.4rem, 5vw, 4.5rem);
}

.wcts-news-article__intro {
	max-width: 66rem;
	padding-bottom: clamp(1.3rem, 3vw, 2.2rem);
	text-align: center;
}

.wcts-news-article__title {
	color: #111827;
	font-size: clamp(1.65rem, 2.9vw, 2.85rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 auto;
	max-width: 22ch;
	text-align: center;
}

.wcts-news-article__media {
	background: transparent;
	margin: 0 auto;
	max-width: min(100% - 2rem, 58rem);
	width: 100%;
}

.wcts-news-article__media img {
	aspect-ratio: auto;
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: min(70vh, 48rem);
	max-width: 100%;
	object-fit: contain !important;
	width: auto;
}

.wcts-news-article__content-shell {
	max-width: 58rem;
	padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.wcts-news-article__content {
	color: #202733;
	font-size: clamp(1rem, 0.35vw + 0.95rem, 1.12rem);
	font-weight: 500;
	line-height: 1.78;
}

.wcts-news-article__content > * {
	margin-block: 0 1.25rem;
}

.wcts-news-article__content h2,
.wcts-news-article__content h3,
.wcts-news-article__content h4 {
	color: #111827;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin-block: 2.25rem 0.85rem;
	text-transform: uppercase;
}

.wcts-news-article__content h2 {
	font-size: clamp(1.55rem, 2.2vw, 2.25rem);
}

.wcts-news-article__content h3 {
	font-size: clamp(1.25rem, 1.7vw, 1.6rem);
}

.wcts-news-article__content a {
	color: #d71920;
	font-weight: 800;
}

.wcts-news-article__content .wp-block-buttons {
	display: flex;
	gap: 0.85rem;
	margin-block: 1.25rem 1.75rem;
}

.wcts-news-article__content .wp-block-button__link {
	align-items: center;
	background: #111111;
	border: 2px solid #111111;
	border-radius: 2px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.12em;
	min-height: 3.25rem;
	padding: 0 1.35rem;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		color 180ms ease;
}

.wcts-news-article__content .wp-block-button__link:hover,
.wcts-news-article__content .wp-block-button__link:focus-visible {
	background: #d71920;
	border-color: #d71920;
	color: #ffffff;
}

.wcts-news-article__content ul,
.wcts-news-article__content ol {
	padding-left: 1.35rem;
}

.wcts-news-article__content li + li {
	margin-top: 0.45rem;
}

.wcts-news-article__content img {
	border-radius: 4px;
	height: auto;
	margin-block: 0.75rem;
	width: auto;
}

.wcts-news-article__content .aligncenter,
.wcts-news-article__content img.aligncenter {
	margin-inline: auto;
}

.wcts-news-article__content figure {
	margin-inline: 0;
}

.wcts-news-article__content blockquote {
	border-left: 3px solid #d71920;
	color: #111827;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.55;
	margin: 2rem 0;
	padding-left: 1.25rem;
}

.wcts-news-article__footer {
	border-top: 1px solid #e5e7eb;
	gap: 1rem;
	margin-top: clamp(2rem, 4vw, 3rem);
	padding-top: 1.25rem;
}

.wcts-news-article__footer p {
	margin: 0;
}

.wcts-news-article__footer a {
	color: #111827;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.wcts-news-article__footer a:hover,
.wcts-news-article__footer a:focus-visible {
	color: #d71920;
}

@media (max-width: 980px) {
	.wcts-news-hero__inner {
		padding-left: 0;
	}

	.wcts-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.wcts-news-hero {
		padding-block: 2.35rem;
	}

	.wcts-news-hero__title,
	.wcts-news-article__title {
		max-width: 100%;
	}

	.wcts-news-grid {
		grid-template-columns: 1fr;
	}

	.wcts-news-card__body {
		min-height: 0;
		padding: 1.1rem;
	}

	.wcts-news-card__title,
	.wcts-news-card__excerpt {
		min-height: 0;
	}
}
