body.single-post .tcr-news-article__layout {
	align-items: flex-start;
	padding-bottom: 4.5rem;
}

body.single-post .tcr-news-article {
	color: #333333;
}

body.single-post .tcr-news-article__meta {
	margin: 1.25rem 0 0;
	color: #5f6872;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

body.single-post .tcr-news-article .copy {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.75;
}

body.single-post .tcr-news-article .copy > :first-child {
	margin-top: 0;
}

body.single-post .tcr-news-article .copy p,
body.single-post .tcr-news-article .copy ul,
body.single-post .tcr-news-article .copy ol,
body.single-post .tcr-news-article .copy table,
body.single-post .tcr-news-article .copy figure {
	margin-bottom: 1.5rem;
}

body.single-post .tcr-news-article .copy h2,
body.single-post .tcr-news-article .copy h3 {
	color: #003b6f;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

body.single-post .tcr-news-article .copy h2 {
	margin: 3rem 0 1rem;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
}

body.single-post .tcr-news-article .copy h3 {
	margin: 2rem 0 0.75rem;
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}

body.single-post .tcr-news-article .copy ul,
body.single-post .tcr-news-article .copy ol {
	padding-left: 1.5rem;
}

body.single-post .tcr-news-article .copy li {
	margin-bottom: 0.6rem;
}

body.single-post .tcr-news-article .copy a {
	color: #005a96;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #e6262d;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

body.single-post .tcr-news-article .copy a:hover,
body.single-post .tcr-news-article .copy a:focus-visible {
	color: #003b6f;
	text-decoration-color: currentColor;
}

body.single-post .tcr-news-article .copy table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	-webkit-overflow-scrolling: touch;
}

body.single-post .tcr-news-article .copy th,
body.single-post .tcr-news-article .copy td {
	min-width: 10rem;
	padding: 0.8rem;
	border: 1px solid #d7dde3;
	text-align: left;
	vertical-align: top;
}

body.single-post .tcr-news-article .copy th {
	background: #003b6f;
	color: #ffffff;
}

body.single-post .tcr-news-article .copy blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	border-left: 5px solid #e6262d;
	background: #f3f6f8;
}

body.single-post .tcr-news-article .copy img {
	height: auto;
	max-width: 100%;
}

body.single-post .tcr-news-article + p {
	font-family: Montserrat, Arial, sans-serif;
	line-height: 1.65;
}

@media (max-width: 1023px) {
	body.single-post .tcr-news-article__layout {
		padding-bottom: 3rem;
	}

	body.single-post .tcr-news-article .copy {
		font-size: 16px;
	}
}

@media (max-width: 639px) {
	body.single-post .tcr-news-article__layout {
		padding-top: 3rem;
	}

	body.single-post .tcr-news-article .copy h2 {
		margin-top: 2.25rem;
	}
}
