.blog-article {
	background: #f6f6f6;
	padding: 64px 24px 88px;
	font-family: "Raleway", sans-serif;
}

.blog-article p,
.blog-article h1,
.blog-article h2,
.blog-article h3,
.blog-article ol,
.blog-article ul,
.blog-article li,
.blog-article table,
.blog-article section {
	float: none;
	position: static;
	width: auto;
}

.blog-article__intro,
.blog-article__body,
.blog-article__callout,
.blog-article__cta {
	display: flow-root;
}

.blog-article__shell {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.blog-article__back {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	color: #027F48;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0;
}

.blog-article__back:hover {
	color: #00CA64;
}

.blog-article__hero {
	background: #fff;
	border: 1px solid rgba(43, 43, 43, .08);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(43, 43, 43, .08);
}

.blog-article__intro {
	padding: 44px 54px 32px;
}

.blog-article__eyebrow {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.blog-article__pill {
	display: inline-flex;
	align-items: center;
	border-radius: 6px;
	background: #BBFFCA;
	color: #027F48;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 11px 7px;
}

.blog-article h1 {
	max-width: 820px;
	margin: 0 0 16px;
	color: #2B2B2B;
	font-family: "adapt-variable", "Raleway", sans-serif;
	font-size: 62px;
	font-variation-settings: "wdth" 55, "wght" 800;
	line-height: .95;
	text-transform: uppercase;
	letter-spacing: 0;
}

.blog-article__dek {
	max-width: 760px;
	margin: 0;
	color: #454545;
	float: none;
	font-size: 19px;
	line-height: 1.48;
}

.blog-article__meta {
	display: flex;
	align-items: center;
	gap: 14px;
	width: fit-content;
	max-width: 100%;
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid rgba(43, 43, 43, .1);
	clear: both;
}

.blog-article__author-img {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	object-fit: cover;
	background: #BBFFCA;
}

.blog-article__meta-copy {
	display: grid;
	gap: 3px;
}

.blog-article__author-name {
	color: #2B2B2B;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.blog-article__author-title,
.blog-article__date {
	color: #6f6f6f;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.blog-article__date {
	display: block;
}

.blog-article__image {
	display: block;
	width: 100%;
	height: min(52vw, 420px);
	object-fit: cover;
	background: #e8f7ef;
}

.blog-article__body {
	background: #fff;
	padding: 48px 54px 58px;
}

.blog-article__body p,
.blog-article__body li {
	color: #2B2B2B;
	float: none;
	position: static;
	width: auto;
	font-size: 17px;
	line-height: 1.72;
}

.blog-article__body p {
	margin: 0 0 24px;
}

.blog-article__body h2 {
	margin: 44px 0 16px;
	color: #027F48;
	font-family: "adapt-variable", "Raleway", sans-serif;
	font-size: 30px;
	font-variation-settings: "wdth" 55, "wght" 800;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0;
}

.blog-article__body h3 {
	margin: 30px 0 10px;
	color: #2B2B2B;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

.blog-article__body a {
	color: #027F48;
	float: none;
	position: static;
	width: auto;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.blog-article__body a:hover {
	color: #00CA64;
}

.blog-article__body ol,
.blog-article__body ul {
	margin: 0 0 28px;
	padding-left: 28px;
}

.blog-article__body li {
	margin-bottom: 12px;
	padding-left: 4px;
}

.blog-article__callout {
	margin: 34px 0;
	padding: 24px 28px;
	border-left: 6px solid #00CA64;
	border-radius: 6px;
	background: #f0fff5;
}

.blog-article__callout p,
.blog-article__body .blog-article__callout p:first-child {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
}

.blog-article__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 30px 0 34px;
}

.blog-article__tile {
	padding: 22px;
	border: 1px solid rgba(43, 43, 43, .1);
	border-radius: 8px;
	background: #fbfbfb;
}

.blog-article__tile h3 {
	margin-top: 0;
}

.blog-article__tile p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.58;
}

.blog-article__table {
	width: 100%;
	margin: 30px 0 36px;
	border-collapse: collapse;
	border: 1px solid rgba(43, 43, 43, .1);
	font-size: 16px;
}

.blog-article__table th,
.blog-article__table td {
	padding: 16px;
	border-bottom: 1px solid rgba(43, 43, 43, .1);
	text-align: left;
	vertical-align: top;
}

.blog-article__table th {
	background: #2B2B2B;
	color: #fff;
	font-weight: 800;
}

.blog-article__table tr:nth-child(even) td {
	background: #f8f8f8;
}

.blog-article__cta {
	margin-top: 44px;
	padding: 32px;
	border-radius: 8px;
	background: #2B2B2B;
	color: #fff;
	clear: both;
}

.blog-article__cta h2 {
	margin: 0 0 12px;
	color: #A5FEE8;
}

.blog-article__cta p,
.blog-article__body .blog-article__cta p:first-child {
	margin: 0 0 22px;
	color: #fff;
	font-size: 17px;
}

.blog-article__cta a {
	display: inline-flex;
	float: none;
	position: static;
	width: auto;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 6px;
	background: #00CA64;
	color: #2B2B2B;
	text-decoration: none;
	font-weight: 900;
	text-transform: uppercase;
}

.blog-article__cta a:hover {
	background: #A5FEE8;
	color: #2B2B2B;
}

.blog-article__source-note {
	margin-top: 22px;
	color: #6f6f6f;
	font-size: 14px;
	line-height: 1.5;
}

.blog-post-page .main-footer {
	display: block;
	padding: 46px 0 30px;
	background: #2B2B2B;
}

.blog-post-page .main-footer .col-center {
	width: min(1120px, calc(100% - 48px)) !important;
	max-width: 1120px;
}

.blog-post-page .main-footer .infos {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: start;
	margin-bottom: 38px;
}

.blog-post-page .main-footer .infos .left {
	float: none;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 32px;
}

.blog-post-page .main-footer .infos .left .c,
.blog-post-page .main-footer .enq {
	float: none;
	width: 100%;
}

.blog-post-page .main-footer .infos .left strong,
.blog-post-page .footer-exam-type-heading {
	float: none;
	display: block;
	width: auto;
	margin: 0 0 14px;
	color: #A5FEE8;
	font-family: "adapt-variable", "Raleway", sans-serif;
	font-size: 15px;
	font-variation-settings: "wdth" 55, "wght" 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.blog-post-page .main-footer .infos .left ul {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}

.blog-post-page .main-footer .infos .left ul li {
	float: none;
	width: 100%;
	margin-bottom: 9px;
}

.blog-post-page .main-footer .infos .left ul a {
	color: #BBFFCA;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.blog-post-page .main-footer .infos .right {
	float: none;
	width: auto;
	text-align: right;
	white-space: nowrap;
}

.blog-post-page .main-footer .infos .right a {
	margin: 0 0 0 18px;
	color: #00CA64;
}

.blog-post-page .main-footer .logo {
	display: none;
}

.blog-post-page .main-footer .copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 22px;
	border-top: 1px solid rgba(187, 255, 202, .18);
}

.blog-post-page .main-footer .copy .left,
.blog-post-page .main-footer .copy .right {
	float: none;
	width: auto;
	text-align: left;
}

.blog-post-page .main-footer .copy p,
.blog-post-page .main-footer .copy a,
.blog-post-page .main-footer .copy .right p,
.blog-post-page .main-footer .copy .right a {
	float: none;
	margin: 0;
	color: #A5FEE8;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 800px) {
	.blog-article {
		padding: 42px 14px 70px;
	}

	.blog-article__intro,
	.blog-article__body {
		padding-left: 24px;
		padding-right: 24px;
	}

	.blog-article__intro {
		padding-top: 34px;
	}

	.blog-article h1 {
		font-size: 40px;
		line-height: 1;
	}

	.blog-article__dek {
		font-size: 17px;
	}

	.blog-article__body p,
	.blog-article__body li {
		font-size: 16px;
	}

	.blog-article__grid {
		grid-template-columns: 1fr;
	}

	.blog-article__body h2 {
		font-size: 26px;
	}

	.blog-article__table {
		display: block;
		overflow-x: auto;
	}

	.blog-post-page .main-footer .col-center {
		width: min(100% - 28px, 1120px) !important;
		max-width: none;
	}

	.blog-post-page .main-footer .infos,
	.blog-post-page .main-footer .infos .left {
		grid-template-columns: 1fr;
	}

	.blog-post-page .main-footer .infos .right {
		text-align: left;
		white-space: normal;
	}

	.blog-post-page .main-footer .infos .right a {
		margin: 0 18px 0 0;
	}

	.blog-post-page .main-footer .copy {
		display: grid;
		gap: 10px;
	}
}
