/* Single news page */

.news-hero,
.news-hero *,
.news-body,
.news-body *,
.news-related,
.news-related * {
	font-family: 'Roboto', Arial, sans-serif;
}

/* ========== Section 1: Hero ========== */

.news-hero {
	background-color: #eaf5fa;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Breadcrumbs above hero */
.news-hero-breadcrumbs,
body.single-post .breadcrumb {
	padding-top: 16px;
	padding-bottom: 8px;
}

.news-hero__row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.news-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	float: none !important;
	width: 58.33333333% !important;
	box-sizing: border-box;
}

.news-hero__content--full {
	width: 100% !important;
}

.news-hero__media {
	float: none !important;
	width: 41.66666667% !important;
	box-sizing: border-box;
}

.news-hero__date {
	display: block;
	margin: 0 0 20px;
	color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}

.news-hero__title {
	margin: 0 0 28px !important;
	width: auto !important;
	max-width: 560px;
	color: #063e6d !important;
	font-family: 'Roboto', Arial, sans-serif !important;
	font-size: 40px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.03em;
}

.news-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.news-hero__tag {
	display: inline-block;
	padding: 9px 27px;
	border: 1px solid #119bcf;
	border-radius: 5px;
	color: #119bcf;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
	background: transparent;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.news-hero__tag:hover {
	color: #fff;
	background-color: #119bcf;
	border-color: #119bcf;
}

.news-hero__figure {
	margin: 0;
	padding: 0;
	line-height: 0;
	width: 456px;
	max-width: 100%;
	border-radius: 5px;
	height: 261px;
	overflow: hidden;
	background: #063e6d;
}

.news-hero__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ========== Section 2: Article body ========== */

.news-body {
	padding-top: 48px;
	padding-bottom: 48px;
	background: #fff;
}

.news-content {
	max-width: 900px;
	float: none !important;
	width: 100% !important;
	box-sizing: border-box;
}

.news-content > *:first-child {
	margin-top: 0 !important;
}

.news-content > *:last-child {
	margin-bottom: 0 !important;
}

.news-content p {
	margin: 0 0 20px !important;
	color: #000 !important;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.45 !important;
}

.news-content b,
.news-content strong {
	font-family: 'Roboto', Arial, sans-serif !important;
	font-weight: 700 !important;
}

.news-content em,
.news-content i {
	font-style: italic;
}

.news-content a {
	color: #119bcf;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.news-content a:hover {
	color: #063e6d;
}

.news-content span {
	color: inherit;
}

.news-content h2,
.news-content h3,
.news-content h4 {
	margin: 32px 0 16px !important;
	width: auto !important;
	color: #063e6d !important;
	font-family: 'Roboto', Arial, sans-serif !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.02em;
}

.news-content h2 {
	font-size: 28px !important;
}

.news-content h3 {
	font-size: 23px !important;
}

.news-content h4 {
	font-size: 18px !important;
	font-weight: 700 !important;
}

.news-content ul {
	margin: 0 0 20px;
	padding: 0 0 0 22px;
	list-style: disc;
}

.news-content ul li {
	margin: 0 0 8px;
	padding: 0;
	color: #000;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	list-style-type: disc;
}

.news-content ul li b,
.news-content ul li strong {
	font-weight: 700 !important;
}

.news-content ul li:last-child {
	margin-bottom: 0;
}

.news-content ul li::before {
	display: none;
}

.news-content__note {
	margin-top: 32px;
	padding: 24px 28px;
	background-color: #e8f5fb;
	box-sizing: border-box;
}

.news-content__note p {
	margin: 0 !important;
	color: #063e6d !important;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 500;
	font-size: 15px !important;
	line-height: 1.45 !important;
}

/* ========== Section 3: Related articles ========== */

.news-related {
	background-color: #e8f5fb;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}

.news-related__title {
	margin: 0 0 28px !important;
	width: auto !important;
	color: #063e6d !important;
	font-family: 'Roboto', Arial, sans-serif !important;
	font-size: 40px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.03em;
}

.news-related__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px 0;
	margin-bottom: 0;
	float: none !important;
	width: 100% !important;
}

.news-related__grid:after,
.news-related__grid:before {
	display: none !important;
	content: none !important;
}

.news-related__grid > .news-card,
.news-related__grid > [data-size-lg],
.news-related__grid > [data-size-md],
.news-related__grid > [data-size-sm],
.news-related__grid > [data-size-xs] {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	display: block !important;
}

.news-related .news-card {
	margin-bottom: 0;
}

.news-related .news-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	overflow: hidden;
}

.news-related .news-card__media {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #063e6d;
}

.news-related .news-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-related .news-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 20px 22px 24px;
	box-sizing: border-box;
	background: #fff;
}

.news-related .news-card__date {
	display: block;
	margin: 0 0 10px;
	color: #555555;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
}

.news-related .news-card__title {
	margin: 0 0 18px !important;
	width: auto !important;
	color: #063e6d !important;
	font-family: 'Roboto', Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.03em;
}

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

.news-related .news-card__title a:hover {
	color: #119bcf;
}

.news-related .news-card__more {
	display: inline-block;
	margin-top: auto;
	color: #063e6d;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.news-related .news-card__more:hover {
	color: #119bcf;
}

/* Tablet */
@media only screen and (max-width: 1199px) {
	.news-hero {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.news-hero__title {
		font-size: 32px !important;
		max-width: none;
	}

	.news-hero__content,
	.news-hero__media {
		width: 50% !important;
	}

	.news-hero__figure {
		width: 100%;
		height: auto;
		aspect-ratio: 456 / 261;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
	.news-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile */
@media only screen and (max-width: 768px) {
	.news-hero {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.news-hero__row {
		display: block;
	}

	.news-hero__content,
	.news-hero__media {
		float: left !important;
		width: 100% !important;
	}

	.news-hero__content {
		margin-bottom: 24px;
	}

	.news-hero__date {
		margin-bottom: 14px;
	}

	.news-hero__title {
		margin-bottom: 20px !important;
		font-size: 27px !important;
	}

	.news-hero__tags {
		margin-top: 0;
		margin-bottom: 0;
	}

	.news-hero__figure {
		width: 100%;
		height: auto;
		aspect-ratio: 456 / 261;
	}

	.news-body {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.news-content h3 {
		margin-top: 28px !important;
		font-size: 21px !important;
	}

	.news-content__note {
		padding: 18px 16px;
	}

	.news-related .news-card {
		margin-bottom: 0;
	}

	.news-related__grid {
		grid-template-columns: 1fr;
		gap: 20px 0;
	}

	.news-related__grid > .news-card,
	.news-related__grid > [data-size-lg],
	.news-related__grid > [data-size-md],
	.news-related__grid > [data-size-sm],
	.news-related__grid > [data-size-xs] {
		padding-left: 0;
		padding-right: 0;
	}

	.news-related__title {
		font-size: 27px !important;
	}
}
