.bkn-newsroom-single-wrap {
	--bkn-text: #000000;
	--bkn-muted: #000000;
	--bkn-border: rgba(0, 0, 0, 0.22);
	--bkn-soft: #f7f8f6;
	--bkn-soft-strong: #eef2ee;
	--bkn-accent: #fbaa7d;
	--bkn-accent-soft: rgba(251, 170, 125, 0.16);
	background: #faebde;
	color: var(--bkn-text);
}

body.bkn-newsroom-single,
body.bkn-newsroom-single #ajax-content-wrap,
body.bkn-newsroom-single .container-wrap.bkn-newsroom-single-wrap {
	background-color: #faebde;
}

.bkn-newsroom-container {
	padding-top: clamp(96px, 9vw, 142px);
	padding-bottom: clamp(48px, 7vw, 96px);
}

@media (min-width: 1000px) {
	body.bkn-newsroom-single #header-space {
		display: none !important;
	}

	body.bkn-newsroom-single #header-outer,
	body.bkn-newsroom-single[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header="true"]):not(.detached) {
		position: fixed !important;
		top: 0 !important;
		z-index: 9999;
	}

	body.admin-bar.bkn-newsroom-single #header-outer,
	body.admin-bar.bkn-newsroom-single[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header="true"]):not(.detached) {
		top: 32px !important;
	}
}

.bkn-newsroom-article {
	max-width: 1120px;
	margin: 0 auto;
}

.bkn-newsroom-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	max-width: 920px;
	margin: 0 auto 34px;
	color: var(--bkn-text);
	font-size: 18px;
	line-height: 1.4;
}

.bkn-newsroom-breadcrumb a {
	color: var(--bkn-text);
	text-decoration: none;
}

.bkn-newsroom-breadcrumb a:hover,
.bkn-newsroom-breadcrumb a:focus-visible {
	color: var(--bkn-accent);
	text-decoration: none;
}

.bkn-newsroom-hero {
	max-width: 920px;
	margin: 0 auto;
}

.bkn-newsroom-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	margin-bottom: 18px;
	color: var(--bkn-muted);
	font-size: 18px;
	line-height: 1.4;
}

.bkn-newsroom-hero__meta span {
	position: relative;
}

.bkn-newsroom-hero__meta span + span::before,
.bkn-newsroom-hero__meta a + span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
	transform: translateY(-50%);
	opacity: 0.45;
}

.bkn-newsroom-category {
	display: inline;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--bkn-accent);
	text-decoration: none;
	font-weight: 600;
}

.bkn-newsroom-hero .entry-title {
	max-width: 880px;
	margin: 0;
	color: var(--bkn-text);
	font-size: 46px;
	line-height: 1.2;
	letter-spacing: 0;
}

.bkn-newsroom-cover {
	margin: clamp(28px, 4vw, 48px) 0 0;
	overflow: hidden;
	border-radius: 18px;
	background: var(--bkn-soft);
	text-align: center;
}

.bkn-newsroom-cover__image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	object-fit: contain;
}

.bkn-newsroom-author {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
	padding: 18px 0;
	border-top: 1px solid var(--bkn-border);
	border-bottom: 1px solid var(--bkn-border);
}

.bkn-newsroom-author__identity {
	display: flex;
	gap: 14px;
	align-items: center;
	min-width: 0;
}

.bkn-newsroom-author__image {
	display: block;
	flex: 0 0 auto;
	width: 64px !important;
	min-width: 64px;
	max-width: 64px;
	height: 64px !important;
	min-height: 64px;
	max-height: 64px;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	object-fit: cover;
}

.bkn-newsroom-author__details {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.bkn-newsroom-author__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	align-items: center;
	justify-content: flex-end;
}

.bkn-newsroom-share__label {
	display: inline-block;
	color: var(--bkn-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: 0;
}

.bkn-newsroom-author__name {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

.bkn-newsroom-author__role {
	display: block;
	color: var(--bkn-text);
	font-size: 16px;
	line-height: 1.35;
}

.bkn-newsroom-author__connect {
	display: inline-block;
	margin-top: 4px;
	color: var(--bkn-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	transition: color 180ms ease;
}

.bkn-newsroom-author__connect:hover,
.bkn-newsroom-author__connect:focus-visible {
	color: var(--bkn-accent);
}

.bkn-newsroom-author__linkedin,
.bkn-newsroom-icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--bkn-text);
	border-radius: 50%;
	background: transparent;
	color: var(--bkn-text);
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.bkn-newsroom-author__linkedin svg,
.bkn-newsroom-icon-button svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.bkn-newsroom-author__linkedin:hover,
.bkn-newsroom-author__linkedin:focus-visible,
.bkn-newsroom-icon-button:hover,
.bkn-newsroom-icon-button:focus-visible {
	border-color: var(--bkn-accent);
	background: var(--bkn-accent-soft);
	color: var(--bkn-accent);
	transform: translateY(-1px);
}

body.bkn-newsroom-single,
body.bkn-newsroom-single #ajax-content-wrap,
body.bkn-newsroom-single .container-wrap.bkn-newsroom-single-wrap,
body.bkn-newsroom-single .bkn-newsroom-container,
body.bkn-newsroom-single .bkn-newsroom-article,
body.bkn-newsroom-single .bkn-newsroom-layout,
body.bkn-newsroom-single .bkn-newsroom-content-column {
	overflow: visible !important;
}

.bkn-newsroom-layout {
	max-width: 920px;
	margin: clamp(38px, 6vw, 78px) auto 0;
}

.bkn-newsroom-content-column {
	display: grid;
	grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
}

.bkn-newsroom-article--no-toc .bkn-newsroom-content-column {
	display: block;
}

.bkn-newsroom-toc {
	position: -webkit-sticky;
	position: sticky;
	top: 112px;
	align-self: start;
	max-height: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.bkn-newsroom-toc.bkn-newsroom-toc--static {
	position: static;
}

.bkn-newsroom-toc[hidden] {
	display: none;
}

.bkn-newsroom-toc h2 {
	margin: 0 0 14px;
	color: var(--bkn-text);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
}

.bkn-newsroom-toc ol {
	display: grid;
	gap: 4px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	counter-reset: none;
}

.bkn-newsroom-toc li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.bkn-newsroom-toc li::before,
.bkn-newsroom-toc li::marker {
	display: none !important;
	content: "" !important;
}

.bkn-newsroom-toc a {
	display: block;
	padding: 6px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--bkn-text);
	font-size: 18px;
	line-height: 1.4;
	text-decoration: none;
	transition: color 180ms ease;
	opacity: 1;
}

.bkn-newsroom-toc a:hover,
.bkn-newsroom-toc a:focus-visible {
	background: transparent;
	color: var(--bkn-text);
	opacity: 1;
}

.bkn-newsroom-toc a.is-active {
	background: transparent;
	color: var(--bkn-accent);
	font-weight: 500;
	opacity: 1;
}

.bkn-newsroom-toc .is-depth-3 a {
	padding-left: 14px;
	font-size: 18px;
}

.bkn-newsroom-share {
	display: flex;
	gap: 12px;
	align-items: center;
}

.bkn-newsroom-share__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bkn-newsroom-share--author {
	justify-content: flex-end;
}

.bkn-newsroom-copy-status {
	min-height: 18px;
	color: var(--bkn-text);
	font-size: 12px;
	line-height: 1.35;
}

.bkn-newsroom-content-column > .post-area,
.bkn-newsroom-content-column .post-content,
.bkn-newsroom-content-column .content-inner {
	width: 100%;
	min-width: 0;
	margin: 0;
	float: none;
}

#ajax-content-wrap .bkn-newsroom-article__content {
	color: var(--bkn-text);
}

#ajax-content-wrap .bkn-newsroom-article__content p {
	margin: 0 0 1em;
	padding: 0;
}

#ajax-content-wrap .bkn-newsroom-article__content p:empty {
	display: none;
}

#ajax-content-wrap .bkn-newsroom-article__content > *:last-child {
	margin-bottom: 0;
}

#ajax-content-wrap .bkn-newsroom-article__content a {
	color: var(--bkn-accent);
	text-decoration: none !important;
}

#ajax-content-wrap .bkn-newsroom-article__content h2,
#ajax-content-wrap .bkn-newsroom-article__content h3 {
	scroll-margin-top: 140px;
}

#ajax-content-wrap .bkn-newsroom-article__content strong,
#ajax-content-wrap .bkn-newsroom-article__content b {
	font-weight: 500;
}

#ajax-content-wrap .bkn-newsroom-article__content a:hover,
#ajax-content-wrap .bkn-newsroom-article__content a:focus-visible {
	color: var(--bkn-accent);
	opacity: 0.78;
}

#ajax-content-wrap .bkn-newsroom-article__content h2,
#ajax-content-wrap .bkn-newsroom-article__content h3,
#ajax-content-wrap .bkn-newsroom-article__content h4 {
	color: var(--bkn-text);
	letter-spacing: 0;
}

#ajax-content-wrap .bkn-newsroom-article__content h2 {
	margin: 2.1em 0 0.68em;
}

#ajax-content-wrap .bkn-newsroom-article__content h3 {
	margin: 1.7em 0 0.55em;
}

#ajax-content-wrap .bkn-newsroom-article__content hr,
#ajax-content-wrap .bkn-newsroom-article__content .wp-block-separator,
#ajax-content-wrap .bkn-newsroom-article__content .vc_separator,
#ajax-content-wrap .bkn-newsroom-article__content .nectar-separator {
	clear: both;
	margin-top: clamp(28px, 4vw, 44px) !important;
	margin-bottom: clamp(28px, 4vw, 44px) !important;
}

#ajax-content-wrap .bkn-newsroom-article__content hr,
#ajax-content-wrap .bkn-newsroom-article__content .wp-block-separator,
#ajax-content-wrap .bkn-newsroom-article__content .nectar-separator {
	height: 1px !important;
	border-color: var(--bkn-text) !important;
	border-width: 0 !important;
	background-color: var(--bkn-text) !important;
	color: var(--bkn-text) !important;
}

#ajax-content-wrap .bkn-newsroom-article__content .vc_separator .vc_sep_holder .vc_sep_line,
#ajax-content-wrap .bkn-newsroom-article__content .vc_separator .vc_sep_line {
	border-top-width: 1px !important;
	border-color: var(--bkn-text) !important;
	background-color: var(--bkn-text) !important;
}

#ajax-content-wrap .bkn-newsroom-article__content ul,
#ajax-content-wrap .bkn-newsroom-article__content ol {
	margin: 0 0 1.35em 1.2em;
}

#ajax-content-wrap .bkn-newsroom-article__content li + li {
	margin-top: 0.42em;
}

#ajax-content-wrap .bkn-newsroom-article__content img {
	border-radius: 16px;
}

#ajax-content-wrap .bkn-newsroom-article__content blockquote {
	margin: 1.2em 0;
	padding: 0 0 0 22px;
	border: 0;
	border-left: 3px solid var(--bkn-accent);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--bkn-text);
	font-style: italic;
	line-height: 1.5;
}

#ajax-content-wrap .bkn-newsroom-article__content blockquote::before,
#ajax-content-wrap .bkn-newsroom-article__content blockquote::after {
	display: none !important;
	content: none !important;
}

#ajax-content-wrap .bkn-newsroom-article__content blockquote p:last-child {
	margin-bottom: 0;
}

.bkn-newsroom-after-content {
	max-width: none;
	margin: clamp(32px, 5vw, 56px) auto 0;
}

.bkn-newsroom-after-content:empty {
	display: none;
}

.bkn-newsroom-article-footer {
	max-width: 920px;
	margin: clamp(36px, 5vw, 68px) auto 0;
}

.bkn-newsroom-back {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: var(--bkn-text);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
}

.bkn-newsroom-back:hover,
.bkn-newsroom-back:focus-visible {
	color: var(--bkn-accent);
}

.bkn-newsroom-post-nav {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 24px;
	align-items: center;
}

.bkn-newsroom-post-nav__cell {
	display: flex;
	align-items: center;
}

.bkn-newsroom-post-nav__cell--previous {
	justify-content: flex-start;
}

.bkn-newsroom-post-nav__cell--center {
	justify-content: center;
}

.bkn-newsroom-post-nav__cell--next {
	justify-content: flex-end;
}

.bkn-newsroom-post-nav__item {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--bkn-text);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
}

.bkn-newsroom-post-nav__item:hover,
.bkn-newsroom-post-nav__item:focus-visible {
	color: var(--bkn-accent);
}

.bkn-newsroom-related {
	max-width: 1120px;
	margin: clamp(56px, 8vw, 104px) auto 0;
	padding-top: clamp(34px, 5vw, 54px);
	border-top: 1px solid var(--bkn-border);
}

.bkn-newsroom-section-title {
	margin: 0 0 clamp(40px, 4vw, 52px);
	color: var(--bkn-text);
	font-size: 46px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
	text-align: center;
}

.bkn-newsroom-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.5vw, 32px);
}

.bkn-newsroom-related__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

.bkn-newsroom-related__link {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: var(--bkn-soft-strong);
	text-decoration: none;
}

.bkn-newsroom-related__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.bkn-newsroom-related__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: none;
}

.bkn-newsroom-related__card:hover .bkn-newsroom-related__image img {
	transform: none;
}

.bkn-newsroom-related__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 0 0;
}

.bkn-newsroom-related__body > h3 {
	min-height: var(--bkn-related-title-height, 0);
	margin: 0 0 14px;
}

.bkn-newsroom-related__body > h3 a {
	color: inherit;
	text-decoration: none;
	background: none;
}

.bkn-newsroom-related__body > h3 a:hover,
.bkn-newsroom-related__body > h3 a:focus-visible {
	color: inherit;
}

.bkn-newsroom-related__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 14px;
	color: var(--bkn-text);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.bkn-newsroom-related__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	align-items: center;
	margin-top: auto;
	margin-bottom: 14px;
	color: var(--bkn-text);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}

.bkn-newsroom-related__time {
	position: relative;
	padding-left: 14px;
}

.bkn-newsroom-related__time::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
	opacity: 0.55;
	transform: translateY(-50%);
}

.bkn-newsroom-related__more {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	width: fit-content;
	color: var(--bkn-text);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: none;
	transition: color 200ms ease;
}

.bkn-newsroom-related__more .nectar-cta,
.bkn-newsroom-related__more .link_text {
	display: inline-flex;
	line-height: 0;
}

.bkn-newsroom-related__more svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	transition: transform 200ms ease;
}

.bkn-newsroom-related__more:hover,
.bkn-newsroom-related__more:focus-visible,
.bkn-newsroom-related__card:hover .bkn-newsroom-related__more {
	color: var(--bkn-text);
}

.bkn-newsroom-related__card:hover .bkn-newsroom-related__more svg {
	transform: translateX(4px);
}

@media (max-width: 999px) {
	.bkn-newsroom-layout {
		max-width: 720px;
	}

	.bkn-newsroom-content-column {
		display: block;
	}

	.bkn-newsroom-toc {
		position: static;
		max-height: none;
		overflow: visible;
		margin-bottom: 34px;
	}

	.bkn-newsroom-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 690px) {
	.bkn-newsroom-container {
		padding-top: 42px;
	}

	.bkn-newsroom-breadcrumb,
	.bkn-newsroom-hero,
	.bkn-newsroom-layout,
	.bkn-newsroom-article-footer {
		max-width: none;
	}

	.bkn-newsroom-hero .entry-title {
		font-size: clamp(34px, 10vw, 46px);
		line-height: 1.2;
	}

	.bkn-newsroom-section-title {
		font-size: clamp(34px, 10vw, 46px);
	}

	.bkn-newsroom-cover {
		border-radius: 12px;
	}

	.bkn-newsroom-author {
		align-items: flex-start;
		flex-direction: column;
	}

	.bkn-newsroom-author__identity {
		align-items: flex-start;
	}

	.bkn-newsroom-author__image {
		width: 56px !important;
		min-width: 56px;
		max-width: 56px;
		height: 56px !important;
		min-height: 56px;
		max-height: 56px;
	}

	.bkn-newsroom-author__actions,
	.bkn-newsroom-share--author {
		justify-content: flex-start;
	}

	.bkn-newsroom-share {
		align-items: flex-start;
		flex-direction: column;
	}

	.bkn-newsroom-post-nav {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.bkn-newsroom-post-nav__cell {
		justify-content: flex-start;
	}

	.bkn-newsroom-related__grid {
		grid-template-columns: 1fr;
	}

	.bkn-newsroom-related__body {
		display: flex;
		flex-direction: column;
	}

	.bkn-newsroom-related__body > h3 {
		min-height: var(--bkn-related-title-height, 0);
	}
}
