/*
Theme Name: 23NLPeople X Blog Child
Theme URI: https://staging.23nlpeople.com/
Description: Child theme for X Blog Pro, preserving the 23NLPeople template, heading and archive corrections.
Author: Andrew T. Austin
Template: xblog-pro
Version: 1.6.6
Text Domain: 23nlpeople-xblog-child
*/

/* 23NLPeople global presentation system */
:root {
	--nl-ink: #17282d;
	--nl-muted: #627278;
	--nl-brand: #123f46;
	--nl-brand-deep: #0b2d33;
	--nl-accent: #b76a2f;
	--nl-accent-dark: #8e4d20;
	--nl-line: #dfe6e7;
	--nl-surface: #ffffff;
	--nl-soft: #f4f7f7;
	--nl-footer-text: #dce7e9;
	--nl-radius: 10px;
	--nl-shadow: 0 12px 32px rgba(19, 47, 53, 0.09);
}

html {
	scroll-padding-top: 84px;
}

body {
	color: var(--nl-ink);
	background: var(--nl-soft);
}

a {
	text-underline-offset: 0.16em;
}

.container {
	max-width: 1180px;
}

/* Header and identity */
.site-header {
	background: var(--nl-surface);
}

.site-branding {
	padding: 24px 0 22px;
	background: var(--nl-surface);
	border-bottom: 1px solid var(--nl-line);
}

.site-branding .row {
	align-items: center;
}

.site-logo {
	padding: 0 18px;
}

.site-title,
.site-title:first-child {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.15rem, 3.5vw, 3rem);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0.045em;
	text-shadow: none;
}

.site-title a,
.site-title a:visited {
	color: var(--nl-brand-deep);
	text-decoration: none;
}

.site-description {
	margin: 0;
	color: var(--nl-muted);
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

.search-header {
	display: flex;
	justify-content: flex-end;
}

.search-header form {
	display: flex;
	width: 100%;
	max-width: 260px;
	margin: 0;
	border: 1px solid var(--nl-line);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(19, 47, 53, 0.06);
	overflow: hidden;
}

.search-header label {
	flex: 1 1 auto;
	margin: 0;
}

.search-header .search-field {
	width: 100%;
	height: 42px;
	padding: 0 14px;
	border: 0;
	background: transparent;
	color: var(--nl-ink);
	box-shadow: none;
}

.search-header .search-submit {
	min-width: 76px;
	height: 42px;
	padding: 0 15px;
	border: 0;
	border-left: 1px solid var(--nl-line);
	background: #fff;
	color: var(--nl-brand-deep);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.search-header .search-submit:hover,
.search-header .search-submit:focus {
	background: var(--nl-brand);
	color: #fff;
}

/* Primary navigation */
.main-menu {
	position: relative;
	z-index: 50;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--nl-line);
	box-shadow: 0 8px 24px rgba(19, 47, 53, 0.05);
}

#site-navigation {
	padding: 7px 18px;
}

#baby-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#baby-menu > li {
	position: relative;
	margin: 0;
}

#baby-menu > li > a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 0 14px;
	border-radius: 7px;
	color: var(--nl-ink);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.035em;
	text-decoration: none;
}

#baby-menu > li > a:hover,
#baby-menu > li > a:focus,
#baby-menu > .current-menu-item > a,
#baby-menu > .current-menu-ancestor > a {
	background: var(--nl-soft);
	color: var(--nl-brand);
}

#baby-menu > .menu-item-has-children > a::after {
	content: "⌄";
	margin-left: 7px;
	font-size: 0.85rem;
	line-height: 1;
}

#baby-menu > li > .sub-menu {
	top: calc(100% + 7px);
	left: 0;
	min-width: 250px;
	margin: 0;
	padding: 9px;
	border: 1px solid var(--nl-line);
	border-radius: var(--nl-radius);
	background: #fff;
	box-shadow: var(--nl-shadow);
	text-align: left;
}

#baby-menu > li > .sub-menu::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
	height: 8px;
}

#baby-menu .sub-menu li {
	margin: 0;
}

#baby-menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: var(--nl-ink);
	font-size: 0.88rem;
	line-height: 1.35;
	text-decoration: none;
}

#baby-menu .sub-menu a:hover,
#baby-menu .sub-menu a:focus {
	background: var(--nl-soft);
	color: var(--nl-brand);
}

#baby-menu > #menu-item-3351 > a {
	background: var(--nl-accent);
	color: #fff;
}

#baby-menu > #menu-item-3351 > a:hover,
#baby-menu > #menu-item-3351 > a:focus {
	background: var(--nl-accent-dark);
	color: #fff;
}

#baby-menu .menu-item-gtranslate {
	width: 145px;
	min-height: 46px;
}

#baby-menu .menu-item-gtranslate > div {
	top: 7px;
	left: 0;
}

#baby-menu .gt_switcher {
	width: 145px !important;
	font-family: inherit !important;
}

#baby-menu .gt_switcher .gt_selected a {
	width: auto !important;
	padding: 8px 10px !important;
	border-color: var(--nl-line) !important;
}

/* Universal sidebar */
#secondary.widget-area {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

#secondary .widget {
	margin: 0;
	padding: 22px;
	border: 1px solid var(--nl-line);
	border-radius: var(--nl-radius);
	background: var(--nl-surface);
	box-shadow: var(--nl-shadow);
	overflow: hidden;
}

#secondary .widget_media_image {
	padding: 12px;
}

#secondary .widget_media_image .widget-title {
	margin: 7px 10px 12px;
}

#secondary .widget_media_image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 7px;
}

#secondary .widget-title,
#secondary h2,
#secondary h3,
#secondary h4 {
	margin: 0 0 14px;
	color: var(--nl-brand-deep);
	font-size: 0.85rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.075em;
}

#secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary li {
	margin: 0;
	padding: 9px 0;
	border-top: 1px solid var(--nl-line);
	line-height: 1.4;
}

#secondary li:first-child {
	padding-top: 0;
	border-top: 0;
}

#secondary li:last-child {
	padding-bottom: 0;
}

#secondary a {
	color: var(--nl-brand);
	text-decoration: none;
}

#secondary a:hover,
#secondary a:focus {
	color: var(--nl-accent-dark);
	text-decoration: underline;
}

#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="search"] {
	width: 100%;
	min-height: 42px;
	margin: 5px 0 10px;
	padding: 8px 10px;
	border: 1px solid #cbd6d8;
	border-radius: 6px;
	background: #fff;
}

#secondary button,
#secondary input[type="submit"] {
	min-height: 42px;
	padding: 8px 16px;
	border: 0;
	border-radius: 6px;
	background: var(--nl-brand);
	color: #fff;
	font-weight: 700;
}

#secondary #recent-posts-7 li:nth-child(n+7) {
	display: none;
}

/* Footer */
.site-footer {
	margin-top: 64px;
	background: var(--nl-brand-deep);
	color: var(--nl-footer-text);
}

.site-footer .footer-widget {
	padding: 48px 0 34px;
	background: transparent;
}

.site-footer .footer-widget .row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 44px;
	margin: 0;
}

.site-footer .footer-widget .col-sm-4,
.site-footer .footer-widget .widget_text.col-sm-4 {
	width: auto;
	max-width: none;
	padding: 0;
}

.site-footer .widget {
	margin: 0;
	color: var(--nl-footer-text);
	font-size: 0.9rem;
	line-height: 1.65;
}

.site-footer .footer-widget-title {
	margin: 0 0 18px;
	padding: 0 0 11px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.1em;
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer li {
	margin: 0 0 7px;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.4);
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
	text-decoration-color: #fff;
}

#custom_html-7 .textwidget,
#text-5 .textwidget {
	color: var(--nl-footer-text);
}

#text-5 p {
	margin: 0;
}

#text-5 p:nth-of-type(n+2) {
	display: none;
}

.footer-social {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	background: rgba(0, 0, 0, 0.09);
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	margin: 4px 12px;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
}

.footer-social a:hover,
.footer-social a:focus {
	background: rgba(255, 255, 255, 0.1);
}

.site-info {
	padding: 19px 0;
	background: rgba(0, 0, 0, 0.16);
}

.site-info .copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8rem;
	letter-spacing: 0.035em;
}

/* Tablet and mobile navigation */
.slicknav_menu {
	display: none;
}

@media (max-width: 991px) {
	.container {
		max-width: 100%;
	}

	.site-branding {
		padding: 22px 18px 20px;
	}

	.site-branding .row {
		display: block;
	}

	.site-branding [class*="col-lg-"] {
		width: 100%;
		max-width: 100%;
	}

	.site-logo {
		padding: 0;
	}

	.site-title,
	.site-title:first-child {
		font-size: clamp(2rem, 7vw, 2.7rem);
		letter-spacing: 0.025em;
	}

	.site-description {
		font-size: 0.95rem;
	}

	.search-header,
	.main-menu {
		display: none !important;
	}

	.slicknav_menu {
		position: sticky;
		top: 0;
		z-index: 1000;
		display: block !important;
		padding: 10px 16px;
		background: var(--nl-brand-deep);
		box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
	}

	body.admin-bar .slicknav_menu {
		top: 32px;
	}

	.slicknav_btn {
		display: flex !important;
		float: none;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 10px 12px;
		border: 1px solid rgba(255, 255, 255, 0.24);
		border-radius: 7px;
		background: rgba(255, 255, 255, 0.06);
		text-shadow: none;
	}

	.slicknav_menutxt {
		color: #fff;
		font-size: 0.78rem;
		font-weight: 800;
		letter-spacing: 0.1em;
	}

	.slicknav_icon-bar {
		background-color: #fff !important;
		box-shadow: none !important;
	}

	.slicknav_nav {
		margin: 10px 0 2px;
		padding: 4px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		background: transparent;
	}

	.slicknav_nav li {
		margin: 0;
	}

	.slicknav_nav a,
	.slicknav_nav .slicknav_row {
		margin: 0;
		padding: 11px 10px;
		border-radius: 5px;
		color: #fff;
		font-size: 0.92rem;
		line-height: 1.35;
		text-decoration: none;
	}

	.slicknav_nav a:hover,
	.slicknav_nav a:focus,
	.slicknav_nav .slicknav_row:hover,
	.slicknav_nav .slicknav_row:focus {
		background: rgba(255, 255, 255, 0.1);
		color: #fff;
	}

	.slicknav_nav .sub-menu {
		margin: 2px 0 7px 14px;
		padding-left: 10px;
		border-left: 2px solid rgba(255, 255, 255, 0.22);
	}

	.slicknav_nav .slicknav_arrow {
		float: right;
		color: rgba(255, 255, 255, 0.8);
	}

	.slicknav_nav .menu-item-gtranslate {
		min-height: 49px;
	}

	.slicknav_nav .menu-item-gtranslate > div {
		position: static !important;
		padding: 6px 10px 10px;
	}

	.slicknav_nav .gt_switcher {
		width: 100% !important;
	}

	#secondary.widget-area {
		margin-top: 34px;
	}

	.site-footer {
		margin-top: 48px;
	}

	.site-footer .footer-widget {
		padding: 38px 22px 28px;
	}

	.site-footer .footer-widget .row {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.footer-social .container {
		padding: 0 14px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .slicknav_menu {
		top: 46px;
	}
}

@media (max-width: 575px) {
	.site-title,
	.site-title:first-child {
		font-size: 2rem;
	}

	.site-description {
		max-width: 32ch;
		margin: 0 auto;
	}

	#secondary .widget {
		padding: 18px;
	}

	#secondary .widget_media_image {
		padding: 10px;
	}

	.footer-social a {
		margin: 3px 5px;
		padding: 8px 7px;
	}
}


/* X Blog Pro header specificity corrections */
.site-header .site-branding {
	margin: 0 !important;
	padding: 22px 0 20px;
}

body .site-header .site-branding .site-title,
body .site-header .site-branding .site-title:first-child {
	margin: 0 0 7px !important;
	font-size: 42px !important;
	line-height: 1.08 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	letter-spacing: 0.035em !important;
	text-shadow: none !important;
}

body .site-header .site-branding .site-description {
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}

@media (min-width: 992px) {
	.site-branding .row > .col-lg-3 {
		flex: 0 0 20%;
		width: 20%;
		max-width: 20%;
	}

	.site-branding .row > .col-lg-6 {
		flex: 0 0 60%;
		width: 60%;
		max-width: 60%;
	}
}


/* Final desktop header and footer contrast adjustments */
.site-footer #text-5 p {
	color: var(--nl-footer-text) !important;
}

#text-5 a[href*="metaphorsofmovement"]::after {
	content: "";
	display: block;
}

@media (min-width: 992px) {
	.site-branding .row > .col-lg-3 {
		flex-basis: 18%;
		width: 18%;
		max-width: 18%;
	}

	.site-branding .row > .col-lg-6 {
		flex-basis: 64%;
		width: 64%;
		max-width: 64%;
	}
}


/* Mobile-specific identity sizing after desktop specificity rules */
@media (max-width: 991px) {
	body .site-header .site-branding .site-title,
	body .site-header .site-branding .site-title:first-child {
		font-size: clamp(2rem, 7vw, 2.7rem) !important;
		line-height: 1.08 !important;
	}
}

@media (max-width: 575px) {
	body .site-header .site-branding .site-title,
	body .site-header .site-branding .site-title:first-child {
		font-size: 2rem !important;
	}
}


/* Homepage presentation */
body.home #content.site-content {
	padding-top: 68px;
}

body.home #primary .site-main > article {
	background: transparent;
	box-shadow: none;
}

body.home .elementor-page-73 a {
	color: var(--nl-brand);
}

body.home .elementor-page-73 a:hover,
body.home .elementor-page-73 a:focus {
	color: var(--nl-accent-dark);
}

body.home .elementor-page-73 .elementor-widget-text-editor p {
	line-height: 1.72;
}

/* Homepage introduction */
body.home .elementor-element-cd9ad6c {
	padding: 0;
}

body.home .elementor-element-cd9ad6c > .e-con-inner {
	padding: 25px 30px 23px;
	border-radius: 14px 14px 0 0;
	background: linear-gradient(125deg, var(--nl-brand-deep), var(--nl-brand));
	box-shadow: 0 16px 40px rgba(11, 45, 51, 0.16);
}

body.home .elementor-element-cd9ad6c h2 {
	margin: 0;
	color: #fff !important;
	font-size: clamp(1.45rem, 2.2vw, 1.9rem);
	line-height: 1.2;
	letter-spacing: 0.045em;
}

body.home .elementor-element-c7c589c {
	padding: 0;
}

body.home .elementor-element-c7c589c > .e-con-inner {
	padding: 30px;
	border: 1px solid var(--nl-line);
	border-top: 0;
	border-radius: 0 0 14px 14px;
	background: #fff;
	box-shadow: var(--nl-shadow);
}

body.home .elementor-element-c63ae3a .elementor-widget-container {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 13px 30px;
	align-items: start;
}

body.home .elementor-element-c63ae3a p {
	margin: 0;
}

body.home .elementor-element-c63ae3a p:first-child {
	grid-column: 1;
	grid-row: 1 / 4;
	height: 100%;
}

body.home .elementor-element-c63ae3a p:not(:first-child) {
	grid-column: 2;
}

body.home .elementor-element-c63ae3a p:first-child strong {
	display: block;
	height: 100%;
}

body.home .elementor-element-c63ae3a p:first-child img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 390px;
	margin: 0;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 10px 28px rgba(19, 47, 53, 0.13);
}

/* Section rhythm */
body.home .elementor-element-a4bdee1,
body.home .elementor-element-272e800,
body.home .elementor-element-90dc11f,
body.home .elementor-element-fddd9e7,
body.home .elementor-element-7e2e770,
body.home .elementor-element-af55c4e {
	display: none;
}

body.home .elementor-element-4592b2e {
	margin-top: 58px;
	padding: 0;
}

body.home .elementor-element-4592b2e > .e-con-inner {
	padding: 0 0 15px 20px;
	border-left: 5px solid var(--nl-accent);
}

body.home .elementor-element-4592b2e h2 {
	margin: 0;
	color: var(--nl-brand-deep);
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	line-height: 1.2;
	letter-spacing: 0.07em;
}

/* Online products grid */
body.home .elementor-element-64cb8b0 {
	padding: 0;
}

body.home .elementor-element-64cb8b0 > .e-con-inner {
	padding: 0;
}

body.home .elementor-element-b94a925 {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

body.home .elementor-element-b94a925 > .elementor-widget-image {
	min-width: 0;
	margin: 0;
	padding: 13px;
	border: 1px solid var(--nl-line);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(19, 47, 53, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home .elementor-element-b94a925 > .elementor-widget-image:hover,
body.home .elementor-element-b94a925 > .elementor-widget-image:focus-within {
	transform: translateY(-4px);
	border-color: #bdcbcd;
	box-shadow: 0 14px 30px rgba(19, 47, 53, 0.13);
}

body.home .elementor-element-b94a925 .elementor-widget-container,
body.home .elementor-element-b94a925 a {
	display: block;
	height: 100%;
}

body.home .elementor-element-b94a925 img {
	display: block;
	width: 100% !important;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 7px;
	object-fit: contain;
}

/* Rainbow Machine feature */
body.home .elementor-element-0090f48 {
	margin-top: 60px;
	padding: 0;
}

body.home .elementor-element-0090f48 > .e-con-inner {
	padding: 27px 30px;
	border-radius: 14px 14px 0 0;
	background: linear-gradient(125deg, var(--nl-brand-deep), #174f57);
	color: #fff;
}

body.home .elementor-element-0090f48 h3 {
	margin: 0 0 17px;
	color: #fff;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	line-height: 1.38;
}

body.home .elementor-element-0090f48 h4 {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.91rem;
	line-height: 2.65;
}

body.home .elementor-element-0090f48 h4 a {
	display: inline-block;
	margin-right: 7px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	background: var(--nl-accent);
	color: #fff !important;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.07em;
	text-decoration: none;
}

body.home .elementor-element-0090f48 h4 a:hover,
body.home .elementor-element-0090f48 h4 a:focus {
	background: #fff;
	color: var(--nl-brand-deep) !important;
}

body.home .elementor-element-285bdfe {
	padding: 0;
}

body.home .elementor-element-285bdfe > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
	gap: 30px;
	align-items: center;
	padding: 30px;
	border: 1px solid var(--nl-line);
	border-top: 0;
	border-radius: 0 0 14px 14px;
	background: #fff;
	box-shadow: var(--nl-shadow);
}

body.home .elementor-element-285bdfe .elementor-element-7870b54,
body.home .elementor-element-285bdfe .elementor-element-de8daf1 {
	width: auto;
	min-width: 0;
}

body.home .elementor-element-0c4ab68 img {
	display: block;
	width: min(100%, 285px) !important;
	height: auto;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 16px 32px rgba(20, 35, 39, 0.19);
}

body.home .elementor-element-e445d4a p {
	margin: 0;
	padding: 14px 0 14px 19px;
	border-left: 3px solid #d9e2e3;
}

body.home .elementor-element-e445d4a p + p {
	border-top: 1px solid var(--nl-line);
}

/* Quotations and videos */
body.home .elementor-element-00bbe90 {
	margin-top: 56px;
	padding: 0;
}

body.home .elementor-element-00bbe90 > .e-con-inner,
body.home .elementor-element-64abbce > .e-con-inner {
	padding: 0;
}

body.home .elementor-element-00bbe90 .mg-qoute-single {
	margin: 0;
	padding: 35px 36px 29px;
	border: 0 !important;
	border-left: 6px solid var(--nl-accent) !important;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--nl-brand-deep), var(--nl-brand)) !important;
	box-shadow: var(--nl-shadow) !important;
}

body.home .elementor-element-00bbe90 .mg-blockquote,
body.home .elementor-element-00bbe90 .mg-blockquote p,
body.home .elementor-element-00bbe90 .mg-quote-author,
body.home .elementor-element-00bbe90 .mg-quote-author cite {
	color: #fff !important;
}

body.home .elementor-element-00bbe90 .mg-blockquote p {
	font-size: clamp(1.08rem, 1.6vw, 1.3rem);
	line-height: 1.7;
}

body.home .elementor-element-00bbe90 svg {
	fill: rgba(255, 255, 255, 0.18) !important;
}

body.home .elementor-element-a27e141,
body.home .elementor-element-d1858e3 {
	margin-top: 26px;
	padding: 0;
}

body.home .elementor-element-a27e141 > .e-con-inner,
body.home .elementor-element-d1858e3 > .e-con-inner {
	padding: 0;
}

body.home .elementor-element-a27e141 .elementor-widget-video,
body.home .elementor-element-d1858e3 .elementor-widget-video {
	overflow: hidden;
	border-radius: 12px;
	background: #000;
	box-shadow: var(--nl-shadow);
}

body.home .elementor-element-64abbce {
	margin-top: 38px;
	padding: 0;
}

body.home .elementor-element-64abbce .mg-qoute-single {
	margin: 0;
	padding: 29px 32px 25px;
	border: 1px solid var(--nl-line) !important;
	border-left: 6px solid var(--nl-accent) !important;
	border-radius: 12px;
	background: #fff !important;
	box-shadow: var(--nl-shadow) !important;
}

body.home .elementor-element-64abbce .mg-blockquote p {
	color: var(--nl-brand-deep) !important;
	font-size: clamp(1.12rem, 1.7vw, 1.36rem);
	line-height: 1.62;
}

body.home .elementor-element-64abbce svg {
	fill: rgba(18, 63, 70, 0.13) !important;
}

/* Professional recognition */
body.home .elementor-element-60845f3 {
	margin-top: 58px;
	padding: 0;
}

body.home .elementor-element-60845f3 > .e-con-inner {
	padding: 24px 27px;
	border-left: 5px solid var(--nl-accent);
	border-radius: 10px;
	background: #edf3f3;
}

body.home .elementor-element-60845f3 p {
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.7;
}

body.home .elementor-element-001c900 {
	margin-top: 16px;
	padding: 0;
}

body.home .elementor-element-001c900 > .e-con-inner {
	padding: 24px;
	border: 1px solid var(--nl-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--nl-shadow);
}

body.home .elementor-element-001c900 .gallery {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0 !important;
}

body.home .elementor-element-001c900 .gallery-item {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 10px;
	border: 1px solid var(--nl-line);
	border-radius: 9px;
	background: var(--nl-soft);
}

body.home .elementor-element-001c900 .gallery-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.home .elementor-element-001c900 img {
	display: block;
	width: 100% !important;
	height: auto;
	aspect-ratio: 1 / 1;
	border: 0 !important;
	border-radius: 7px;
	object-fit: contain;
}

/* Homepage next steps */
body.home .elementor-element-1c356af {
	margin-top: 45px;
	padding: 0;
}

body.home .elementor-element-1c356af > .e-con-inner {
	padding: 0;
}

body.home .quick-links-section {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px !important;
	padding: 0 !important;
}

body.home .quick-links-section .link-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0 !important;
	min-height: 190px;
	padding: 27px 24px !important;
	border: 1px solid var(--nl-line) !important;
	border-radius: 11px !important;
	background: #fff !important;
	color: var(--nl-ink) !important;
	box-shadow: var(--nl-shadow) !important;
	text-align: left !important;
}

body.home .quick-links-section .link-card::after {
	content: "→";
	display: block;
	margin-top: 20px;
	color: var(--nl-accent);
	font-size: 1.5rem;
	line-height: 1;
}

body.home .quick-links-section .link-card:hover,
body.home .quick-links-section .link-card:focus {
	transform: translateY(-4px) !important;
	border-color: #b9c7c9 !important;
	background: var(--nl-soft) !important;
}

body.home .quick-links-section .link-card h3 {
	margin: 0 0 11px !important;
	color: var(--nl-brand-deep) !important;
	font-size: 1.08rem !important;
	line-height: 1.35;
	letter-spacing: 0.035em;
}

body.home .quick-links-section .link-card p {
	margin: 0 !important;
	color: var(--nl-muted) !important;
	line-height: 1.55 !important;
}

@media (max-width: 1199px) {
	body.home .elementor-element-c63ae3a .elementor-widget-container {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}

	body.home .elementor-element-c63ae3a p:first-child img {
		min-height: 430px;
	}
}

@media (max-width: 991px) {
	body.home #content.site-content {
		padding-top: 46px;
	}

	body.home .elementor-element-c63ae3a .elementor-widget-container {
		display: block;
	}

	body.home .elementor-element-c63ae3a p {
		margin: 0 0 17px;
	}

	body.home .elementor-element-c63ae3a p:last-child {
		margin-bottom: 0;
	}

	body.home .elementor-element-c63ae3a p:first-child img {
		height: auto;
		min-height: 0;
		margin-bottom: 23px;
	}

	body.home .elementor-element-b94a925 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.home .elementor-element-285bdfe > .e-con-inner {
		grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.35fr);
	}

	body.home .quick-links-section {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 767px) {
	body.home #content.site-content {
		padding-top: 30px;
	}

	body.home .elementor-element-cd9ad6c > .e-con-inner {
		padding: 22px 22px 20px;
	}

	body.home .elementor-element-c7c589c > .e-con-inner,
	body.home .elementor-element-285bdfe > .e-con-inner {
		padding: 22px;
	}

	body.home .elementor-element-b94a925 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	body.home .elementor-element-0090f48 > .e-con-inner {
		padding: 23px 22px;
	}

	body.home .elementor-element-285bdfe > .e-con-inner {
		grid-template-columns: 1fr;
	}

	body.home .elementor-element-0c4ab68 img {
		width: min(78%, 285px) !important;
	}

	body.home .elementor-element-00bbe90 .mg-qoute-single,
	body.home .elementor-element-64abbce .mg-qoute-single {
		padding: 27px 23px 23px;
	}

	body.home .elementor-element-001c900 .gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .elementor-element-001c900 > .e-con-inner {
		padding: 16px;
	}
}

@media (max-width: 420px) {
	body.home .elementor-element-b94a925 > .elementor-widget-image {
		padding: 8px;
	}

	body.home .elementor-element-4592b2e > .e-con-inner {
		padding-left: 14px;
	}

	body.home .elementor-element-0090f48 h4 {
		line-height: 2.85;
	}
}


/* Homepage Elementor nesting corrections */
body.home .elementor-element-c63ae3a p:first-child img {
	object-position: 78% center;
}

body.home .elementor-element-64cb8b0 > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-widget-image,
body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-element-b94a925 {
	display: block !important;
	min-width: 0;
	margin: 0;
	padding: 13px;
	border: 1px solid var(--nl-line);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(19, 47, 53, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-widget-image:hover,
body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-widget-image:focus-within,
body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-element-b94a925:hover,
body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-element-b94a925:focus-within {
	transform: translateY(-4px);
	border-color: #bdcbcd;
	box-shadow: 0 14px 30px rgba(19, 47, 53, 0.13);
}

body.home .elementor-element-64cb8b0 .elementor-element-b94a925 > .elementor-widget-image {
	display: block !important;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-widget-image .elementor-widget-container,
body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-widget-image a,
body.home .elementor-element-64cb8b0 .elementor-element-b94a925 .elementor-widget-container,
body.home .elementor-element-64cb8b0 .elementor-element-b94a925 a {
	display: block;
	height: 100%;
}

body.home .elementor-element-64cb8b0 > .e-con-inner img {
	display: block;
	width: 100% !important;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 7px;
	object-fit: contain;
}

@media (max-width: 991px) {
	body.home .elementor-element-64cb8b0 > .e-con-inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.home .elementor-element-64cb8b0 > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
}

@media (max-width: 420px) {
	body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-widget-image,
	body.home .elementor-element-64cb8b0 > .e-con-inner > .elementor-element-b94a925 {
		padding: 8px;
	}
}


/* Homepage quotation widget surface corrections */
body.home .elementor-element-00bbe90 .mg-quote-details,
body.home .elementor-element-00bbe90 .mg-blockquote,
body.home .elementor-element-64abbce .mg-quote-details,
body.home .elementor-element-64abbce .mg-blockquote {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}


/* Blog and taxonomy archive reading indexes */
body.blog #main,
body.archive #main {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

body.blog #main > article.single-post,
body.archive #main > article.single-post {
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--nl-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(19, 47, 53, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.blog #main > article.single-post:hover,
body.blog #main > article.single-post:focus-within,
body.archive #main > article.single-post:hover,
body.archive #main > article.single-post:focus-within {
	transform: translateY(-3px);
	border-color: #bdcbcd;
	box-shadow: 0 14px 32px rgba(19, 47, 53, 0.13);
}

body.blog #main > article.single-post > .simple-top,
body.archive #main > article.single-post > .simple-top {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 27px 28px 24px;
}

body.blog #main .entry-header,
body.archive #main .entry-header {
	margin: 0 0 18px;
}

body.blog #main .post-category,
body.archive #main .post-category {
	margin: 0 0 10px;
	font-size: 0.73rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

body.blog #main .entry-title,
body.archive #main .entry-title {
	margin: 0 0 13px;
	font-size: clamp(1.22rem, 1.45vw, 1.58rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.012em;
	text-transform: none;
}

body.blog #main .entry-title a,
body.archive #main .entry-title a {
	text-decoration: none;
}

body.blog #main .simple-meta,
body.archive #main .simple-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px 15px;
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.4;
}

body.blog #main .entry-content,
body.archive #main .entry-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 0;
	font-size: 1rem;
	line-height: 1.68;
}

body.blog #main .entry-content > p,
body.archive #main .entry-content > p {
	margin: 0 0 20px;
}

body.blog #main .list-redmore,
body.archive #main .list-redmore {
	align-self: flex-start;
	margin-top: auto;
	padding: 9px 15px;
	border-radius: 7px;
	background: var(--nl-accent);
	color: #fff !important;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-decoration: none;
	text-transform: uppercase;
}

body.blog #main .list-redmore:hover,
body.blog #main .list-redmore:focus,
body.archive #main .list-redmore:hover,
body.archive #main .list-redmore:focus {
	background: var(--nl-ink);
}

body.blog #main .post-footer-meta,
body.blog #main .entry-footer,
body.archive #main .post-footer-meta,
body.archive #main .entry-footer {
	display: none;
}

@media (max-width: 1199px) {
	body.blog #main,
	body.archive #main {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	body.blog #main > article.single-post > .simple-top,
	body.archive #main > article.single-post > .simple-top {
		padding: 22px 20px;
	}

	body.blog #main .entry-title,
	body.archive #main .entry-title {
		font-size: 1.22rem;
	}
}


/* Professional, visual-editor-friendly page system */
body.page:not(.home) article.type-page > .entry-content,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container {
	color: var(--nl-ink);
	font-size: 1.04rem;
	line-height: 1.82;
}

body.page:not(.home) article.type-page > .entry-content > p,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > p {
	margin-bottom: 1.3em;
}

body.page:not(.home) article.type-page > .entry-content > p:first-of-type:not(:empty) {
	color: #344c52;
	font-size: 1.12rem;
	line-height: 1.78;
}

body.page:not(.home) article.type-page > .entry-content h2,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > h2 {
	clear: both;
	margin: 2.35em 0 0.75em;
	padding: 0 0 0.42em;
	border-bottom: 1px solid var(--nl-line);
	color: var(--nl-brand-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 2.15vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.012em;
	text-transform: none;
}

body.page:not(.home) article.type-page > .entry-content h3,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > h3 {
	clear: both;
	margin: 1.85em 0 0.6em;
	color: var(--nl-brand);
	font-size: clamp(1.2rem, 1.55vw, 1.48rem);
	font-weight: 700;
	line-height: 1.32;
	text-transform: none;
}

body.page:not(.home) article.type-page > .entry-content h4,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > h4 {
	margin: 1.5em 0 0.55em;
	color: #2d464c;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.015em;
	text-transform: none;
}

body.page:not(.home) article.type-page > .entry-content ul,
body.page:not(.home) article.type-page > .entry-content ol,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > ul,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > ol {
	margin: 1em 0 1.7em;
	padding-left: 1.35em;
}

body.page:not(.home) article.type-page > .entry-content li,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > ul > li,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > ol > li {
	margin: 0.48em 0;
	padding-left: 0.22em;
}

body.page:not(.home) article.type-page > .entry-content li::marker,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > ul > li::marker,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > ol > li::marker {
	color: var(--nl-accent);
	font-weight: 700;
}

body.page:not(.home) article.type-page > .entry-content a:not(.wp-block-button__link),
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > :is(p, ul, ol, blockquote) a {
	color: #145d68;
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.page:not(.home) article.type-page > .entry-content a:hover,
body.page:not(.home) article.type-page > .entry-content a:focus,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > :is(p, ul, ol, blockquote) a:hover,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > :is(p, ul, ol, blockquote) a:focus {
	color: var(--nl-accent-dark);
}

body.page:not(.home) article.type-page > .entry-content hr,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > hr {
	clear: both;
	height: 1px;
	margin: 2.35rem 0;
	border: 0;
	background: linear-gradient(90deg, var(--nl-accent) 0 54px, var(--nl-line) 54px 100%);
}

body.page:not(.home) article.type-page > .entry-content blockquote,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > blockquote {
	margin: 2rem 0;
	padding: 1.35rem 1.55rem;
	border: 0;
	border-left: 4px solid var(--nl-accent);
	border-radius: 0 var(--nl-radius) var(--nl-radius) 0;
	background: #f5f8f8;
	color: #2d464c;
	box-shadow: 0 8px 22px rgba(19, 47, 53, 0.06);
}

body.page:not(.home) article.type-page > .entry-content blockquote p:last-child,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > blockquote p:last-child {
	margin-bottom: 0;
}

body.page:not(.home) article.type-page > .entry-content img:not(.emoji),
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container img:not(.emoji) {
	max-width: 100%;
	height: auto;
	border-radius: var(--nl-radius);
}

body.page:not(.home) article.type-page > .entry-content img.alignright,
body.page:not(.home) article.type-page > .entry-content p > img[style*="float: right"],
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container p > img[style*="float: right"] {
	margin: 0.25rem 0 1.25rem 1.7rem;
	box-shadow: 0 10px 28px rgba(19, 47, 53, 0.13);
}

body.page:not(.home) article.type-page > .entry-content img.alignleft,
body.page:not(.home) article.type-page > .entry-content p > img[style*="float: left"],
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container p > img[style*="float: left"] {
	margin: 0.25rem 1.7rem 1.25rem 0;
	box-shadow: 0 10px 28px rgba(19, 47, 53, 0.13);
}

body.page:not(.home) article.type-page > .entry-content figure {
	max-width: 100%;
	margin: 2rem auto;
}

body.page:not(.home) article.type-page > .entry-content figcaption {
	margin-top: 0.7rem;
	color: var(--nl-muted);
	font-size: 0.86rem;
	line-height: 1.5;
	text-align: center;
}

body.page:not(.home) article.type-page > .entry-content table,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > table {
	width: 100%;
	margin: 1.8rem 0 2.2rem;
	border: 1px solid var(--nl-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--nl-radius);
	background: #fff;
	box-shadow: 0 8px 24px rgba(19, 47, 53, 0.07);
	overflow: hidden;
}

body.page:not(.home) article.type-page > .entry-content :is(th, td),
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > table :is(th, td) {
	padding: 0.82rem 0.95rem;
	border: 0;
	border-right: 1px solid var(--nl-line);
	border-bottom: 1px solid var(--nl-line);
	text-align: left;
	vertical-align: top;
}

body.page:not(.home) article.type-page > .entry-content th,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > table th {
	background: var(--nl-brand);
	color: #fff;
	font-weight: 700;
}

body.page:not(.home) article.type-page > .entry-content tr:last-child > *,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > table tr:last-child > * {
	border-bottom: 0;
}

body.page:not(.home) article.type-page > .entry-content tr > *:last-child,
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > table tr > *:last-child {
	border-right: 0;
}

body.page:not(.home) article.type-page > .entry-content tbody tr:nth-child(even),
body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > table tbody tr:nth-child(even) {
	background: #f7f9f9;
}

body.page:not(.home) article.type-page > .entry-content :is(iframe, video),
body.page:not(.home) .elementor-widget-video iframe {
	max-width: 100%;
	border: 0;
	border-radius: var(--nl-radius);
	background: #0b1518;
	box-shadow: 0 12px 30px rgba(19, 47, 53, 0.14);
}

body.page:not(.home) article.type-page > .entry-content :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
	max-width: 100%;
	border: 1px solid #cbd7d9;
	border-radius: 7px;
	background: #fff;
	color: var(--nl-ink);
	box-shadow: inset 0 1px 2px rgba(19, 47, 53, 0.04);
}

body.page:not(.home) article.type-page > .entry-content :is(button, input[type="submit"], .button, .wp-block-button__link) {
	border: 0;
	border-radius: 7px;
	background: var(--nl-accent);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(142, 77, 32, 0.18);
}

body.page:not(.home) article.type-page > .entry-content :is(button, input[type="submit"], .button, .wp-block-button__link):hover,
body.page:not(.home) article.type-page > .entry-content :is(button, input[type="submit"], .button, .wp-block-button__link):focus {
	background: var(--nl-accent-dark);
	color: #fff;
}

/* Rich hub pages: navigation and linked-resource sections */
body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2:first-of-type + ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 1.1rem 0 2rem;
	padding: 0;
	list-style: none;
}

body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2:first-of-type + ul li {
	margin: 0;
	padding: 0;
}

body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2:first-of-type + ul a {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid var(--nl-line);
	border-radius: 8px;
	background: #f7f9f9;
	color: var(--nl-brand-deep);
	line-height: 1.35;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2:first-of-type + ul a:hover,
body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2:first-of-type + ul a:focus {
	transform: translateY(-2px);
	border-color: #b9cacc;
	box-shadow: 0 8px 18px rgba(19, 47, 53, 0.09);
}

body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2[id] + p {
	min-height: 155px;
	margin-bottom: 1rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid var(--nl-line);
	border-radius: var(--nl-radius);
	background: linear-gradient(135deg, #f8fafa 0%, #fff 100%);
}

body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2[id] + p + ul {
	clear: both;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
	margin-top: 1rem;
	padding: 1.15rem 1.25rem 1.15rem 2.25rem;
	border: 1px solid var(--nl-line);
	border-radius: var(--nl-radius);
	background: #fff;
	box-shadow: 0 8px 24px rgba(19, 47, 53, 0.06);
}

@media (max-width: 767px) {
	body.page:not(.home) article.type-page > .entry-content,
	body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container {
		font-size: 1rem;
		line-height: 1.74;
	}

	body.page:not(.home) article.type-page > .entry-content h2,
	body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container > h2 {
		margin-top: 1.9em;
		font-size: 1.55rem;
	}

	body.page:not(.home) article.type-page > .entry-content img.alignright,
	body.page:not(.home) article.type-page > .entry-content img.alignleft,
	body.page:not(.home) article.type-page > .entry-content p > img[style*="float"],
	body.page:not(.home) .elementor-widget-text-editor .elementor-widget-container p > img[style*="float"] {
		float: none !important;
		display: block;
		width: min(100%, 420px) !important;
		height: auto !important;
		margin: 1rem auto 1.25rem;
	}

	body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2:first-of-type + ul,
	body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2[id] + p + ul {
		grid-template-columns: 1fr;
	}

	body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2[id] + p {
		min-height: 0;
	}
}


body:is(.page-id-6991, .page-id-260, .page-id-488) .elementor-widget-html .elementor-widget-container > h2:first-of-type {
	margin-top: 1.45em;
}


/* Appointments: simple editable service panel */
body.page-id-612 .nl-service-panel {
	max-width: 760px;
	margin: 0 auto;
	padding: clamp(24px, 5vw, 48px);
	border-top: 5px solid var(--nl-brand);
	border-radius: 12px;
	background: linear-gradient(145deg, #f5f8f8 0%, #fff 62%);
	box-shadow: var(--nl-shadow);
	text-align: center;
}

body.page-id-612 .nl-service-panel > h2 {
	margin: 0 0 0.65rem !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: clamp(1.6rem, 2.4vw, 2.15rem) !important;
}

body.page-id-612 .nl-service-panel > p {
	max-width: 610px;
	margin-right: auto;
	margin-left: auto;
}

body.page-id-612 .nl-service-panel > hr {
	margin: 2rem 0 !important;
}

body.page-id-612 .nl-service-panel > .nl-section-label {
	margin: 0 0 1rem;
	color: var(--nl-accent-dark);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.page-id-612 .nl-practitioner-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	text-align: left;
}

body.page-id-612 .nl-practitioner-card {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--nl-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(19, 47, 53, 0.07);
}

body.page-id-612 .nl-practitioner-card h3 {
	margin: 0 0 0.5rem !important;
	font-size: 1.18rem !important;
}

body.page-id-612 .nl-practitioner-card p {
	margin: 0.35rem 0;
}

body.page-id-612 .nl-practitioner-card a {
	overflow-wrap: anywhere;
}

@media (max-width: 640px) {
	body.page-id-612 .nl-practitioner-grid {
		grid-template-columns: 1fr;
	}
}


/* Reusable editorial components kept simple for the Visual editor */
body.page:not(.home) article.type-page > .entry-content .nl-lead {
	margin-bottom: 1.55rem;
	color: #304a50;
	font-size: clamp(1.08rem, 1.4vw, 1.18rem);
	line-height: 1.78;
}

body.page:not(.home) article.type-page > .entry-content blockquote.nl-feature-quote {
	padding: clamp(22px, 4vw, 36px);
	border-left-width: 5px;
	background: linear-gradient(145deg, #f3f7f7 0%, #fff 100%);
}

body.page:not(.home) article.type-page > .entry-content .nl-attribution {
	margin-top: 1rem;
	color: var(--nl-muted);
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: right;
}


/* Free Downloads: editable resource and recording cards */
body.page-id-1205 .nl-byline {
	margin: -0.85rem 0 1.2rem;
	color: var(--nl-muted);
	font-size: 0.92rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.page-id-1205 .nl-download-note {
	margin: 0 0 1.6rem;
	padding: 13px 15px;
	border-left: 4px solid var(--nl-accent);
	border-radius: 0 8px 8px 0;
	background: #f5f8f8;
	color: #334d53;
}

body.page-id-1205 .nl-download-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 1.4rem 0 2rem;
}

body.page-id-1205 .nl-download-card {
	min-width: 0;
	margin: 0 !important;
	padding: 18px 19px;
	border: 1px solid var(--nl-line);
	border-radius: 9px;
	background: #fff;
	line-height: 1.58;
	box-shadow: 0 7px 20px rgba(19, 47, 53, 0.065);
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.page-id-1205 .nl-download-card:hover,
body.page-id-1205 .nl-download-card:focus-within {
	transform: translateY(-2px);
	border-color: #b9cacc;
	box-shadow: 0 11px 25px rgba(19, 47, 53, 0.11);
}

body.page-id-1205 .nl-download-card > a:first-child,
body.page-id-1205 .nl-download-card > strong:first-child a {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--nl-brand);
	font-size: 1.06rem;
	font-weight: 750;
	line-height: 1.35;
}

body.page-id-1205 .nl-timestamps {
	margin: 0.8rem 0 1.7rem !important;
	padding: 18px 20px;
	border: 1px solid var(--nl-line);
	border-radius: 9px;
	background: #f8fafa;
	color: #344d53;
	font-size: 0.94rem;
	line-height: 1.65;
	font-variant-numeric: tabular-nums;
}

body.page-id-1205 article.type-page > .entry-content > strong > a,
body.page-id-1205 article.type-page > .entry-content > a > strong {
	display: inline-block;
	margin-top: 0.45rem;
	padding: 9px 14px;
	border-radius: 7px;
	background: var(--nl-brand);
	color: #fff;
	text-decoration: none;
}

@media (max-width: 760px) {
	body.page-id-1205 .nl-download-grid {
		grid-template-columns: 1fr;
	}
}


/* Andrew T. Austin namesakes: editable media and profile cards */
body.page-id-694 .nl-media-embed {
	width: 100%;
	margin: 1.6rem 0;
	overflow: hidden;
	border-radius: 10px;
	background: #111;
	box-shadow: 0 12px 28px rgba(19, 47, 53, 0.13);
}

body.page-id-694 .nl-media-embed iframe {
	display: block;
	width: 100%;
	min-height: 360px;
	border: 0;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.page-id-694 .nl-namesake-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	margin: 1.5rem 0 2rem;
}

body.page-id-694 .nl-namesake-card {
	min-width: 0;
	padding: 20px;
	border: 1px solid var(--nl-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(19, 47, 53, 0.07);
}

body.page-id-694 .nl-namesake-card-wide {
	grid-column: 1 / -1;
}

body.page-id-694 .nl-namesake-card h3 {
	margin: 0 0 0.55rem !important;
	font-size: 1.16rem !important;
}

body.page-id-694 .nl-namesake-card p:last-child {
	margin-bottom: 0;
}

body.page-id-694 .nl-namesake-card blockquote {
	margin: 0.85rem 0 1.2rem !important;
}

body.page-id-694 .nl-namesake-card .nl-media-embed {
	margin-bottom: 0;
}

@media (max-width: 700px) {
	body.page-id-694 .nl-namesake-grid {
		grid-template-columns: 1fr;
	}

	body.page-id-694 .nl-namesake-card-wide {
		grid-column: auto;
	}

	body.page-id-694 .nl-media-embed iframe {
		min-height: 300px;
	}
}


/* Academic Citations: editable reference and publication cards */
body.page-id-1287 .nl-citation-grid,
body.page-id-1287 .nl-publication-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	margin: 1.25rem 0 2rem;
}

body.page-id-1287 .nl-citation-card,
body.page-id-1287 .nl-publication-card {
	min-width: 0;
	padding: 20px;
	border: 1px solid var(--nl-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(19, 47, 53, 0.07);
}

body.page-id-1287 .nl-citation-card h2 {
	margin: 0 0 0.7rem !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1.12rem !important;
	line-height: 1.38 !important;
}

body.page-id-1287 .nl-publication-card h3 {
	margin: 0 0 0.65rem !important;
	font-size: 1.12rem !important;
}

body.page-id-1287 .nl-citation-meta,
body.page-id-1287 .nl-publication-card p {
	margin: 0 0 0.8rem !important;
	color: #40565b;
	font-size: 0.96rem;
	line-height: 1.62;
}

body.page-id-1287 .nl-citation-link {
	margin: 0 !important;
	padding-top: 0.75rem;
	border-top: 1px solid var(--nl-line);
	font-size: 0.82rem;
	line-height: 1.48;
	overflow-wrap: anywhere;
}

body.page-id-1287 .nl-citation-link a {
	font-weight: 600 !important;
}

@media (max-width: 760px) {
	body.page-id-1287 .nl-citation-grid,
	body.page-id-1287 .nl-publication-grid {
		grid-template-columns: 1fr;
	}
}


/* Reusable responsive media embed */
.page .entry-content .nl-media-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1.75rem 0;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 12px 28px rgba(19, 47, 53, 0.13);
}

.page .entry-content .nl-media-embed iframe {
  display: block;
  width: 100% !important;
  min-width: 100%;
  height: 100% !important;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
}


/* Editable long-form factsheets */
.page .entry-content .nl-factsheet {
  width: 100%;
}

.page .entry-content .nl-factsheet .nl-panel,
.page .entry-content .nl-factsheet .nl-callout {
  margin: 1.75rem 0;
  padding: 1.25rem 1.4rem;
  border-radius: 10px;
}

.page .entry-content .nl-factsheet .nl-panel {
  border: 1px solid rgba(19, 47, 53, 0.14);
  background: #fff;
  box-shadow: 0 10px 24px rgba(19, 47, 53, 0.07);
}

.page .entry-content .nl-factsheet .nl-callout {
  border-left: 5px solid #50747a;
  background: #f1f6f6;
}

.page .entry-content .nl-factsheet .nl-callout--core {
  border-left-color: #173f45;
  background: #edf4f4;
}

.page .entry-content .nl-factsheet .nl-callout--warning {
  border: 1px solid #e5b9bf;
  border-left: 5px solid #a62d3d;
  background: #fff5f6;
}

.page .entry-content .nl-factsheet .nl-panel > :first-child,
.page .entry-content .nl-factsheet .nl-callout > :first-child {
  margin-top: 0;
}

.page .entry-content .nl-factsheet .nl-panel > :last-child,
.page .entry-content .nl-factsheet .nl-callout > :last-child {
  margin-bottom: 0;
}

.page .entry-content .nl-factsheet-table {
  display: table;
  width: 100%;
  margin: 1.75rem 0;
  border: 1px solid rgba(19, 47, 53, 0.16);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.page .entry-content .nl-factsheet-table th {
  padding: 0.8rem;
  border: 0;
  background: #173f45;
  color: #fff;
  text-align: left;
  vertical-align: top;
}

.page .entry-content .nl-factsheet-table td {
  padding: 0.8rem;
  border: 0;
  border-top: 1px solid rgba(19, 47, 53, 0.12);
  vertical-align: top;
}

.page .entry-content .nl-factsheet-table tr:nth-child(even) td {
  background: #f6f9f9;
}

@media (max-width: 700px) {
  .page .entry-content .nl-factsheet .nl-panel,
  .page .entry-content .nl-factsheet .nl-callout {
    padding: 1rem;
  }

  .page .entry-content .nl-factsheet-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }
}


/* Member-only Page presentation */
.page-header.single-page-head p.entry-title {
  max-width: 1080px;
  margin: 0 auto 0.75rem;
  color: #101d21;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.01em;
}

.pmpro .pmpro_content_message .pmpro_btn,
.pmpro .pmpro_content_message .pmpro_btn:visited {
  color: #fff !important;
}

.pmpro .pmpro_content_message .pmpro_btn:hover,
.pmpro .pmpro_content_message .pmpro_btn:focus {
  background: #b76a2f;
  color: #fff !important;
}


/* Professional single-Post reading system */
body.single-post article.type-post {
	min-width: 0;
}

body.single-post article.type-post > .single-img-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	margin: 0 20px 1.8rem;
	padding: 14px 16px;
	border: 1px solid var(--nl-line);
	border-radius: 9px;
	background: #f8fafa;
	color: var(--nl-muted);
	font-size: 0.86rem;
	line-height: 1.45;
}

body.single-post article.type-post > .single-img-meta:has(.single-smart-img) {
	padding: 0;
	border: 0;
	background: transparent;
}

body.single-post article.type-post .single-smart-img {
	width: 100%;
	margin: 0 0 1rem;
	overflow: hidden;
	border-radius: 12px;
	background: #eef2f2;
	box-shadow: 0 12px 30px rgba(19, 47, 53, 0.12);
}

body.single-post article.type-post .single-smart-img img {
	display: block;
	width: 100%;
	height: auto;
}

body.single-post article.type-post .single-top-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 14px;
	width: 100%;
	padding: 0 2px;
}

body.single-post article.type-post > .entry-content {
	color: var(--nl-ink);
	font-size: 1.045rem;
	line-height: 1.82;
	overflow-wrap: break-word;
}

body.single-post article.type-post > .entry-content > p {
	margin-bottom: 1.32em;
}

body.single-post article.type-post > .entry-content h2 {
	clear: both;
	margin: 2.25em 0 0.72em;
	padding: 0 0 0.4em;
	border-bottom: 1px solid var(--nl-line);
	color: var(--nl-brand-deep);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.5rem, 2vw, 1.92rem);
	font-weight: 700;
	line-height: 1.27;
	letter-spacing: -0.01em;
	text-transform: none;
}

body.single-post article.type-post > .entry-content h3 {
	clear: both;
	margin: 1.8em 0 0.58em;
	color: var(--nl-brand);
	font-size: clamp(1.18rem, 1.5vw, 1.42rem);
	font-weight: 700;
	line-height: 1.34;
	text-transform: none;
}

body.single-post article.type-post > .entry-content h4 {
	clear: both;
	margin: 1.45em 0 0.52em;
	color: #2d464c;
	font-size: 1.04rem;
	font-weight: 700;
	line-height: 1.42;
	text-transform: none;
}

body.single-post article.type-post > .entry-content :is(ul, ol) {
	margin: 1em 0 1.65em;
	padding-left: 1.38em;
}

body.single-post article.type-post > .entry-content li {
	margin: 0.48em 0;
	padding-left: 0.2em;
}

body.single-post article.type-post > .entry-content li::marker {
	color: var(--nl-accent);
	font-weight: 700;
}

body.single-post article.type-post > .entry-content a:not(.wp-block-button__link) {
	color: #145d68;
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.single-post article.type-post > .entry-content a:hover,
body.single-post article.type-post > .entry-content a:focus {
	color: var(--nl-accent-dark);
}

body.single-post article.type-post > .entry-content hr {
	clear: both;
	height: 1px;
	margin: 2.3rem 0;
	border: 0 !important;
	background: linear-gradient(90deg, var(--nl-accent) 0 54px, var(--nl-line) 54px 100%);
}

body.single-post article.type-post > .entry-content blockquote {
	margin: 2rem 0;
	padding: 1.35rem 1.55rem;
	border: 0;
	border-left: 4px solid var(--nl-accent);
	border-radius: 0 var(--nl-radius) var(--nl-radius) 0;
	background: #f5f8f8;
	color: #2d464c;
	box-shadow: 0 8px 22px rgba(19, 47, 53, 0.06);
}

body.single-post article.type-post > .entry-content img:not(.emoji) {
	max-width: 100%;
	height: auto;
	border-radius: var(--nl-radius);
}

body.single-post article.type-post > .entry-content img.aligncenter {
	display: block;
	margin: 1.7rem auto;
}

body.single-post article.type-post > .entry-content img.alignright {
	margin: 0.3rem 0 1.25rem 1.65rem;
	box-shadow: 0 9px 24px rgba(19, 47, 53, 0.12);
}

body.single-post article.type-post > .entry-content img.alignleft {
	margin: 0.3rem 1.65rem 1.25rem 0;
	box-shadow: 0 9px 24px rgba(19, 47, 53, 0.12);
}

body.single-post article.type-post > .entry-content figure {
	max-width: 100%;
	margin: 1.9rem auto;
}

body.single-post article.type-post > .entry-content figcaption {
	margin-top: 0.7rem;
	color: var(--nl-muted);
	font-size: 0.86rem;
	line-height: 1.5;
	text-align: center;
}

body.single-post article.type-post > .entry-content :is(iframe, video, embed, object) {
	max-width: 100%;
	border: 0;
	border-radius: var(--nl-radius);
	background: #0b1518;
	box-shadow: 0 12px 30px rgba(19, 47, 53, 0.14);
}

body.single-post article.type-post > .entry-content table {
	display: table;
	width: 100%;
	margin: 1.8rem 0 2.2rem;
	border: 1px solid var(--nl-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--nl-radius);
	background: #fff;
	box-shadow: 0 8px 24px rgba(19, 47, 53, 0.07);
	overflow: hidden;
}

body.single-post article.type-post > .entry-content :is(th, td) {
	padding: 0.82rem 0.95rem;
	border: 0;
	border-right: 1px solid var(--nl-line);
	border-bottom: 1px solid var(--nl-line);
	text-align: left;
	vertical-align: top;
}

body.single-post article.type-post > .entry-content th {
	background: var(--nl-brand);
	color: #fff;
	font-weight: 700;
}

body.single-post article.type-post > .entry-content tr:last-child > *,
body.single-post article.type-post > .entry-content tr > *:last-child {
	border-right: 0;
	border-bottom: 0;
}

body.single-post article.type-post > .entry-content tbody tr:nth-child(even) {
	background: #f7f9f9;
}

body.single-post article.type-post > .entry-content code {
	padding: 0.12em 0.32em;
	border-radius: 4px;
	background: #edf2f2;
	color: #203a40;
	font-size: 0.9em;
	overflow-wrap: anywhere;
}

body.single-post article.type-post > .post-footer-meta {
	margin: 3rem 20px 2rem;
	padding: 1.1rem 0 0;
	border-top: 1px solid var(--nl-line);
	color: var(--nl-muted);
	font-size: 0.88rem;
}

body.single-post article.type-post > .entry-footer {
	margin: 0 20px 2rem;
}

body.single-post article.type-post > .author-details {
	margin: 2.2rem 20px 0;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--nl-line);
	border-radius: 12px;
	background: linear-gradient(145deg, #f5f8f8 0%, #fff 70%);
	box-shadow: 0 10px 26px rgba(19, 47, 53, 0.08);
}

body.single-post article.type-post .single-post-author {
	align-items: center;
	gap: 22px;
}

body.single-post article.type-post .author-img img {
	border-radius: 50%;
	box-shadow: 0 7px 18px rgba(19, 47, 53, 0.14);
}

body.single-post article.type-post .author-about h3 {
	margin: 0 0 0.45rem;
	color: var(--nl-brand-deep);
	font-size: 1.24rem;
	text-transform: none;
}

body.single-post article.type-post .author-about p:last-child {
	margin-bottom: 0;
}

/* The coach checklist remains editable item by item in the Visual editor. */
body.postid-8520 .wannabe-coach-checklist {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--nl-ink) !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

body.postid-8520 .wannabe-coach-checklist > header {
	margin: 0 0 1.8rem !important;
	padding: clamp(24px, 4vw, 38px);
	border-radius: 12px;
	background: linear-gradient(145deg, #edf4f4 0%, #fff 72%);
	text-align: center;
	box-shadow: 0 9px 24px rgba(19, 47, 53, 0.08);
}

body.postid-8520 .wannabe-coach-checklist > header h2 {
	margin: 0 0 0.65rem !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: clamp(1.65rem, 2.5vw, 2.25rem);
}

body.postid-8520 .wannabe-coach-checklist > header p {
	max-width: 700px !important;
	margin: 0 auto !important;
	color: #435b60 !important;
	font-size: 1.08rem !important;
}

body.postid-8520 .nl-checklist-note {
	margin: 0 0 2rem !important;
	padding: 1.2rem 1.35rem !important;
	border: 0 !important;
	border-left: 5px solid var(--nl-brand) !important;
	border-radius: 0 9px 9px 0 !important;
	background: #f4f7f7 !important;
}

body.postid-8520 .nl-checklist-note p {
	margin: 0 !important;
}

body.postid-8520 .nl-checklist-item {
	margin: 0 0 0.55rem !important;
	padding: 0.72rem 0.85rem;
	border: 1px solid #e0e7e8;
	border-radius: 7px;
	background: #fff;
	transition: border-color 150ms ease, background 150ms ease;
}

body.postid-8520 .nl-checklist-item:hover,
body.postid-8520 .nl-checklist-item:focus-within {
	border-color: #bdcbcd;
	background: #f8fafa;
}

body.postid-8520 .nl-checklist-item label {
	display: flex;
	align-items: flex-start;
	gap: 0.68rem;
	margin: 0;
	cursor: pointer;
}

body.postid-8520 .nl-checklist-item input[type="checkbox"] {
	flex: 0 0 auto;
	width: 1.08rem;
	height: 1.08rem;
	margin: 0.27rem 0 0;
	accent-color: var(--nl-accent-dark);
}

body.postid-8520 .nl-checklist-item--last {
	margin-bottom: 1.55rem !important;
}

body.postid-8520 .nl-checklist-score {
	margin: 2.4rem 0 0 !important;
	padding: 1.4rem 1.5rem !important;
	border: 1px solid #e2c28e !important;
	border-radius: 10px !important;
	background: #fff8eb !important;
}

body.postid-8520 .nl-checklist-score h2 {
	margin-top: 0 !important;
}

body.postid-8520 .nl-checklist-footer {
	display: block;
	margin-top: 1.4rem;
	padding: 1rem 1.15rem;
	border-radius: 8px;
	background: #f4f7f7;
	color: #52666b !important;
	font-size: 0.92rem !important;
	line-height: 1.6;
}

@media (max-width: 767px) {
	body.single-post article.type-post > .single-img-meta,
	body.single-post article.type-post > .post-footer-meta,
	body.single-post article.type-post > .entry-footer,
	body.single-post article.type-post > .author-details {
		margin-right: 0;
		margin-left: 0;
	}

	body.single-post article.type-post > .entry-content {
		font-size: 1rem;
		line-height: 1.74;
	}

	body.single-post article.type-post > .entry-content h2 {
		margin-top: 1.9em;
		font-size: 1.52rem;
	}

	body.single-post article.type-post > .entry-content img.alignright,
	body.single-post article.type-post > .entry-content img.alignleft {
		float: none !important;
		display: block;
		width: min(100%, 430px) !important;
		height: auto !important;
		margin: 1rem auto 1.3rem;
	}

	body.single-post article.type-post > .entry-content table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}

	body.single-post article.type-post .single-post-author {
		display: block !important;
		text-align: center;
	}

	body.single-post article.type-post .author-img {
		margin: 0 auto 1rem;
	}

	body.postid-8520 .nl-checklist-item {
		padding: 0.65rem 0.72rem;
	}
}


/* Legacy positioned media wrappers */
body.single-post article.type-post > .entry-content div[style*="position: relative"] > iframe {
	width: 100% !important;
	height: 100% !important;
}


/* Elementor page review and responsive refinement (v1.5.0) */
body.elementor-page #content {
	margin-top: clamp(34px, 4vw, 52px);
}

body.home.elementor-page #content {
	margin-top: 0;
	padding-top: clamp(28px, 4vw, 48px);
}

body.elementor-page #content > .container > .row > .col-xl-9.col-lg-8 {
	flex: 0 0 100%;
	max-width: 100%;
}

body.elementor-page #content > .container > .row > .col-xl-3.col-lg-4 {
	display: none;
}

body.elementor-page #primary,
body.elementor-page #main,
body.elementor-page article.type-page {
	width: 100%;
	max-width: none;
}

body.elementor-page article.type-page {
	overflow: hidden;
	border: 1px solid rgba(18, 63, 70, 0.1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(19, 47, 53, 0.08);
}

body.elementor-page article.type-page > .entry-content {
	padding: 0;
}

body.elementor-page .elementor {
	width: 100%;
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

body.page-id-9131 .elementor,
body.page-id-7323 .elementor,
body.page-id-7348 .elementor,
body.page-id-9149 .elementor,
body.page-id-6360 .elementor,
body.page-id-9167 .elementor,
body.page-id-9154 .elementor {
	max-width: 920px;
}

body.home.elementor-page article.type-page {
	overflow: visible;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.home.elementor-page .elementor-element-cd9ad6c,
body.page-id-761 .elementor-element-c16ed1e {
	overflow: hidden;
	border-radius: 16px 16px 0 0;
	box-shadow: 0 14px 36px rgba(19, 47, 53, 0.12);
}

body.home.elementor-page .elementor-element-c7c589c {
	overflow: hidden;
	border: 1px solid var(--nl-line);
	border-radius: 0 0 16px 16px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(19, 47, 53, 0.09);
}

body.home.elementor-page .elementor-element-c63ae3 img {
	border-radius: 12px;
	box-shadow: 0 10px 26px rgba(19, 47, 53, 0.16);
}

body.home.elementor-page .elementor-element-64cb8b0 .elementor-widget-image,
body.page-id-761 .elementor-element-eb0a080 .elementor-widget-image {
	padding: 14px;
	border: 1px solid var(--nl-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(19, 47, 53, 0.07);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

body.home.elementor-page .elementor-element-64cb8b0 .elementor-widget-image:hover,
body.page-id-761 .elementor-element-eb0a080 .elementor-widget-image:hover {
	transform: translateY(-3px);
	box-shadow: 0 13px 28px rgba(19, 47, 53, 0.12);
}

body.home.elementor-page .elementor-widget-video.cmplz-blocked-content-container {
	min-height: 260px;
	border-radius: 12px;
	background: linear-gradient(145deg, #eef4f4, #f9fbfb);
}

/* Training page: restore the Elementor gallery grid overridden by long-form figure rules. */
body.page-id-761 .elementor-element-806e0ae {
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid var(--nl-line);
	border-radius: 0 0 16px 16px;
	background: linear-gradient(145deg, #edf4f4 0%, #fff 72%);
}

body.page-id-761 .elementor-image-gallery .gallery {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
	gap: 24px;
	margin: 0 !important;
}

body.page-id-761 .elementor-image-gallery .gallery-item {
	float: none !important;
	display: block !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-761 .elementor-image-gallery .gallery-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 170px;
	padding: 10px;
	border: 1px solid var(--nl-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(19, 47, 53, 0.07);
}

body.page-id-761 .elementor-image-gallery .gallery-icon img {
	width: 150px !important;
	height: 150px !important;
	object-fit: contain;
}

body.page-id-761 .elementor-element-a8689c9,
body.page-id-761 .elementor-element-eb0a080 {
	margin-top: clamp(28px, 4vw, 48px);
}

body.page-id-761 .elementor-element-f4933bf,
body.page-id-761 .elementor-element-3ad04fb {
	overflow: hidden;
	padding: 18px;
	border: 1px solid var(--nl-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(19, 47, 53, 0.08);
}

body.page-id-761 .elementor-element-f4933bf img,
body.page-id-761 .elementor-element-3ad04fb img {
	width: 100%;
	height: 330px;
	object-fit: contain;
}

.nl-training-catalog {
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid var(--nl-line);
	border-radius: 18px;
	background: linear-gradient(145deg, #f1f6f6 0%, #fff 70%);
	box-shadow: 0 14px 36px rgba(19, 47, 53, 0.08);
}

.nl-training-catalog__header {
	max-width: 720px;
	margin: 0 auto 2.2rem;
	text-align: center;
}

.nl-training-catalog__header h2 {
	margin: 0 0 0.45rem !important;
	color: var(--nl-brand-deep) !important;
	font-size: clamp(2rem, 4vw, 3rem) !important;
}

.nl-training-catalog__header p {
	margin: 0;
	color: var(--nl-muted);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nl-course-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.nl-course-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 250px;
	margin: 0;
	padding: 28px;
	border: 1px solid var(--nl-line);
	border-left: 6px solid var(--course-colour, var(--nl-brand));
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(19, 47, 53, 0.07);
}

.nl-course-card--blue { --course-colour: #2f7190; }
.nl-course-card--green { --course-colour: #34745a; }
.nl-course-card--purple { --course-colour: #725084; }
.nl-course-card--charcoal { --course-colour: #34464c; }
.nl-course-card--red { --course-colour: #a44a43; }
.nl-course-card--gold { --course-colour: #a66f22; }

.nl-course-card h3 {
	margin: 0.2rem 0 0.8rem !important;
	padding-right: 86px;
	font-size: 1.45rem !important;
}

.nl-course-card h3 a,
.nl-course-card h3 a:visited {
	color: var(--nl-brand-deep);
	text-decoration: none;
}

.nl-course-card > p {
	margin: 0 0 0.85rem;
}

.nl-course-card > p:last-child {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 0.5rem;
}

.nl-course-price,
.nl-course-kicker {
	color: var(--course-colour) !important;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.nl-course-price {
	position: absolute;
	top: 24px;
	right: 24px;
	padding: 5px 12px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--course-colour) 10%, white);
}

.nl-course-link {
	color: var(--course-colour) !important;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.nl-course-link:hover,
.nl-course-link:focus {
	text-decoration: underline;
}

@media (max-width: 991px) {
	body.elementor-page #content {
		margin-top: 30px;
	}

	body.elementor-page article.type-page {
		border-radius: 14px;
	}

	body.page-id-761 .elementor-image-gallery .gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.home.elementor-page #content {
		padding-top: 22px;
	}

	body.elementor-page #content > .container {
		padding-right: 14px;
		padding-left: 14px;
	}

	body.home.elementor-page .elementor-element-c63ae3 img {
		float: none !important;
		display: block;
		width: min(100%, 430px) !important;
		height: auto !important;
		margin: 0 auto 1.25rem !important;
	}

	body.page-id-761 .elementor-element-806e0ae {
		padding: 20px;
	}

	body.page-id-761 .elementor-image-gallery .gallery {
		gap: 14px;
	}

	body.page-id-761 .elementor-image-gallery .gallery-icon {
		min-height: 140px;
	}

	body.page-id-761 .elementor-image-gallery .gallery-icon img {
		width: 120px !important;
		height: 120px !important;
	}

	body.page-id-761 .elementor-element-a8689c9 {
		grid-template-columns: 1fr;
	}

	body.page-id-761 .elementor-element-f4933bf img,
	body.page-id-761 .elementor-element-3ad04fb img {
		height: auto;
		max-height: 320px;
	}

	.nl-training-catalog {
		padding: 22px 18px;
	}

	.nl-course-grid {
		grid-template-columns: 1fr;
	}

	.nl-course-card {
		min-height: 0;
		padding: 24px 20px;
	}

	.nl-course-card h3 {
		padding-right: 0;
	}

	.nl-course-price {
		position: static;
		align-self: flex-start;
		margin-bottom: 0.5rem !important;
	}
}


/* Magick Society schedule: semantic, self-contained Elementor presentation (v1.5.1) */
body.page-id-4540 .elementor-element .nl-magick-schedule {
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid var(--nl-line);
	border-radius: 18px;
	background: linear-gradient(145deg, #f3f6f5 0%, #fff 72%);
	box-shadow: 0 14px 36px rgba(19, 47, 53, 0.08);
}

.nl-magick-schedule__header {
	max-width: 760px;
	margin: 0 auto 2.2rem;
	text-align: center;
}

.nl-magick-schedule__header h2 {
	margin: 0 0 0.55rem !important;
	color: var(--nl-brand-deep) !important;
	font-size: clamp(2rem, 4vw, 3rem) !important;
}

.nl-magick-schedule__header p {
	margin: 0.2rem 0;
	color: var(--nl-muted);
}

.nl-magick-events {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.nl-magick-event {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 16px;
	align-items: center;
	margin: 0;
	padding: 18px;
	border: 1px solid var(--nl-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(19, 47, 53, 0.06);
}

.nl-magick-event--cancelled {
	border-style: dashed;
	background: #f5f6f6;
}

.nl-magick-date {
	grid-row: 1 / 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 64px;
	min-height: 64px;
	border-radius: 10px;
	background: var(--nl-brand-deep);
	color: #fff;
	line-height: 1;
	text-align: center;
}

.nl-magick-date span {
	margin-bottom: 0.28rem;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nl-magick-date strong {
	font-size: 1.55rem;
}

.nl-magick-event__details h3 {
	margin: 0 0 0.35rem !important;
	color: var(--nl-brand-deep) !important;
	font-size: 1.08rem !important;
	line-height: 1.3;
}

.nl-magick-event__details p {
	margin: 0.12rem 0 !important;
	color: var(--nl-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.nl-magick-calendar {
	grid-column: 2;
	justify-self: start;
	margin-top: 0.75rem;
	padding: 0.48rem 0.85rem;
	border-radius: 999px;
	background: #e7eeee;
	color: var(--nl-brand-deep) !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.nl-magick-calendar:hover,
.nl-magick-calendar:focus {
	background: var(--nl-brand);
	color: #fff !important;
}

.nl-magick-resources {
	margin-top: clamp(34px, 5vw, 56px);
	padding-top: 30px;
	border-top: 1px solid var(--nl-line);
}

.nl-magick-resources > header {
	margin-bottom: 1.5rem;
	text-align: center;
}

.nl-magick-resources > header h2 {
	margin-bottom: 0.35rem !important;
}

.nl-magick-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.nl-magick-resource-grid article {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 22px;
	border: 1px solid var(--nl-line);
	border-radius: 12px;
	background: #fff;
}

.nl-magick-resource-grid h3 {
	margin: 0 0 0.65rem !important;
	color: var(--nl-brand-deep) !important;
	font-size: 1.13rem !important;
}

.nl-magick-resource-grid p:last-child {
	margin-top: auto;
	margin-bottom: 0;
}

.nl-magick-resource-grid a {
	font-weight: 800;
}

@media (max-width: 900px) {
	.nl-magick-events {
		grid-template-columns: 1fr;
	}

	.nl-magick-resource-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	body.page-id-4540 .elementor-element .nl-magick-schedule {
		padding: 22px 16px;
	}

	.nl-magick-event {
		grid-template-columns: 54px minmax(0, 1fr);
		padding: 15px;
	}

	.nl-magick-date {
		width: 54px;
		min-height: 58px;
	}

	.nl-magick-calendar {
		grid-column: 1 / -1;
		justify-self: stretch;
		text-align: center;
	}
}


/* Member resource panel used by Elementor restricted-content pages (v1.5.2) */
.nl-member-resources {
	margin: 1.5rem 0 2.5rem;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--nl-line);
	border-left: 6px solid var(--nl-accent);
	border-radius: 14px;
	background: linear-gradient(145deg, #f6f8f8 0%, #fff 75%);
	box-shadow: 0 10px 28px rgba(19, 47, 53, 0.07);
}

.nl-member-resources h2 {
	margin: 0 0 0.45rem !important;
	color: var(--nl-brand-deep) !important;
}

.nl-member-resources > p {
	margin: 0 0 1.25rem;
	color: var(--nl-muted);
}

.nl-member-resource-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
}

.nl-member-resource-grid a,
.nl-member-resource-grid a:visited {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0.72rem 0.9rem;
	border: 1px solid var(--nl-line);
	border-radius: 8px;
	background: #fff;
	color: var(--nl-brand) !important;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.nl-member-resource-grid a:hover,
.nl-member-resource-grid a:focus {
	border-color: #afc0c3;
	background: #edf3f3;
	text-decoration: underline;
}

@media (max-width: 700px) {
	.nl-member-resource-grid {
		grid-template-columns: 1fr;
	}
}


/* Clear fallback for consent-blocked Elementor media (v1.5.3) */
body.elementor-page .elementor-wrapper:has(> iframe[src="about:blank"]),
body.elementor-page .elementor-wrapper:has(> iframe:not([src])) {
	overflow: hidden;
	border: 1px solid var(--nl-line);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(18, 63, 70, 0.94), rgba(11, 45, 51, 0.88)),
		linear-gradient(145deg, #edf4f4, #fff);
}

body.elementor-page .elementor-wrapper:has(> iframe[src="about:blank"])::before,
body.elementor-page .elementor-wrapper:has(> iframe:not([src]))::before {
	content: "Video available after optional media cookies are accepted";
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	color: #fff;
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: center;
	pointer-events: none;
}

/* Structured Elementor articles migrated from legacy source (v1.6.0) */
body.elementor-page .nl-legacy-article.e-con,
body.elementor-page .nl-legacy-article > .e-con-inner {
	width: min(100%, 900px);
	max-width: 900px;
	margin-inline: auto;
}

body.elementor-page .nl-legacy-article {
	padding: clamp(18px, 3.5vw, 38px) clamp(16px, 4vw, 44px);
	color: var(--nl-ink);
}

body.elementor-page .nl-legacy-article .elementor-widget-text-editor {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

body.elementor-page .nl-legacy-article .nl-article-section + .nl-article-section {
	margin-top: clamp(18px, 3vw, 30px);
}

body.elementor-page .nl-legacy-article .elementor-widget-container {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1rem, 0.97rem + 0.12vw, 1.075rem);
	line-height: 1.78;
}

body.elementor-page .nl-legacy-article .nl-article-intro > .elementor-widget-container > p:first-child,
body.elementor-page .nl-legacy-article .nl-article-intro > .elementor-widget-container > strong:first-child {
	color: #304a50;
	font-size: 1.1em;
	line-height: 1.72;
}

body.elementor-page .nl-legacy-article h2 {
	clear: both;
	margin: clamp(34px, 5vw, 54px) 0 0.8em;
	padding-bottom: 0.42em;
	border-bottom: 1px solid var(--nl-line);
	color: var(--nl-brand-deep);
	font-family: inherit;
	font-size: clamp(1.55rem, 1.35rem + 0.75vw, 2.05rem);
	line-height: 1.25;
}

body.elementor-page .nl-legacy-article .nl-article-section:first-child h2:first-child {
	margin-top: 0;
}

body.elementor-page .nl-legacy-article h3 {
	clear: both;
	margin: 1.75em 0 0.62em;
	color: var(--nl-brand);
	font-family: inherit;
	font-size: clamp(1.2rem, 1.1rem + 0.35vw, 1.48rem);
	line-height: 1.3;
}

body.elementor-page .nl-legacy-article p {
	margin: 0 0 1.22em;
}

body.elementor-page .nl-legacy-article ul,
body.elementor-page .nl-legacy-article ol {
	margin: 0.8em 0 1.5em;
	padding-left: 1.45em;
}

body.elementor-page .nl-legacy-article li {
	margin-bottom: 0.48em;
	padding-left: 0.22em;
}

body.elementor-page .nl-legacy-article blockquote {
	margin: 1.65em 0;
	padding: 1.15em 1.35em;
	border: 0;
	border-left: 5px solid var(--nl-accent);
	border-radius: 0 10px 10px 0;
	background: linear-gradient(135deg, #f3f7f7, #fff);
	box-shadow: 0 8px 22px rgba(19, 47, 53, 0.06);
}

body.elementor-page .nl-legacy-article blockquote > :last-child {
	margin-bottom: 0;
}

body.elementor-page .nl-legacy-article hr {
	width: min(100%, 170px);
	height: 2px;
	margin: clamp(30px, 5vw, 50px) auto;
	border: 0;
	background: linear-gradient(90deg, transparent, var(--nl-accent), transparent);
}

body.elementor-page .nl-legacy-article img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(19, 47, 53, 0.12);
}

body.elementor-page .nl-legacy-article figure {
	margin: 1.8em auto;
}

body.elementor-page .nl-legacy-article figcaption,
body.elementor-page .nl-legacy-article .wp-caption-text {
	margin-top: 0.62em;
	color: var(--nl-muted);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.88rem;
	line-height: 1.55;
	text-align: center;
}

body.elementor-page .nl-legacy-article .elementor-widget-text-editor:has(table) > .elementor-widget-container {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.elementor-page .nl-legacy-article .nl-factsheet-table {
	width: 100%;
	min-width: 620px;
	margin: 1.5em 0;
	border: 1px solid var(--nl-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	background: #fff;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.94rem;
	line-height: 1.5;
}

body.elementor-page .nl-legacy-article .nl-factsheet-table th,
body.elementor-page .nl-legacy-article .nl-factsheet-table td {
	padding: 0.8rem 0.9rem;
	border: 0;
	border-right: 1px solid var(--nl-line);
	border-bottom: 1px solid var(--nl-line);
	vertical-align: top;
	text-align: left;
}

body.elementor-page .nl-legacy-article .nl-factsheet-table th {
	background: var(--nl-brand-deep);
	color: #fff;
	font-weight: 750;
}

body.elementor-page .nl-legacy-article .nl-factsheet-table tr:nth-child(even) td {
	background: #f5f8f8;
}

body.elementor-page .nl-legacy-article .nl-factsheet-table tr:last-child td {
	border-bottom: 0;
}

body.elementor-page .nl-legacy-article .nl-factsheet-table th:last-child,
body.elementor-page .nl-legacy-article .nl-factsheet-table td:last-child {
	border-right: 0;
}

body.elementor-page .nl-legacy-article .nl-media-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 1.8em 0;
	overflow: hidden;
	border-radius: 12px;
	background: var(--nl-brand-deep);
	box-shadow: 0 14px 34px rgba(19, 47, 53, 0.18);
}

body.elementor-page .nl-legacy-article .nl-media-embed iframe,
body.elementor-page .nl-legacy-article iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 420px;
	border: 0;
}

body.elementor-page .nl-legacy-article .nl-media-embed iframe {
	position: absolute;
	inset: 0;
	height: 100%;
	min-height: 0;
}

body.elementor-page .nl-legacy-article a {
	color: var(--nl-brand);
	font-weight: 650;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.elementor-page .nl-legacy-article a:hover,
body.elementor-page .nl-legacy-article a:focus {
	color: var(--nl-accent-dark);
	text-decoration-thickness: 2px;
}

@media (max-width: 700px) {
	body.elementor-page .nl-legacy-article {
		padding: 16px 4px 26px;
	}

	body.elementor-page .nl-legacy-article .elementor-widget-container {
		font-size: 1rem;
		line-height: 1.72;
	}

	body.elementor-page .nl-legacy-article blockquote {
		padding: 1em 1.05em;
	}

	body.elementor-page .nl-legacy-article iframe:not(.nl-media-embed iframe) {
		min-height: 260px;
	}
}

/* Migrated Elementor media compatibility (v1.6.1) */
body.elementor-page .nl-legacy-article iframe {
	width: 100% !important;
}

body.elementor-page .nl-legacy-article .nl-media-embed:has(> iframe[src="about:blank"]),
body.elementor-page .nl-legacy-article .nl-media-embed:has(> iframe:not([src])) {
	position: relative;
}

body.elementor-page .nl-legacy-article .nl-media-embed:has(> iframe[src="about:blank"])::before,
body.elementor-page .nl-legacy-article .nl-media-embed:has(> iframe:not([src]))::before {
	content: "Video available after optional media cookies are accepted";
	position: absolute;
	inset: 0;
	z-index: 1;
	display: grid;
	place-items: center;
	padding: 1.25rem;
	color: #fff;
	background: linear-gradient(135deg, rgba(19, 47, 53, 0.96), rgba(32, 91, 101, 0.9));
	font-weight: 700;
	text-align: center;
	pointer-events: none;
}

body.elementor-page .nl-legacy-article iframe[data-src*="soundcloud.com"] {
	height: 166px !important;
	min-height: 166px !important;
}

body.elementor-page .nl-legacy-article .elementor-widget-container > div:has(> iframe[data-src*="soundcloud.com"][src="about:blank"]),
body.elementor-page .nl-legacy-article .elementor-widget-container > div:has(> iframe[data-src*="soundcloud.com"]:not([src])) {
	position: relative;
	min-height: 166px;
	margin: 1.5rem 0;
	overflow: hidden;
	border: 1px solid var(--nl-line);
	border-radius: 12px;
	background: #eef4f4;
}

body.elementor-page .nl-legacy-article .elementor-widget-container > div:has(> iframe[data-src*="soundcloud.com"][src="about:blank"])::before,
body.elementor-page .nl-legacy-article .elementor-widget-container > div:has(> iframe[data-src*="soundcloud.com"]:not([src]))::before {
	content: "Audio available after optional media cookies are accepted";
	position: absolute;
	inset: 0;
	z-index: 1;
	display: grid;
	place-items: center;
	padding: 1rem;
	color: var(--nl-brand-deep);
	font-weight: 700;
	text-align: center;
	pointer-events: none;
}

/* Complianz layout safety for migrated Elementor text widgets (v1.6.2) */
body.elementor-page .nl-legacy-article .elementor-widget-text-editor > .elementor-widget-container.cmplz-blocked-content-container {
	display: block !important;
}

/* General Writings archive redesign (v1.6.3) */
body.page-id-1198 .page-header.single-page-head {
	display: none;
}

body.page-id-1198 #content.site-content {
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

body.page-id-1198 #post-1198 {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.page-id-1198 .elementor-1198 {
	max-width: 1120px;
	margin-inline: auto;
}

.nl-gw-archive {
	--gw-navy: #0b2d33;
	--gw-teal: #123f46;
	--gw-copper: #c5763d;
	--gw-ink: #17282d;
	--gw-muted: #5d6e73;
	--gw-line: #dce5e6;
	--gw-soft: #f3f7f7;
	display: block !important;
	width: 100%;
	padding: 0 0 clamp(2rem, 5vw, 4rem);
}

.nl-gw-archive > .elementor-element + .elementor-element {
	margin-top: clamp(1.25rem, 2.8vw, 2rem);
}

.nl-gw-hero {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 0;
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4.25rem) clamp(1.1rem, 5vw, 4.5rem);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 20px;
	background:
		radial-gradient(circle at 82% 14%, rgba(197,118,61,.34), transparent 30%),
		radial-gradient(circle at 10% 110%, rgba(77,144,148,.38), transparent 36%),
		linear-gradient(135deg, var(--gw-navy), var(--gw-teal));
	box-shadow: 0 22px 48px rgba(12,45,51,.18);
	color: #fff;
	text-align: center;
}

.nl-gw-hero::after {
	content: "";
	position: absolute;
	inset: 13px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 14px;
	pointer-events: none;
}

.nl-gw-hero > .elementor-element {
	position: relative;
	z-index: 1;
	width: 100%;
}

.nl-gw-hero .nl-gw-kicker {
	margin: 0 0 .75rem;
	color: #f2c39e;
	font: 700 .78rem/1.2 system-ui, sans-serif;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.nl-gw-hero .elementor-heading-title {
	max-width: 860px;
	margin-inline: auto;
	color: #fff;
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.04;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.nl-gw-hero .nl-gw-lead {
	max-width: 730px;
	margin: 1rem auto 0;
	color: rgba(255,255,255,.86);
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	line-height: 1.7;
	text-wrap: balance;
}

.nl-gw-hero .nl-gw-statline {
	display: inline-flex;
	align-items: baseline;
	gap: .55rem;
	margin: 1.15rem 0 0;
	color: rgba(255,255,255,.78);
	font-size: .92rem;
}

.nl-gw-hero .nl-gw-statline strong {
	color: #fff;
	font-size: 1.18rem;
}

.nl-gw-search-wrap {
	max-width: 700px;
	margin: 1.5rem auto 0;
	text-align: left;
}

.nl-gw-search-wrap label {
	display: block;
	margin: 0 0 .5rem;
	color: #fff;
	font-size: .88rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.nl-gw-search-control {
	display: flex;
	gap: .5rem;
	padding: .42rem;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 13px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 14px 30px rgba(0,0,0,.14);
}

.nl-gw-search-control input {
	min-width: 0;
	flex: 1;
	margin: 0 !important;
	padding: .78rem .85rem !important;
	border: 0 !important;
	outline: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--gw-ink);
	font-size: 1rem;
}

.nl-gw-search-control input:focus {
	box-shadow: inset 0 -2px 0 var(--gw-copper) !important;
}

.nl-gw-search-control button {
	align-self: stretch;
	margin: 0;
	padding: .6rem .9rem;
	border: 0;
	border-radius: 9px;
	background: #eaf0f0;
	color: var(--gw-teal);
	font-size: .88rem;
	font-weight: 700;
}

.nl-gw-search-control button:hover,
.nl-gw-search-control button:focus-visible {
	background: #dbe7e7;
}

.nl-gw-search-status {
	margin: .65rem 0 0;
	color: rgba(255,255,255,.76);
	font-size: .84rem;
}

.nl-gw-browse {
	display: block !important;
	padding: clamp(1.35rem, 3vw, 2rem);
	border: 1px solid var(--gw-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(19,47,53,.07);
}

.nl-gw-browse .elementor-heading-title {
	margin: 0;
	color: var(--gw-ink);
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
}

.nl-gw-browse p {
	margin: .45rem 0 1rem;
	color: var(--gw-muted);
}

.nl-gw-theme-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: .65rem;
}

.nl-gw-theme-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .6rem;
	min-height: 48px;
	padding: .7rem .8rem;
	border: 1px solid var(--gw-line);
	border-radius: 10px;
	background: var(--gw-soft);
	color: var(--gw-teal);
	font-size: .86rem;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.nl-gw-theme-link strong {
	display: grid;
	place-items: center;
	min-width: 1.8rem;
	height: 1.8rem;
	border-radius: 999px;
	background: #fff;
	color: var(--gw-copper);
	font-size: .78rem;
}

.nl-gw-theme-link:hover,
.nl-gw-theme-link:focus-visible {
	border-color: #9bb4b7;
	background: #fff;
	transform: translateY(-1px);
}

.nl-gw-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: clamp(1rem, 2.4vw, 1.5rem);
	align-items: start;
}

.nl-gw-group {
	--gw-cat: #4f7b80;
	display: flex !important;
	flex-direction: column;
	gap: 0;
	position: relative;
	overflow: hidden;
	padding: clamp(1.25rem, 2.7vw, 1.8rem);
	border: 1px solid var(--gw-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(19,47,53,.07);
}

.nl-gw-group::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: var(--gw-cat);
}

.nl-gw-group.nl-gw-featured {
	grid-column: 1 / -1;
}

.nl-gw-trauma { --gw-cat: #944d51; }
.nl-gw-body { --gw-cat: #7b5581; }
.nl-gw-addiction { --gw-cat: #a06a32; }
.nl-gw-mood { --gw-cat: #3e7181; }
.nl-gw-diagnoses { --gw-cat: #6a5b8f; }
.nl-gw-brain { --gw-cat: #33796e; }
.nl-gw-consciousness { --gw-cat: #365e99; }
.nl-gw-additional { --gw-cat: #876849; }

.nl-gw-group .elementor-heading-title {
	margin: 0;
	color: var(--gw-ink);
	font-size: clamp(1.28rem, 2.2vw, 1.7rem);
	line-height: 1.22;
	text-wrap: balance;
}

.nl-gw-group-intro {
	margin: .55rem 0 1.15rem;
	color: var(--gw-muted);
	font-size: .94rem;
	line-height: 1.55;
}

.nl-gw-count {
	display: inline-block;
	margin-left: .35rem;
	padding: .18rem .5rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--gw-cat) 11%, white);
	color: var(--gw-cat);
	font-size: .73rem;
	font-weight: 800;
	white-space: nowrap;
}

.nl-gw-card-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: .7rem;
}

.nl-gw-featured .nl-gw-card-grid {
	grid-template-columns: repeat(2, minmax(0,1fr));
}

.nl-gw-card {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto 1fr;
	column-gap: .75rem;
	min-height: 100%;
	padding: .95rem 1rem;
	border: 1px solid #e5ebec;
	border-radius: 11px;
	background: #fbfcfc;
	color: var(--gw-ink);
	text-decoration: none !important;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nl-gw-card-title {
	grid-column: 1;
	color: var(--gw-teal);
	font-size: .98rem;
	font-weight: 800;
	line-height: 1.35;
}

.nl-gw-card-summary {
	grid-column: 1;
	margin-top: .35rem;
	color: var(--gw-muted);
	font-size: .86rem;
	line-height: 1.5;
}

.nl-gw-card-arrow {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	color: var(--gw-cat);
	font-size: 1.25rem;
	transition: transform .18s ease;
}

.nl-gw-card:hover,
.nl-gw-card:focus-visible {
	border-color: color-mix(in srgb, var(--gw-cat) 42%, white);
	background: #fff;
	box-shadow: 0 8px 20px rgba(19,47,53,.08);
	transform: translateY(-2px);
}

.nl-gw-card:hover .nl-gw-card-arrow,
.nl-gw-card:focus-visible .nl-gw-card-arrow {
	transform: translateX(3px);
}

.nl-gw-utility {
	display: block !important;
}

.nl-gw-empty {
	margin: 0;
	padding: 1.2rem;
	border: 1px solid #e5c18d;
	border-radius: 12px;
	background: #fff8ec;
	color: #6d4a1f;
	font-weight: 700;
	text-align: center;
}

.nl-gw-archive [hidden] {
	display: none !important;
}

.nl-gw-archive a:focus-visible,
.nl-gw-archive button:focus-visible,
.nl-gw-archive input:focus-visible {
	outline: 3px solid #e5a675;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.nl-gw-theme-links {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}
}

@media (max-width: 760px) {
	body.page-id-1198 #content.site-content {
		padding-top: 1rem;
	}

	.nl-gw-hero {
		border-radius: 15px;
	}

	.nl-gw-grid,
	.nl-gw-featured .nl-gw-card-grid {
		grid-template-columns: 1fr;
	}

	.nl-gw-group.nl-gw-featured {
		grid-column: auto;
	}
}

@media (max-width: 520px) {
	.nl-gw-theme-links {
		grid-template-columns: 1fr;
	}

	.nl-gw-search-control {
		align-items: stretch;
	}

	.nl-gw-search-control button {
		padding-inline: .7rem;
	}

	.nl-gw-card {
		padding: .85rem;
	}
}

/* Elementor container precedence refinements (v1.6.4) */
body.page-id-1198 .nl-gw-archive {
	padding: 0 0 clamp(2rem, 5vw, 4rem) !important;
}

body.page-id-1198 .nl-gw-hero {
	min-height: 0 !important;
	padding: clamp(2rem, 4vw, 3.15rem) clamp(1.15rem, 5vw, 4rem) !important;
	text-align: center !important;
}

body.page-id-1198 .nl-gw-hero .elementor-widget-heading,
body.page-id-1198 .nl-gw-hero .elementor-widget-text-editor {
	text-align: center !important;
}

body.page-id-1198 .nl-gw-hero .elementor-heading-title {
	max-width: 850px !important;
	color: #fff !important;
	font-size: clamp(2rem, 4vw, 3.25rem) !important;
	line-height: 1.06 !important;
}

body.page-id-1198 .nl-gw-hero .nl-gw-search-wrap {
	text-align: left !important;
}

body.page-id-1198 .nl-gw-browse {
	padding: clamp(1.35rem, 3vw, 2rem) !important;
}

body.page-id-1198 .nl-gw-grid {
	padding: 0 !important;
}

body.page-id-1198 .nl-gw-group {
	padding: clamp(1.25rem, 2.7vw, 1.8rem) !important;
}

/* Compact General Writings hero rhythm (v1.6.5) */
body.page-id-1198 .nl-gw-hero {
	gap: .7rem !important;
}

body.page-id-1198 .nl-gw-hero .nl-gw-lead {
	margin: .8rem auto 0 !important;
}

body.page-id-1198 .nl-gw-hero .nl-gw-statline {
	margin: .8rem 0 0 !important;
}

body.page-id-1198 .nl-gw-hero .nl-gw-search-wrap {
	margin: .9rem auto 0 !important;
}

/* General Writings category rhythm (v1.6.6) */
body.page-id-1198 .nl-gw-group {
	gap: .8rem !important;
}

body.page-id-1198 .nl-gw-group .elementor-heading-title {
	margin: 0 !important;
	padding: 0 0 .55rem !important;
}

body.page-id-1198 .nl-gw-group .nl-gw-group-intro {
	margin: 0 0 .35rem !important;
}

