/* Single news post */

.single-post:not(.category-bursary-winners) .page-hero {
	padding-top: 32px;
}

.single-post .page-shell .entry-content {
	overflow-x: clip;
}

.single-post .page-shell .entry-content p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}

.single-post .page-shell .entry-content h2.left-side-heading,
.single-post .page-shell .entry-content h2.right-side-heading {
	color: var(--purple);
	font-size: 32px;
	line-height: 1.1;
	max-width: 240px;
	overflow-wrap: normal;
	padding: 4px 0 0;
	shape-outside: margin-box;
	word-break: normal;
}

.single-post .page-shell .entry-content h2.left-side-heading {
	clear: left;
	float: left;
	margin: 0 24px 8px 0;
	text-align: left;
}

.single-post .page-shell .entry-content h2.right-side-heading {
	clear: right;
	float: right;
	margin: 0 0 8px 24px;
	text-align: right;
}

.single-post .page-shell .entry-content h2.left-side-heading + *,
.single-post .page-shell .entry-content h2.right-side-heading + * {
	margin-top: 0;
}

.single-post .page-shell .entry-content > h3,
.single-post .page-shell .entry-content > iframe,
.single-post .page-shell .entry-content > .wp-block-embed,
.single-post .page-shell .entry-content > .embedded-wpforms,
.single-post .page-shell .entry-content > .foogallery {
	clear: both;
}

.single-post .page-shell .entry-content iframe,
.single-post .page-shell .entry-content embed,
.single-post .page-shell .entry-content object,
.single-post .page-shell .entry-content video {
	border: 0;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.single-post .page-shell .entry-content iframe {
	aspect-ratio: 16 / 9;
}

.single-post .page-shell .entry-content .wp-block-embed {
	max-width: 100%;
}

.single-post .page-shell .entry-content .wp-block-embed__wrapper {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
}

.single-post .page-shell .entry-content .wp-block-embed__wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.single-post .entry-content .embedded-wpforms {
	margin-top: 32px;
}

.single-post .entry-content .embedded-wpforms .wpforms-submit {
	font-family: "Passion One", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.single-post .page-shell .entry-content p.purple-cta {
	margin: 20px 0 0;
	text-align: left;
}

.single-post .page-shell .entry-content .purple-cta a.btn-info {
	display: inline-flex;
	font-size: 23px;
	margin: 0;
	text-align: left;
	text-decoration: none;
}

@media (max-width: 768px) {
	.single-post .page-shell .entry-content h2.left-side-heading,
	.single-post .page-shell .entry-content h2.right-side-heading {
		float: none;
		margin: 0 0 16px;
		max-width: none;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.single-post .page-shell .entry-content .purple-cta a.btn-info {
		font-size: 20px;
	}
}
