:root {
	--emtech-bh-maroon: #8e1418;
	--emtech-bh-maroon-dark: #671014;
	--emtech-bh-ink: #1d1c1d;
	--emtech-bh-body: #565258;
	--emtech-bh-line: #e4e1e2;
	--emtech-bh-soft: #f6f4f4;
	--emtech-bh-neutral: #efeff0;
	--emtech-bh-white: #ffffff;
	--emtech-bh-radius: 18px;
	--emtech-bh-shadow: 0 18px 45px rgba(35, 22, 24, 0.09);
}

body.emtech-blog-hub {
	background: var(--emtech-bh-white);
	color: var(--emtech-bh-ink);
}

.emtech-bh-main,
.emtech-bh-main * {
	box-sizing: border-box;
}

.emtech-bh-main {
	overflow: clip;
	font-family: Outfit, "Segoe UI", Arial, sans-serif;
}

.emtech-bh-main a {
	text-decoration: none;
}

.emtech-bh-shell {
	width: min(100% - 40px, 1240px);
	margin-inline: auto;
}

.emtech-bh-hero {
	position: relative;
	isolation: isolate;
	padding: clamp(48px, 5.5vw, 72px) 0 clamp(46px, 5vw, 66px);
	color: var(--emtech-bh-white);
	background:
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.13), transparent 24%),
		linear-gradient(128deg, #8e1418 0%, #791115 54%, #5d0e12 100%);
}

.emtech-bh-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	opacity: 0.32;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: linear-gradient(90deg, #000, transparent 84%);
	mask-image: linear-gradient(90deg, #000, transparent 84%);
}

.emtech-bh-hero__inner {
	position: relative;
}

.emtech-bh-hero__copy {
	width: min(100%, 780px);
	margin-inline: auto;
	text-align: center;
}

.emtech-bh-eyebrow,
.emtech-bh-kicker {
	margin: 0 0 12px;
	color: var(--emtech-bh-maroon);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.emtech-bh-eyebrow {
	color: #f0b4b6;
}

.emtech-bh-hero h1 {
	max-width: 720px;
	margin: 0 auto;
	color: var(--emtech-bh-white);
	font-size: clamp(34px, 4.3vw, 54px);
	font-weight: 550;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.emtech-bh-hero__intro {
	max-width: 680px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 1.45vw, 18px);
	line-height: 1.7;
}

.emtech-bh-search {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	width: min(100%, 650px);
	margin: 28px auto 0;
	padding: 8px 8px 8px 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.emtech-bh-search svg {
	color: rgba(255, 255, 255, 0.68);
}

.emtech-bh-search input[type="search"] {
	min-width: 0;
	height: 46px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: var(--emtech-bh-white);
	background: transparent;
	box-shadow: none;
	font: inherit;
	font-size: 15px;
}

.emtech-bh-search input[type="search"]::placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, 0.62);
}

.emtech-bh-search button {
	min-height: 46px;
	margin: 0;
	padding: 0 24px;
	border: 1px solid var(--emtech-bh-white);
	border-radius: 10px;
	color: var(--emtech-bh-maroon);
	background: var(--emtech-bh-white);
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.emtech-bh-search button:hover,
.emtech-bh-search button:focus-visible {
	color: var(--emtech-bh-white);
	background: transparent;
	transform: translateY(-1px);
}

.emtech-bh-topic-nav {
	position: relative;
	z-index: 3;
	border-bottom: 1px solid var(--emtech-bh-line);
	background: var(--emtech-bh-white);
	box-shadow: 0 8px 24px rgba(35, 22, 24, 0.04);
}

.emtech-bh-topic-nav__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	justify-content: center;
	padding-block: 16px;
}

.emtech-bh-topic {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #4d494d;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.emtech-bh-topic span {
	display: inline-grid;
	min-width: 22px;
	height: 22px;
	padding-inline: 5px;
	place-items: center;
	border-radius: 999px;
	color: #6e696d;
	background: var(--emtech-bh-soft);
	font-size: 11px;
}

.emtech-bh-topic:hover,
.emtech-bh-topic:focus-visible {
	border-color: #d8c2c3;
	color: var(--emtech-bh-maroon);
	background: #fff8f8;
}

.emtech-bh-topic.is-active {
	border-color: var(--emtech-bh-maroon);
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
}

.emtech-bh-topic.is-active span {
	color: var(--emtech-bh-maroon-dark);
	background: var(--emtech-bh-white);
}

.emtech-bh-content {
	padding-block: clamp(58px, 7vw, 96px);
}

.emtech-bh-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	min-height: 500px;
	overflow: hidden;
	border: 1px solid var(--emtech-bh-line);
	border-radius: 24px;
	background: var(--emtech-bh-white);
	box-shadow: var(--emtech-bh-shadow);
}

.emtech-bh-feature__media,
.emtech-bh-card__media {
	display: block;
	overflow: hidden;
	background: #e8e4e5;
}

.emtech-bh-feature__media {
	min-height: 500px;
}

.emtech-bh-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.emtech-bh-feature:hover .emtech-bh-card__image,
.emtech-bh-card:hover .emtech-bh-card__image {
	transform: scale(1.035);
}

.emtech-bh-card__fallback {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: inherit;
	color: var(--emtech-bh-white);
	background:
		radial-gradient(circle at 68% 30%, rgba(255, 255, 255, 0.18), transparent 22%),
		linear-gradient(135deg, #2a1c1d, var(--emtech-bh-maroon));
	text-align: center;
}

.emtech-bh-card__fallback span {
	font-size: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.emtech-bh-card__fallback strong {
	font-size: 34px;
	font-weight: 550;
	letter-spacing: -0.02em;
}

.emtech-bh-feature__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(36px, 5vw, 68px);
}

.emtech-bh-category {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: 0 0 18px;
	padding: 5px 10px;
	border-radius: 6px;
	color: var(--emtech-bh-maroon);
	background: #f8eaea;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-transform: uppercase;
}

.emtech-bh-category:hover,
.emtech-bh-category:focus-visible {
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
}

.emtech-bh-feature h2,
.emtech-bh-section-head h2,
.emtech-bh-cta h2 {
	margin: 0;
	color: var(--emtech-bh-ink);
	font-weight: 550;
	letter-spacing: -0.035em;
}

.emtech-bh-feature h2 {
	font-size: clamp(30px, 3.2vw, 45px);
	line-height: 1.13;
}

.emtech-bh-feature h2 a,
.emtech-bh-card h3 a {
	color: inherit;
}

.emtech-bh-feature h2 a:hover,
.emtech-bh-feature h2 a:focus-visible,
.emtech-bh-card h3 a:hover,
.emtech-bh-card h3 a:focus-visible {
	color: var(--emtech-bh-maroon);
}

.emtech-bh-feature__excerpt {
	margin: 22px 0 0;
	color: var(--emtech-bh-body);
	font-size: 16px;
	line-height: 1.75;
}

.emtech-bh-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: #777176;
	font-size: 13px;
	line-height: 1.5;
}

.emtech-bh-feature .emtech-bh-meta {
	margin-top: 22px;
}

.emtech-bh-read {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	color: var(--emtech-bh-maroon);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.emtech-bh-read span {
	transition: transform 180ms ease;
}

.emtech-bh-read:hover span,
.emtech-bh-read:focus-visible span {
	transform: translateX(4px);
}

.emtech-bh-read--feature {
	margin-top: 26px;
}

.emtech-bh-latest {
	padding-top: clamp(74px, 8vw, 112px);
}

.emtech-bh-section-head {
	display: block;
	max-width: 820px;
	margin-bottom: 38px;
	margin-inline: auto;
	text-align: center;
}

.emtech-bh-section-head h2 {
	font-size: clamp(30px, 3.6vw, 48px);
	line-height: 1.12;
}

.emtech-bh-section-head > p {
	max-width: 500px;
	margin: 16px auto 0;
	color: var(--emtech-bh-body);
	font-size: 15px;
	line-height: 1.75;
}

.emtech-bh-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.emtech-bh-card {
	display: flex;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	margin: 0;
	border: 1px solid var(--emtech-bh-line);
	border-radius: var(--emtech-bh-radius);
	background: var(--emtech-bh-white);
	box-shadow: 0 10px 30px rgba(35, 22, 24, 0.045);
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.emtech-bh-card:hover {
	border-color: #d7bec0;
	box-shadow: 0 20px 42px rgba(35, 22, 24, 0.09);
	transform: translateY(-5px);
}

.emtech-bh-card__media {
	aspect-ratio: 16 / 10;
}

.emtech-bh-card__body {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px 25px 24px;
}

.emtech-bh-card .emtech-bh-category {
	margin-bottom: 14px;
}

.emtech-bh-card h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--emtech-bh-ink);
	font-size: 22px;
	font-weight: 550;
	letter-spacing: -0.025em;
	line-height: 1.3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.emtech-bh-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	margin: 15px 0 22px;
	color: var(--emtech-bh-body);
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.emtech-bh-card__footer {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--emtech-bh-line);
}

.emtech-bh-card__footer .emtech-bh-read {
	flex: 0 0 auto;
}

.emtech-bh-empty {
	padding: clamp(42px, 6vw, 72px);
	border: 1px solid var(--emtech-bh-line);
	border-radius: var(--emtech-bh-radius);
	background: var(--emtech-bh-soft);
	text-align: center;
}

.emtech-bh-empty h2 {
	margin: 0;
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 550;
}

.emtech-bh-empty p {
	margin: 14px auto 24px;
	color: var(--emtech-bh-body);
}

.emtech-bh-pagination {
	margin-top: 52px;
}

.emtech-bh-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.emtech-bh-pagination .page-numbers li {
	margin: 0;
}

.emtech-bh-pagination a.page-numbers,
.emtech-bh-pagination span.page-numbers {
	display: inline-grid;
	min-width: 44px;
	min-height: 44px;
	padding: 8px 13px;
	place-items: center;
	border: 1px solid var(--emtech-bh-line);
	border-radius: 10px;
	color: var(--emtech-bh-ink);
	background: var(--emtech-bh-white);
	font-size: 14px;
	font-weight: 600;
}

.emtech-bh-pagination a.page-numbers:hover,
.emtech-bh-pagination a.page-numbers:focus-visible,
.emtech-bh-pagination span.page-numbers.current {
	border-color: var(--emtech-bh-maroon);
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
}

.emtech-bh-pagination a.prev,
.emtech-bh-pagination a.next {
	padding-inline: 18px;
}

.emtech-bh-cta {
	padding: clamp(54px, 6vw, 78px) 0;
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
}

.emtech-bh-cta__inner {
	display: block;
	text-align: center;
}

.emtech-bh-cta .emtech-bh-kicker {
	color: #f1b9bb;
}

.emtech-bh-cta h2 {
	max-width: 760px;
	margin-inline: auto;
	color: var(--emtech-bh-white);
	font-size: clamp(29px, 3.7vw, 48px);
	line-height: 1.15;
}

.emtech-bh-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 28px;
}

.emtech-bh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid var(--emtech-bh-maroon);
	border-radius: 9px;
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.emtech-bh-button:hover,
.emtech-bh-button:focus-visible {
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon-dark);
	transform: translateY(-2px);
}

.emtech-bh-button--light {
	border-color: var(--emtech-bh-white);
	color: var(--emtech-bh-maroon);
	background: var(--emtech-bh-white);
}

.emtech-bh-button--light:hover,
.emtech-bh-button--light:focus-visible {
	border-color: var(--emtech-bh-white);
	color: var(--emtech-bh-white);
	background: transparent;
}

.emtech-bh-button--outline {
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--emtech-bh-white);
	background: transparent;
}

.emtech-bh-button--outline:hover,
.emtech-bh-button--outline:focus-visible {
	border-color: var(--emtech-bh-white);
	color: var(--emtech-bh-maroon);
	background: var(--emtech-bh-white);
}

.emtech-bh-main :focus-visible {
	outline: 3px solid #f3b8ba;
	outline-offset: 3px;
}

/* Newsroom: a distinct editorial layout using the same emtech design system. */
.emtech-news-hero {
	padding-block: clamp(48px, 5vw, 68px);
	color: var(--emtech-bh-ink);
	background:
		radial-gradient(circle at 20% 10%, rgba(142, 20, 24, 0.1), transparent 26%),
		linear-gradient(135deg, #f5f1f1 0%, #efeff0 100%);
}

.emtech-news-hero::before {
	opacity: 0.24;
	background-image:
		linear-gradient(rgba(142, 20, 24, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(142, 20, 24, 0.08) 1px, transparent 1px);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

.emtech-news-hero .emtech-bh-eyebrow {
	color: var(--emtech-bh-maroon);
}

.emtech-news-hero h1 {
	color: var(--emtech-bh-ink);
}

.emtech-news-hero .emtech-bh-hero__intro {
	color: var(--emtech-bh-body);
}

.emtech-news-content {
	padding-block: clamp(56px, 7vw, 92px);
}

.emtech-news-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	min-height: 480px;
	overflow: hidden;
	border: 1px solid var(--emtech-bh-line);
	border-radius: 22px;
	background: var(--emtech-bh-white);
	box-shadow: var(--emtech-bh-shadow);
}

.emtech-news-feature__media,
.emtech-news-card__media {
	display: block;
	overflow: hidden;
	background: #e8e4e5;
}

.emtech-news-feature__media {
	min-height: 480px;
}

.emtech-news-feature__media .emtech-bh-card__image,
.emtech-news-card__media .emtech-bh-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emtech-news-feature:hover .emtech-bh-card__image,
.emtech-news-card:hover .emtech-bh-card__image {
	transform: scale(1.035);
}

.emtech-news-feature__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(34px, 4.5vw, 60px);
}

.emtech-news-label {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 18px;
	color: var(--emtech-bh-maroon);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.emtech-news-label span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--emtech-bh-maroon);
	box-shadow: 0 0 0 5px rgba(142, 20, 24, 0.1);
}

.emtech-news-date {
	margin-bottom: 13px;
	color: #777176;
	font-size: 14px;
}

.emtech-news-feature h2 {
	margin: 0;
	color: var(--emtech-bh-ink);
	font-size: clamp(29px, 3vw, 42px);
	font-weight: 550;
	letter-spacing: -0.03em;
	line-height: 1.17;
}

.emtech-news-feature h2 a,
.emtech-news-card h3 a {
	color: inherit;
}

.emtech-news-feature h2 a:hover,
.emtech-news-feature h2 a:focus-visible,
.emtech-news-card h3 a:hover,
.emtech-news-card h3 a:focus-visible {
	color: var(--emtech-bh-maroon);
}

.emtech-news-feature__body > p {
	margin: 20px 0 24px;
	color: var(--emtech-bh-body);
	font-size: 15px;
	line-height: 1.75;
}

.emtech-news-latest {
	padding-top: clamp(72px, 8vw, 108px);
}

.emtech-news-section-head {
	max-width: 760px;
	margin: 0 auto 38px;
	text-align: center;
}

.emtech-news-section-head h2 {
	margin: 0;
	color: var(--emtech-bh-ink);
	font-size: clamp(30px, 3.6vw, 46px);
	font-weight: 550;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.emtech-news-section-head > p:last-child {
	max-width: 610px;
	margin: 15px auto 0;
	color: var(--emtech-bh-body);
	font-size: 15px;
	line-height: 1.75;
}

.emtech-news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.emtech-news-card {
	display: flex;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	flex-direction: column;
	margin: 0;
	border: 1px solid var(--emtech-bh-line);
	border-radius: 16px;
	background: var(--emtech-bh-white);
	box-shadow: 0 10px 28px rgba(35, 22, 24, 0.045);
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.emtech-news-card:hover {
	border-color: #d7bec0;
	box-shadow: 0 18px 38px rgba(35, 22, 24, 0.085);
	transform: translateY(-4px);
}

.emtech-news-card__media {
	aspect-ratio: 16 / 10;
}

.emtech-news-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px 24px 24px;
}

.emtech-news-card__meta {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 14px;
	color: #777176;
	font-size: 12px;
}

.emtech-news-card__meta span {
	color: var(--emtech-bh-maroon);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.emtech-news-card h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--emtech-bh-ink);
	font-size: 21px;
	font-weight: 550;
	letter-spacing: -0.025em;
	line-height: 1.32;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.emtech-news-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	margin: 15px 0 23px;
	color: var(--emtech-bh-body);
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.emtech-news-card__body > .emtech-bh-read {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--emtech-bh-line);
	width: 100%;
}

/*
 * Universal single Blog and News articles.
 * Supports Gutenberg, Classic Editor and ordinary Elementor content.
 */
.emtech-single,
.emtech-single * {
	box-sizing: border-box;
}

.emtech-single {
	color: var(--emtech-bh-ink);
	background: var(--emtech-bh-white);
	font-family: Outfit, "Segoe UI", Arial, sans-serif;
}

.emtech-single a {
	text-decoration: none;
}

.emtech-article-shell {
	width: min(100% - 40px, 1160px);
	margin-inline: auto;
}

.emtech-article-head {
	padding: clamp(46px, 5vw, 68px) 0;
	border-bottom: 1px solid #eee9ea;
	background: var(--emtech-bh-white);
}

.emtech-article-head__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(390px, 0.97fr);
	gap: clamp(38px, 5vw, 68px);
	align-items: center;
	width: min(100% - 48px, 1260px);
}

.emtech-article-head__inner--no-image {
	grid-template-columns: minmax(0, 900px);
	justify-content: center;
	text-align: center;
}

.emtech-article-head__copy {
	min-width: 0;
}

.emtech-article-head__inner--no-image .emtech-article-deck {
	margin-right: auto;
	margin-left: auto;
}

.emtech-article-head__inner--no-image h1 {
	margin-right: auto;
	margin-left: auto;
}

.emtech-article-head__inner--no-image .emtech-article-meta {
	justify-content: center;
}

.emtech-article-topic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin-bottom: 20px;
	padding: 6px 13px;
	border: 1px solid rgba(142, 20, 24, 0.14);
	border-radius: 999px;
	color: var(--emtech-bh-maroon);
	background: rgba(142, 20, 24, 0.07);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.3;
	text-transform: uppercase;
}

a.emtech-article-topic:hover,
a.emtech-article-topic:focus-visible {
	border-color: var(--emtech-bh-maroon);
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
}

.emtech-article-head h1 {
	max-width: 720px;
	margin: 0;
	color: var(--emtech-bh-ink);
	font-size: clamp(35px, 3.9vw, 50px);
	font-weight: 550;
	letter-spacing: -0.034em;
	line-height: 1.1;
	overflow-wrap: anywhere;
}

.emtech-article-deck {
	max-width: 680px;
	margin: 20px 0 0;
	color: var(--emtech-bh-body);
	font-size: clamp(16px, 1.55vw, 19px);
	line-height: 1.67;
}

.emtech-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: flex-start;
	margin-top: 28px;
	color: #716b70;
	font-size: 13px;
	line-height: 1.45;
}

.emtech-article-author {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	text-align: left;
}

.emtech-article-avatar {
	display: inline-grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border-radius: 50%;
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
	box-shadow: 0 8px 20px rgba(142, 20, 24, 0.18);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.emtech-article-author strong,
.emtech-article-author small {
	display: block;
}

.emtech-article-author strong {
	color: var(--emtech-bh-ink);
	font-size: 13px;
	font-weight: 600;
}

.emtech-article-author small {
	margin-top: 2px;
	color: #8c868a;
	font-size: 11px;
}

.emtech-article-meta__divider {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #b7b1b4;
}

.emtech-article-featured {
	width: 100%;
	min-width: 0;
	margin: 0;
}

.emtech-article-featured img {
	display: block;
	width: 100% !important;
	height: clamp(340px, 34vw, 500px) !important;
	max-height: 500px !important;
	aspect-ratio: auto !important;
	border: 1px solid #e5e0e1;
	border-radius: 18px;
	background: var(--emtech-bh-white);
	object-fit: contain;
	box-shadow: 0 20px 44px rgba(35, 22, 24, 0.1);
}

.emtech-article-featured figcaption {
	max-width: 860px;
	margin: 10px auto 0;
	color: #8a8488;
	font-size: 12px;
	font-style: italic;
	line-height: 1.55;
	text-align: center;
}

.emtech-article-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: clamp(34px, 3.5vw, 46px);
	align-items: start;
	width: min(100% - 48px, 1260px);
	padding-block: clamp(52px, 7vw, 94px);
}

.emtech-article-layout--no-toc {
	display: block;
	width: min(100% - 48px, 960px);
}

.emtech-article-layout--no-toc .emtech-article-main {
	width: 100%;
}

.emtech-article-main {
	min-width: 0;
	background: var(--emtech-bh-white);
}

.emtech-article-toc {
	position: sticky;
	top: 112px;
	min-width: 0;
}

.emtech-article-toc details {
	overflow: hidden;
	border: 1px solid var(--emtech-bh-line);
	border-radius: 16px;
	background: var(--emtech-bh-white);
	box-shadow: 0 15px 36px rgba(35, 22, 24, 0.055);
}

.emtech-article-toc summary {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 19px 20px;
	color: var(--emtech-bh-ink);
	background: var(--emtech-bh-soft);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	list-style: none;
	text-transform: uppercase;
	cursor: pointer;
}

.emtech-article-toc summary::-webkit-details-marker {
	display: none;
}

.emtech-article-toc__toggle {
	position: relative;
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
}

.emtech-article-toc__toggle::before,
.emtech-article-toc__toggle::after {
	position: absolute;
	top: 7px;
	left: 2px;
	width: 11px;
	height: 1.5px;
	content: "";
	background: var(--emtech-bh-maroon);
	transition: transform 180ms ease;
}

.emtech-article-toc__toggle::after {
	transform: rotate(90deg);
}

.emtech-article-toc details[open] .emtech-article-toc__toggle::after {
	transform: rotate(0);
}

.emtech-article-toc nav {
	padding: 18px 20px 20px;
}

.emtech-article-toc ol {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.emtech-article-toc li {
	margin: 0;
}

.emtech-article-toc a:not(.emtech-article-toc__cta) {
	display: block;
	padding: 7px 0 7px 12px;
	border-left: 2px solid #e3dedf;
	color: #645f63;
	font-size: 13px;
	line-height: 1.4;
	transition: border-color 160ms ease, color 160ms ease, padding-left 160ms ease;
}

.emtech-article-toc__level-3 a:not(.emtech-article-toc__cta) {
	padding-left: 22px;
	font-size: 12px;
}

.emtech-article-toc a:not(.emtech-article-toc__cta):hover,
.emtech-article-toc a:not(.emtech-article-toc__cta):focus-visible,
.emtech-article-toc a.is-active {
	padding-left: 16px;
	border-left-color: var(--emtech-bh-maroon);
	color: var(--emtech-bh-maroon);
}

.emtech-article-toc__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 20px;
	padding: 11px 13px;
	border: 1px solid var(--emtech-bh-maroon);
	border-radius: 8px;
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.35;
	text-align: center;
}

.emtech-article-toc__cta:hover,
.emtech-article-toc__cta:focus-visible {
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon-dark);
}

.emtech-article-body {
	width: 100%;
	min-width: 0;
	max-width: none;
	color: #454145;
	font-size: 17px;
	line-height: 1.82;
	overflow-wrap: anywhere;
}

.emtech-article-body > :first-child {
	margin-top: 0 !important;
}

.emtech-article-body > :last-child {
	margin-bottom: 0 !important;
}

.emtech-article-body :where(p, ul, ol, figure, table, blockquote, pre, .wp-block-group, .wp-block-columns) {
	margin-top: 0;
	margin-bottom: 24px;
}

.emtech-article-body p {
	color: #454145;
	font-size: 17px;
	line-height: 1.82;
}

.emtech-article-body h2,
.emtech-article-body h3,
.emtech-article-body h4 {
	color: var(--emtech-bh-ink);
	font-weight: 550;
	letter-spacing: -0.025em;
	overflow-wrap: anywhere;
}

.emtech-article-body h2 {
	margin: 54px 0 20px;
	font-size: clamp(27px, 2.7vw, 34px);
	line-height: 1.22;
}

.emtech-article-body h3 {
	margin: 38px 0 16px;
	font-size: clamp(21px, 2.15vw, 26px);
	line-height: 1.28;
}

.emtech-article-body h4 {
	margin: 30px 0 13px;
	font-size: 20px;
	line-height: 1.35;
}

.emtech-article-anchor {
	scroll-margin-top: 125px;
}

.emtech-article-body a {
	color: var(--emtech-bh-maroon);
	font-weight: 550;
	text-decoration: underline;
	text-decoration-color: rgba(142, 20, 24, 0.28);
	text-underline-offset: 3px;
}

.emtech-article-body a:hover,
.emtech-article-body a:focus-visible {
	text-decoration-color: currentColor;
}

.emtech-article-body strong,
.emtech-article-body b {
	color: #292629;
	font-weight: 650;
}

.emtech-article-body ul,
.emtech-article-body ol {
	padding-left: 25px;
}

.emtech-article-body li {
	margin-bottom: 9px;
	padding-left: 5px;
}

.emtech-article-body li::marker {
	color: var(--emtech-bh-maroon);
	font-weight: 650;
}

.emtech-article-body blockquote,
.emtech-article-body .wp-block-quote {
	position: relative;
	padding: 23px 26px 23px 29px;
	border: 0;
	border-left: 4px solid var(--emtech-bh-maroon);
	border-radius: 0 13px 13px 0;
	color: #3d393c;
	background: #f8f4f4;
}

.emtech-article-body blockquote p:last-child {
	margin-bottom: 0;
}

.emtech-article-body blockquote cite {
	display: block;
	margin-top: 12px;
	color: #777176;
	font-size: 13px;
	font-style: normal;
}

.emtech-article-body img,
.emtech-article-body video,
.emtech-article-body svg,
.emtech-article-body canvas {
	max-width: 100%;
	height: auto;
}

.emtech-article-body figure {
	max-width: 100%;
}

.emtech-article-body figure img,
.emtech-article-body .wp-block-image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 13px;
}

.emtech-article-body figcaption,
.emtech-article-body .wp-element-caption {
	margin-top: 9px;
	color: #817b7f;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.emtech-article-body .aligncenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.emtech-article-body :where(.alignwide, .alignfull) {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.emtech-article-body .wp-block-columns {
	display: flex;
	gap: 22px;
	align-items: stretch;
}

.emtech-article-body .wp-block-column {
	min-width: 0;
}

.emtech-article-body .wp-block-group,
.emtech-article-body .wp-block-cover {
	max-width: 100%;
	border-radius: 14px;
}

.emtech-article-body .wp-block-cover {
	overflow: hidden;
}

.emtech-article-body .wp-block-button__link,
.emtech-article-body a.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 19px;
	border-radius: 8px;
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.emtech-article-body .wp-block-button__link:hover,
.emtech-article-body .wp-block-button__link:focus-visible {
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon-dark);
}

.emtech-article-body .wp-block-separator {
	width: 100%;
	height: 1px;
	margin: 44px 0;
	border: 0;
	background: var(--emtech-bh-line);
}

.emtech-article-body table,
.emtech-article-body .wp-block-table table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.55;
}

.emtech-article-body .wp-block-table,
.emtech-article-body .table-responsive,
.emtech-article-body .table-wrap {
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid var(--emtech-bh-line);
	border-radius: 12px;
	-webkit-overflow-scrolling: touch;
}

.emtech-article-body th,
.emtech-article-body td {
	min-width: 130px;
	padding: 14px 16px;
	border: 1px solid var(--emtech-bh-line);
	text-align: left;
	vertical-align: top;
}

.emtech-article-body th {
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
	font-weight: 600;
}

.emtech-article-body tbody tr:nth-child(even) {
	background: #faf8f8;
}

.emtech-article-body iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
	border-radius: 12px;
}

.emtech-article-body pre {
	max-width: 100%;
	overflow-x: auto;
	padding: 18px;
	border-radius: 12px;
	color: #f6eeee;
	background: #241f20;
	font-size: 13px;
	line-height: 1.6;
	white-space: pre;
	-webkit-overflow-scrolling: touch;
}

.emtech-article-body code {
	overflow-wrap: anywhere;
}

.emtech-article-body :where(input, select, textarea, button) {
	max-width: 100%;
	font-family: Outfit, "Segoe UI", Arial, sans-serif;
}

/*
 * Standard WordPress articles often contain old block or inline wrappers with
 * narrow fixed widths. The article grid owns the readable width, so direct
 * content wrappers should fill that column instead of creating a second one.
 */
.emtech-article-body > :where(div, section, article) {
	max-width: 100% !important;
	margin-right: 0;
	margin-left: 0;
}

.emtech-article-body > :where(div, section, article)[style*="width"],
.emtech-article-body > :where(div, section, article)[style*="max-width"],
.emtech-article-body :where(.container, .content-container, .content-wrapper, .article-container, .article-content, .blog-content) {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* Tables keep their real column structure and scroll inside their own frame. */
.emtech-article-table-scroll {
	width: 100%;
	max-width: 100%;
	margin: 28px 0 34px;
	overflow-x: auto;
	border: 1px solid #ddd8da;
	border-radius: 14px;
	background: var(--emtech-bh-white);
	box-shadow: 0 9px 25px rgba(35, 22, 24, 0.045);
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #b9b2b5 #f1eeee;
	scrollbar-width: thin;
}

body.emtech-blog-article .emtech-article-body .emtech-article-table-scroll table {
	display: table !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
}

body.emtech-blog-article .emtech-article-body .emtech-article-table-scroll table.emtech-article-table--wide {
	min-width: 820px;
}

body.emtech-blog-article .emtech-article-body .emtech-article-table-scroll :where(th, td) {
	min-width: 0;
	padding: 14px 16px !important;
	border-width: 0 1px 1px 0 !important;
	border-style: solid !important;
	border-color: #ded9db !important;
	color: #4c484b !important;
	background: var(--emtech-bh-white) !important;
	vertical-align: top;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: break-word;
}

body.emtech-blog-article .emtech-article-body .emtech-article-table-scroll thead th {
	color: var(--emtech-bh-white) !important;
	background: var(--emtech-bh-maroon) !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

body.emtech-blog-article .emtech-article-body .emtech-article-table-scroll thead th * {
	color: inherit !important;
	background: transparent !important;
	-webkit-text-fill-color: currentColor !important;
}

body.emtech-blog-article .emtech-article-body .emtech-article-table-scroll tbody tr:nth-child(even) :where(th, td) {
	background: #faf8f8 !important;
}

body.emtech-blog-article .emtech-article-body .emtech-article-table-scroll tr > :last-child {
	border-right: 0 !important;
}

body.emtech-blog-article .emtech-article-body .emtech-article-table-scroll tbody tr:last-child > * {
	border-bottom: 0 !important;
}

/* Shared FAQ cards for core Details blocks, Yoast, Rank Math and common markup. */
.emtech-article-body .emtech-faq-list {
	display: grid;
	gap: 11px;
	margin: 22px 0 40px;
}

.emtech-article-body .emtech-faq-card,
.emtech-article-body :where(.schema-faq-section, .rank-math-list-item, details) {
	overflow: hidden;
	margin: 0 0 11px;
	padding: 0 !important;
	border: 1px solid #dfdbdc !important;
	border-radius: 14px;
	background: var(--emtech-bh-white) !important;
	box-shadow: 0 8px 23px rgba(35, 22, 24, 0.04);
}

.emtech-article-body .emtech-faq-question,
.emtech-article-body :where(.schema-faq-question, .rank-math-question, details > summary) {
	position: relative;
	display: flex !important;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 58px;
	margin: 0 !important;
	padding: 17px 56px 17px 20px !important;
	border: 0 !important;
	color: #302d2f !important;
	background: var(--emtech-bh-white) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
	text-align: left;
	list-style: none;
	cursor: pointer;
}

.emtech-article-body .emtech-faq-question::after,
.emtech-article-body :where(.schema-faq-question, .rank-math-question, details > summary)::after {
	position: absolute;
	top: 50%;
	right: 19px;
	display: grid;
	width: 28px;
	height: 28px;
	content: "+";
	transform: translateY(-50%);
	place-items: center;
	border-radius: 50%;
	color: var(--emtech-bh-maroon);
	background: rgba(142, 20, 24, 0.09);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.emtech-article-body .emtech-faq-card.is-open .emtech-faq-question,
.emtech-article-body details[open] > summary {
	color: var(--emtech-bh-maroon) !important;
}

.emtech-article-body .emtech-faq-card.is-open .emtech-faq-question::after,
.emtech-article-body details[open] > summary::after {
	content: "−";
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
}

.emtech-article-body .emtech-faq-answer,
.emtech-article-body :where(.schema-faq-answer, .rank-math-answer) {
	margin: 0 !important;
	padding: 0 20px 18px !important;
	color: #5e595d !important;
	font-size: 15px;
	line-height: 1.7;
}

.emtech-article-body .emtech-faq-answer[hidden] {
	display: none !important;
}

.emtech-article-body details > :not(summary) {
	margin-right: 20px;
	margin-left: 20px;
}

/* Compact CTA treatment for old custom groups inside standard articles. */
.emtech-article-body .emtech-inline-cta {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 0 !important;
	margin: 44px 0 !important;
	padding: clamp(26px, 3.5vw, 36px) !important;
	border: 1px solid #d9d3d5 !important;
	border-radius: 18px !important;
	color: var(--emtech-bh-ink) !important;
	background:
		linear-gradient(135deg, rgba(142, 20, 24, 0.055), transparent 58%),
		var(--emtech-bh-white) !important;
	box-shadow: 0 15px 35px rgba(35, 22, 24, 0.06);
}

.emtech-article-body .emtech-inline-cta > :first-child {
	margin-top: 0 !important;
}

.emtech-article-body .emtech-inline-cta > :last-child {
	margin-bottom: 0 !important;
}

.emtech-article-body .emtech-inline-cta :where(h2, h3) {
	max-width: 680px;
	margin: 10px 0 20px !important;
	color: var(--emtech-bh-ink) !important;
	font-size: clamp(25px, 2.8vw, 32px) !important;
	font-weight: 550 !important;
	line-height: 1.22 !important;
}

.emtech-article-body .emtech-inline-cta p {
	max-width: 720px;
	margin-bottom: 18px;
	color: #625d61 !important;
	font-size: 16px;
	line-height: 1.65;
}

.emtech-article-body .emtech-inline-cta__action-wrap,
.emtech-article-body .emtech-inline-cta .wp-block-button {
	display: inline-flex !important;
	width: auto !important;
	margin: 0 9px 9px 0 !important;
}

.emtech-article-body .emtech-inline-cta .emtech-inline-cta__action {
	display: inline-flex !important;
	width: auto !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 11px 20px !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--emtech-bh-maroon) !important;
	border-radius: 999px !important;
	color: var(--emtech-bh-white) !important;
	background: var(--emtech-bh-maroon) !important;
	font-size: 13px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
	text-align: center;
	text-decoration: none !important;
	white-space: normal !important;
}

.emtech-article-body .emtech-inline-cta .emtech-inline-cta__action:hover,
.emtech-article-body .emtech-inline-cta .emtech-inline-cta__action:focus-visible {
	color: var(--emtech-bh-white) !important;
	background: var(--emtech-bh-maroon-dark) !important;
}

.emtech-article-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 22px 32px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 64px;
	padding: 27px 29px;
	border: 1px solid var(--emtech-bh-line);
	border-radius: 18px;
	color: var(--emtech-bh-ink) !important;
	background: var(--emtech-bh-soft) !important;
	box-shadow: 0 15px 36px rgba(35, 22, 24, 0.055);
}

.emtech-article-author-card {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	max-width: 700px;
}

.emtech-article-author-card__media {
	width: 68px;
	height: 68px;
	flex: 0 0 68px;
}

.emtech-article-author-card__avatar,
.emtech-article-author-card__avatar-fallback {
	display: block;
	width: 68px !important;
	height: 68px !important;
	margin: 0 !important;
	border: 2px solid var(--emtech-bh-white);
	border-radius: 50% !important;
	object-fit: cover;
	box-shadow: 0 9px 22px rgba(35, 22, 24, 0.14);
}

.emtech-article-author-card__avatar-fallback {
	display: inline-grid;
	place-items: center;
	color: var(--emtech-bh-white);
	background: var(--emtech-bh-maroon);
	font-size: 17px;
	font-weight: 700;
}

.emtech-article-author-card__content {
	min-width: 0;
}

.emtech-article-author-card p,
.emtech-article-author-card strong,
.emtech-article-author-card span {
	display: block;
	margin: 0;
}

.emtech-article-author-card .emtech-article-author-card__eyebrow {
	margin-bottom: 3px;
	color: var(--emtech-bh-maroon) !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.emtech-article-author-card .emtech-article-author-card__name {
	color: var(--emtech-bh-ink) !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}

.emtech-article-author-card .emtech-article-author-card__role {
	margin-top: 2px;
	color: #777176 !important;
	font-size: 12px;
	line-height: 1.45;
}

.emtech-article-author-card .emtech-article-author-card__bio {
	margin-top: 8px;
	color: #5f5a5e !important;
	font-size: 13px;
	line-height: 1.58;
}

.emtech-article-back {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid rgba(142, 20, 24, 0.2);
	border-radius: 9px;
	color: var(--emtech-bh-maroon) !important;
	background: var(--emtech-bh-white);
	font-size: 13px;
	font-weight: 600;
}

.emtech-article-back:hover,
.emtech-article-back:focus-visible {
	color: var(--emtech-bh-white) !important;
	background: var(--emtech-bh-maroon);
}

.emtech-related {
	padding: clamp(60px, 7vw, 92px) 0;
	border-top: 1px solid var(--emtech-bh-line);
	background: var(--emtech-bh-soft);
}

.emtech-related__head {
	max-width: 720px;
	margin: 0 auto 34px;
	text-align: center;
}

body.emtech-blog-article .emtech-related__head {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.emtech-related__head h2 {
	margin: 0;
	color: var(--emtech-bh-ink);
	font-size: clamp(30px, 3.5vw, 44px);
	font-weight: 550;
	letter-spacing: -0.03em;
	line-height: 1.16;
}

.emtech-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.emtech-related-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid var(--emtech-bh-line);
	border-radius: 15px;
	background: var(--emtech-bh-white);
	box-shadow: 0 10px 28px rgba(35, 22, 24, 0.045);
}

.emtech-related-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #e8e4e5;
}

.emtech-related-card__media .emtech-bh-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.emtech-related-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px;
}

.emtech-related-card__body > span {
	margin-bottom: 10px;
	color: var(--emtech-bh-maroon);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.3;
	text-transform: uppercase;
}

.emtech-related-card h3 {
	margin: 0 0 19px;
	color: var(--emtech-bh-ink);
	font-size: 20px;
	font-weight: 550;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.emtech-related-card h3 a {
	color: inherit;
}

.emtech-related-card h3 a:hover,
.emtech-related-card h3 a:focus-visible {
	color: var(--emtech-bh-maroon);
}

.emtech-related-card .emtech-bh-read {
	margin-top: auto;
}

/* Single News visual differences. */
.emtech-news-article-head {
	background: var(--emtech-bh-white);
}

.emtech-news-article-meta strong {
	color: var(--emtech-bh-ink);
	font-weight: 600;
}

.emtech-news-live-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: var(--emtech-bh-maroon);
	box-shadow: 0 0 0 5px rgba(142, 20, 24, 0.1);
}

.emtech-news-article-featured img {
	border-radius: 16px;
}

.emtech-news-source {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	max-width: 530px;
}

.emtech-news-source .emtech-news-live-dot {
	margin: 7px 4px 0;
}

.emtech-news-source strong,
.emtech-news-source span {
	display: block;
}

.emtech-news-source strong {
	color: var(--emtech-bh-ink);
	font-size: 15px;
	font-weight: 600;
}

.emtech-news-source span {
	margin-top: 5px;
	color: #706a6e;
	font-size: 13px;
	line-height: 1.5;
}

/* Supplied full HTML articles keep their custom components without duplication. */
.emtech-single--custom {
	overflow: hidden;
}

.emtech-single--custom .blg-page {
	font-family: Outfit, "Segoe UI", Arial, sans-serif !important;
}

.emtech-single--custom .blg-crumb {
	display: none !important;
}

body.emtech-blog-article .emtech-single--custom .blg-page .blg-h1,
body.emtech-blog-article .emtech-single--custom .blg-page h1,
body.emtech-blog-article .emtech-single--custom .blg-page h2,
body.emtech-blog-article .emtech-single--custom .blg-page h3,
body.emtech-blog-article .emtech-single--custom .blg-page h4 {
	font-family: Outfit, "Segoe UI", Arial, sans-serif !important;
	font-weight: 550 !important;
}

body.emtech-blog-article .emtech-single--custom .blg-page :where(p, li, td, th, input, textarea, select, button, a) {
	font-family: Outfit, "Segoe UI", Arial, sans-serif !important;
}

/*
 * Mobile repair layer for Elementor and custom-HTML single posts.
 *
 * It is deliberately scoped to the main/article area, so the global header,
 * footer, callback form and AI consultant remain controlled by their own CSS.
 */
body.emtech-blog-article {
	overflow-x: hidden;
}

body.emtech-blog-article main,
body.emtech-blog-article main article,
body.emtech-blog-article main .entry-content,
body.emtech-blog-article main .post-content,
body.emtech-blog-article main .elementor,
body.emtech-blog-article main .elementor-element,
body.emtech-blog-article main .elementor-widget-container,
body.emtech-blog-article main .elementor-widget-html {
	min-width: 0;
	max-width: 100%;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) {
	overflow-wrap: anywhere;
	word-break: normal;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container),
body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) * {
	box-sizing: border-box;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) img {
	max-width: 100%;
	height: auto;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) figure {
	max-width: 100%;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) :where(video, canvas, svg) {
	max-width: 100%;
	height: auto;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	-webkit-overflow-scrolling: touch;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) :where(pre, code) {
	max-width: 100%;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) pre {
	overflow-x: auto;
	padding: 16px;
	white-space: pre;
	-webkit-overflow-scrolling: touch;
}

body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) :where(input, select, textarea, button) {
	max-width: 100%;
}

@media (max-width: 1024px) {
	.emtech-bh-feature {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.emtech-bh-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emtech-bh-cta__inner {
		grid-template-columns: 1fr;
	}

	.emtech-bh-cta__actions {
		justify-content: center;
	}

	.emtech-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emtech-article-layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 36px;
	}

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

@media (max-width: 900px) {
	.emtech-article-head__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
		width: min(100% - 40px, 760px);
		text-align: center;
	}

	.emtech-article-head h1,
	.emtech-article-deck {
		margin-right: auto;
		margin-left: auto;
	}

	.emtech-article-meta {
		justify-content: center;
	}

	.emtech-article-featured {
		max-width: 720px;
		margin-inline: auto;
	}

	.emtech-article-layout,
	.emtech-article-layout--no-toc {
		display: block;
		width: min(100% - 40px, 920px);
	}

	.emtech-article-toc {
		position: relative;
		top: auto;
		margin-bottom: 38px;
	}
}

@media (max-width: 767px) {
	.emtech-bh-shell {
		width: min(100% - 30px, 1240px);
	}

	.emtech-bh-hero {
		padding: 44px 0 42px;
	}

	.emtech-bh-hero h1 {
		font-size: clamp(33px, 10.5vw, 42px);
	}

	.emtech-bh-hero__intro {
		margin-top: 18px;
		font-size: 16px;
		line-height: 1.65;
	}

	.emtech-bh-search {
		grid-template-columns: auto minmax(0, 1fr);
		margin-top: 24px;
		padding: 10px 14px;
	}

	.emtech-bh-search button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.emtech-bh-topic-nav__inner {
		gap: 7px;
		padding-block: 13px;
	}

	.emtech-bh-topic {
		min-height: 38px;
		padding: 7px 11px;
		font-size: 12px;
	}

	.emtech-bh-content {
		padding-block: 48px 64px;
	}

	.emtech-bh-feature {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		border-radius: 18px;
	}

	.emtech-bh-feature__media {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.emtech-bh-feature__body {
		padding: 30px 24px 34px;
	}

	.emtech-bh-feature h2 {
		font-size: 30px;
	}

	.emtech-bh-latest {
		padding-top: 66px;
	}

	.emtech-bh-section-head {
		margin-bottom: 28px;
	}

	.emtech-bh-section-head h2 {
		font-size: 31px;
	}

	.emtech-bh-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.emtech-bh-card h3 {
		font-size: 21px;
	}

	.emtech-bh-card__body {
		padding: 23px 21px 22px;
	}

	.emtech-bh-pagination .page-numbers li:has(.page-numbers:not(.prev):not(.next):not(.current)) {
		display: none;
	}

	.emtech-bh-cta {
		padding: 50px 0;
	}

	.emtech-bh-cta__inner {
		gap: 28px;
	}

	.emtech-bh-cta h2 {
		font-size: 30px;
	}

	.emtech-bh-cta__actions,
	.emtech-bh-cta__actions .emtech-bh-button {
		width: 100%;
	}

	.emtech-news-hero {
		padding-block: 42px;
	}

	.emtech-news-content {
		padding-block: 48px 64px;
	}

	.emtech-news-feature {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		border-radius: 18px;
	}

	.emtech-news-feature__media {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.emtech-news-feature__body {
		padding: 29px 23px 33px;
	}

	.emtech-news-feature h2 {
		font-size: 29px;
	}

	.emtech-news-latest {
		padding-top: 64px;
	}

	.emtech-news-section-head {
		margin-bottom: 28px;
	}

	.emtech-news-section-head h2 {
		font-size: 31px;
	}

	.emtech-news-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.emtech-article-shell,
	.emtech-article-head__inner {
		width: min(100% - 30px, 1160px);
	}

	.emtech-article-head {
		padding: 44px 0 38px;
	}

	.emtech-article-topic {
		margin-bottom: 16px;
	}

	.emtech-article-head h1 {
		font-size: clamp(33px, 10.5vw, 43px);
		line-height: 1.12;
	}

	.emtech-article-deck {
		margin-top: 17px;
		font-size: 16px;
		line-height: 1.65;
	}

	.emtech-article-meta {
		gap: 10px;
		margin-top: 22px;
	}

	.emtech-article-meta__divider {
		display: none;
	}

	.emtech-article-author {
		width: 100%;
		justify-content: center;
		margin-bottom: 3px;
	}

	.emtech-article-featured {
		margin-top: 27px;
	}

	.emtech-article-featured img {
		border-radius: 14px;
	}

	.emtech-article-layout,
	.emtech-article-layout--no-toc {
		display: block;
		width: min(100% - 30px, 780px);
		padding-block: 43px 62px;
	}

	.emtech-article-toc {
		position: relative;
		top: auto;
		margin-bottom: 36px;
	}

	.emtech-article-toc summary {
		min-height: 54px;
		padding: 18px;
	}

	.emtech-article-toc nav {
		padding: 14px 18px 18px;
	}

	.emtech-article-toc a:not(.emtech-article-toc__cta) {
		padding-block: 8px;
		font-size: 14px;
	}

	.emtech-article-body {
		font-size: 16px;
		line-height: 1.78;
	}

	.emtech-article-body p {
		font-size: 16px;
		line-height: 1.78;
	}

	.emtech-article-body h2 {
		margin-top: 44px;
		font-size: 28px;
	}

	.emtech-article-body h3 {
		margin-top: 32px;
		font-size: 23px;
	}

	.emtech-article-body .wp-block-columns {
		flex-direction: column;
	}

	.emtech-article-body .wp-block-column {
		width: 100%;
		flex-basis: 100% !important;
	}

	.emtech-article-body :where(.wp-block-button, .wp-block-button__link) {
		width: 100%;
	}

	.emtech-article-body .wp-block-button__link {
		text-align: center;
	}

	.emtech-article-table-scroll {
		margin-block: 24px 30px;
		border-radius: 12px;
	}

	body.emtech-blog-article .emtech-article-body .emtech-article-table-scroll table.emtech-article-table--wide {
		min-width: 720px;
	}

	.emtech-article-body .emtech-inline-cta {
		margin-block: 36px !important;
		padding: 25px 20px !important;
	}

	.emtech-article-body .emtech-inline-cta__action-wrap,
	.emtech-article-body .emtech-inline-cta .wp-block-button,
	.emtech-article-body .emtech-inline-cta .emtech-inline-cta__action {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.emtech-article-footer {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 46px;
		padding: 23px 20px;
	}

	.emtech-article-author-card {
		gap: 14px;
	}

	.emtech-article-author-card__media,
	.emtech-article-author-card__avatar,
	.emtech-article-author-card__avatar-fallback {
		width: 58px !important;
		height: 58px !important;
		flex-basis: 58px;
	}

	.emtech-article-back {
		justify-content: center;
		width: 100%;
	}

	.emtech-related {
		padding: 56px 0 64px;
	}

	.emtech-related__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.emtech-related__head h2 {
		font-size: 31px;
	}

	body.emtech-blog-article .emtech-single--custom .blg-page .blg-h1,
	body.emtech-blog-article .emtech-single--custom .blg-page h1 {
		font-size: clamp(32px, 9.5vw, 42px) !important;
		line-height: 1.12 !important;
	}

	body.emtech-blog-article .emtech-single--custom .blg-page h2 {
		font-size: 27px !important;
		line-height: 1.22 !important;
	}

	body.emtech-blog-article .emtech-single--custom .blg-page h3 {
		font-size: 22px !important;
		line-height: 1.3 !important;
	}

	/*
	 * Override fixed dimensions often pasted into Elementor HTML widgets.
	 * max-width preserves intentionally smaller items while preventing viewport
	 * overflow; min-width:0 lets grid/flex children shrink correctly.
	 */
	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) [style*="width"] {
		max-width: 100% !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) [style*="min-width"] {
		min-width: 0 !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) [style*="width: 100vw"],
	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) [style*="width:100vw"] {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) [style*="grid-template-columns"] {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) [style*="display: flex"],
	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) [style*="display:flex"] {
		flex-wrap: wrap !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) [style*="display: flex"] > [style*="width: 50"],
	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) [style*="display:flex"] > [style*="width:50"] {
		width: 100% !important;
		flex-basis: 100% !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) :where(.two-column, .two-columns, .two-col, .three-column, .three-columns, .three-col, .four-column, .four-columns, .four-col, .content-grid, .article-grid, .cards-grid) {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) :where(.two-column, .two-columns, .two-col, .three-column, .three-columns, .three-col, .four-column, .four-columns, .four-col) > * {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) :where(h1, h2, h3, h4) {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) h1 {
		font-size: clamp(34px, 10vw, 46px) !important;
		line-height: 1.12 !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) h2 {
		font-size: clamp(27px, 8vw, 36px) !important;
		line-height: 1.2 !important;
	}

	body.emtech-blog-article main :where(.entry-content, .post-content, .elementor-widget-theme-post-content, .elementor-widget-html .elementor-widget-container) h3 {
		font-size: clamp(21px, 6.5vw, 27px) !important;
		line-height: 1.28 !important;
	}
}

@media (max-width: 420px) {
	.emtech-bh-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.emtech-bh-pagination a.page-numbers,
	.emtech-bh-pagination span.page-numbers {
		min-width: 41px;
		min-height: 41px;
	}
}

/*
 * v1.4 article component normalization.
 * These selectors intentionally outrank legacy post and Elementor CSS.
 */
body.emtech-blog-article .emtech-article-body details,
body.emtech-blog-article .emtech-article-body .emtech-faq-card,
body.emtech-blog-article .emtech-article-body .elementor-accordion-item,
body.emtech-blog-article .emtech-article-body .elementor-toggle-item {
	overflow: hidden !important;
	margin: 0 0 11px !important;
	border: 1px solid #e0dcdd !important;
	border-radius: 13px !important;
	background: var(--emtech-bh-white) !important;
	box-shadow: 0 7px 20px rgba(35, 22, 24, 0.04) !important;
}

body.emtech-blog-article .emtech-article-body details > summary,
body.emtech-blog-article .emtech-article-body .emtech-faq-question,
body.emtech-blog-article .emtech-article-body .elementor-tab-title,
body.emtech-blog-article .emtech-article-body .elementor-toggle-title {
	position: relative !important;
	display: flex !important;
	gap: 14px !important;
	align-items: center !important;
	justify-content: space-between !important;
	min-height: 58px !important;
	margin: 0 !important;
	padding: 16px 56px 16px 19px !important;
	border: 0 !important;
	color: #302d2f !important;
	background: var(--emtech-bh-white) !important;
	font-size: 15px !important;
	font-weight: 550 !important;
	line-height: 1.45 !important;
	text-align: left !important;
	list-style: none !important;
	cursor: pointer;
}

body.emtech-blog-article .emtech-article-body details > summary::-webkit-details-marker {
	display: none !important;
}

body.emtech-blog-article .emtech-article-body details > summary::marker {
	content: "" !important;
}

body.emtech-blog-article .emtech-article-body details > summary::after,
body.emtech-blog-article .emtech-article-body .emtech-faq-question::after,
body.emtech-blog-article .emtech-article-body .elementor-tab-title::after,
body.emtech-blog-article .emtech-article-body .elementor-toggle-title::after {
	position: absolute !important;
	top: 50% !important;
	right: 18px !important;
	display: grid !important;
	width: 28px !important;
	height: 28px !important;
	content: "+" !important;
	transform: translateY(-50%) !important;
	place-items: center !important;
	border-radius: 50% !important;
	color: var(--emtech-bh-maroon) !important;
	background: rgba(142, 20, 24, 0.09) !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
}

body.emtech-blog-article .emtech-article-body details[open] > summary::after,
body.emtech-blog-article .emtech-article-body .emtech-faq-card.is-open .emtech-faq-question::after,
body.emtech-blog-article .emtech-article-body .elementor-tab-title.elementor-active::after,
body.emtech-blog-article .emtech-article-body .elementor-toggle-title.elementor-active::after {
	content: "−" !important;
	color: var(--emtech-bh-white) !important;
	background: var(--emtech-bh-maroon) !important;
}

body.emtech-blog-article .emtech-article-body details > :not(summary),
body.emtech-blog-article .emtech-article-body .emtech-faq-answer,
body.emtech-blog-article .emtech-article-body .elementor-tab-content,
body.emtech-blog-article .emtech-article-body .elementor-toggle-content {
	margin: 0 !important;
	padding: 0 19px 18px !important;
	border: 0 !important;
	color: #5e595d !important;
	background: var(--emtech-bh-white) !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
}

body.emtech-blog-article .emtech-article-body .elementor-accordion,
body.emtech-blog-article .emtech-article-body .elementor-toggle {
	display: grid;
	gap: 11px;
	border: 0 !important;
}

body.emtech-blog-article .emtech-article-body :where(.elementor-accordion-icon, .elementor-toggle-icon) {
	display: none !important;
}

@media (max-width: 767px) {
	body.emtech-blog-article,
	body.emtech-blog-article .emtech-single,
	body.emtech-blog-article .emtech-single-article,
	body.emtech-blog-article .emtech-article-head,
	body.emtech-blog-article .emtech-article-layout,
	body.emtech-blog-article .emtech-article-main,
	body.emtech-blog-article .emtech-article-body {
		background: var(--emtech-bh-white) !important;
	}

	body.emtech-blog-article .emtech-article-head {
		padding: 32px 0 24px !important;
	}

	body.emtech-blog-article .emtech-article-head__inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 24px !important;
		width: calc(100% - 24px) !important;
		text-align: center !important;
	}

	body.emtech-blog-article .emtech-article-topic {
		min-height: 29px !important;
		margin-bottom: 14px !important;
		padding: 5px 11px !important;
		font-size: 10px !important;
	}

	body.emtech-blog-article .emtech-article-head h1 {
		max-width: 100% !important;
		margin: 0 auto !important;
		font-size: clamp(27px, 8vw, 31px) !important;
		font-weight: 550 !important;
		letter-spacing: -0.025em !important;
		line-height: 1.14 !important;
	}

	body.emtech-blog-article .emtech-article-deck {
		max-width: 100% !important;
		margin-top: 14px !important;
		font-size: 15px !important;
		line-height: 1.6 !important;
	}

	body.emtech-blog-article .emtech-article-meta {
		gap: 8px 12px !important;
		margin-top: 18px !important;
		font-size: 12px !important;
	}

	body.emtech-blog-article .emtech-article-author {
		width: auto !important;
		justify-content: flex-start !important;
		margin: 0 !important;
	}

	body.emtech-blog-article .emtech-article-avatar {
		width: 34px !important;
		height: 34px !important;
		flex-basis: 34px !important;
	}

	body.emtech-blog-article .emtech-article-featured {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		overflow: visible !important;
		border: 0 !important;
		background: var(--emtech-bh-white) !important;
	}

	body.emtech-blog-article .emtech-article-featured img {
		display: block !important;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 540px !important;
		aspect-ratio: auto !important;
		margin: 0 auto !important;
		border-radius: 12px !important;
		background: var(--emtech-bh-white) !important;
		object-fit: contain !important;
		box-shadow: 0 13px 30px rgba(35, 22, 24, 0.09) !important;
	}

	body.emtech-blog-article .emtech-article-layout,
	body.emtech-blog-article .emtech-article-layout--no-toc {
		display: block !important;
		width: calc(100% - 24px) !important;
		max-width: none !important;
		padding: 30px 0 52px !important;
	}

	body.emtech-blog-article .emtech-article-toc {
		width: 100% !important;
		margin-bottom: 28px !important;
	}

	body.emtech-blog-article .emtech-article-main,
	body.emtech-blog-article .emtech-article-body {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.emtech-blog-article .emtech-article-body > * {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.emtech-blog-article .emtech-article-body > :where(div, section, article, .wp-block-group):not(.emtech-inline-cta):not(.emtech-faq-card),
	body.emtech-blog-article .emtech-article-body :where(.container, .content-container, .content-wrapper, .article-container, .article-content, .blog-content) {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.emtech-blog-article .emtech-article-body > [style*="padding-left"],
	body.emtech-blog-article .emtech-article-body > [style*="padding-right"],
	body.emtech-blog-article .emtech-article-body > [style*="padding:"] {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	body.emtech-blog-article .emtech-article-body,
	body.emtech-blog-article .emtech-article-body p,
	body.emtech-blog-article .emtech-article-body li {
		font-size: 16px !important;
		line-height: 1.72 !important;
		word-break: normal !important;
		overflow-wrap: break-word !important;
		-webkit-hyphens: none !important;
		hyphens: none !important;
	}

	body.emtech-blog-article .emtech-article-body h2 {
		margin-top: 38px !important;
		margin-bottom: 15px !important;
		font-size: 25px !important;
		font-weight: 550 !important;
		line-height: 1.2 !important;
	}

	body.emtech-blog-article .emtech-article-body h3 {
		margin-top: 28px !important;
		margin-bottom: 13px !important;
		font-size: 21px !important;
		font-weight: 550 !important;
		line-height: 1.25 !important;
	}

	body.emtech-blog-article .emtech-article-table-scroll {
		width: 100% !important;
		margin: 22px 0 28px !important;
	}

	body.emtech-blog-article .emtech-article-body .emtech-inline-cta {
		display: block !important;
		width: 100% !important;
		min-height: 0 !important;
		margin: 34px 0 !important;
		padding: 22px 18px !important;
		border-radius: 15px !important;
	}

	body.emtech-blog-article .emtech-article-body .emtech-inline-cta :where(h2, h3) {
		margin: 8px 0 16px !important;
		font-size: 24px !important;
		line-height: 1.2 !important;
	}

	body.emtech-blog-article .emtech-article-body .emtech-inline-cta p {
		margin-bottom: 16px !important;
		font-size: 15px !important;
		line-height: 1.6 !important;
	}

	body.emtech-blog-article .emtech-article-body .emtech-inline-cta :where(.wp-block-buttons, .button-group, .buttons, .cta-buttons, .cta-actions),
	body.emtech-blog-article .emtech-article-body .emtech-inline-cta .emtech-inline-cta__action-wrap,
	body.emtech-blog-article .emtech-article-body .emtech-inline-cta .wp-block-button {
		position: static !important;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 10px !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 0 10px !important;
		float: none !important;
	}

	body.emtech-blog-article .emtech-article-body .emtech-inline-cta .emtech-inline-cta__action {
		display: flex !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 48px !important;
		max-height: none !important;
		aspect-ratio: auto !important;
		margin: 0 !important;
		padding: 12px 16px !important;
		border-radius: 10px !important;
		font-size: 13px !important;
		line-height: 1.35 !important;
	}

	body.emtech-blog-article .emtech-article-body .emtech-faq-list {
		gap: 10px !important;
		width: 100% !important;
		margin: 18px 0 34px !important;
		padding: 0 !important;
		border: 0 !important;
	}

	body.emtech-blog-article .emtech-article-body details,
	body.emtech-blog-article .emtech-article-body .emtech-faq-card,
	body.emtech-blog-article .emtech-article-body .elementor-accordion-item,
	body.emtech-blog-article .emtech-article-body .elementor-toggle-item {
		width: 100% !important;
		margin-bottom: 10px !important;
	}

	body.emtech-blog-article .emtech-article-body details > summary,
	body.emtech-blog-article .emtech-article-body .emtech-faq-question,
	body.emtech-blog-article .emtech-article-body .elementor-tab-title,
	body.emtech-blog-article .emtech-article-body .elementor-toggle-title {
		min-height: 54px !important;
		padding: 14px 52px 14px 16px !important;
		font-size: 15px !important;
		font-weight: 550 !important;
		line-height: 1.42 !important;
	}

	body.emtech-blog-article .emtech-article-body details > :not(summary),
	body.emtech-blog-article .emtech-article-body .emtech-faq-answer,
	body.emtech-blog-article .emtech-article-body .elementor-tab-content,
	body.emtech-blog-article .emtech-article-body .elementor-toggle-content {
		padding: 0 16px 16px !important;
		font-size: 15px !important;
		line-height: 1.65 !important;
	}

	body.emtech-blog-article .emtech-related__head {
		padding: 0 !important;
		background: transparent !important;
	}

	body.emtech-blog-article .emtech-related__head h2 {
		font-size: 28px !important;
		font-weight: 550 !important;
	}
}

/*
 * v1.5 content typography, icons and clean media treatment.
 */
body.emtech-blog-article .emtech-article-body,
body.emtech-blog-article .emtech-article-body * {
	font-family: Outfit, "Segoe UI", Arial, sans-serif !important;
}

body.emtech-blog-article .emtech-article-body :where(.fa, .fas, .far, .fal, .fad, .fa-solid, .fa-regular, [class^="fa-"], [class*=" fa-"]) {
	font-family: "Font Awesome 6 Free" !important;
	font-style: normal !important;
}

body.emtech-blog-article .emtech-article-body :where(.fas, .fa-solid) {
	font-weight: 900 !important;
}

body.emtech-blog-article .emtech-article-body :where(.far, .fa-regular) {
	font-weight: 400 !important;
}

body.emtech-blog-article .emtech-article-body :where(.fab, .fa-brands) {
	font-family: "Font Awesome 6 Brands" !important;
	font-weight: 400 !important;
}

body.emtech-blog-article .emtech-article-featured,
body.emtech-blog-article .emtech-article-featured img {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.emtech-blog-article .emtech-article-body ul:not(.blocks-gallery-grid):not(.wp-block-gallery) {
	margin-left: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
}

body.emtech-blog-article .emtech-article-body ul:not(.blocks-gallery-grid):not(.wp-block-gallery) > li {
	position: relative;
	padding-left: 30px !important;
}

body.emtech-blog-article .emtech-article-body ul:not(.blocks-gallery-grid):not(.wp-block-gallery) > li::marker {
	content: "" !important;
}

body.emtech-blog-article .emtech-article-body ul:not(.blocks-gallery-grid):not(.wp-block-gallery) > li::before {
	position: absolute;
	top: 0.48em;
	left: 0;
	display: grid;
	width: 18px;
	height: 18px;
	content: "\f00c";
	place-items: center;
	border-radius: 50%;
	color: var(--emtech-bh-maroon);
	background: rgba(142, 20, 24, 0.09);
	font-family: "Font Awesome 6 Free" !important;
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
}

body.emtech-blog-article .emtech-article-body .emtech-inline-cta :where(h2, h3)::before,
body.emtech-blog-article .emtech-article-body .emtech-faq-question::before {
	display: none !important;
	content: none !important;
}

body.emtech-blog-article .emtech-article-body .emtech-inline-cta .emtech-inline-cta__action::after {
	margin-left: 8px;
	content: "\f061";
	font-family: "Font Awesome 6 Free" !important;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

body.emtech-blog-article .emtech-article-body .emtech-table-status {
	display: inline-block;
	margin-right: 7px;
	font-family: "Font Awesome 6 Free" !important;
	font-size: 13px;
	font-weight: 900 !important;
}

body.emtech-blog-article .emtech-article-body .emtech-table-status.is-positive {
	color: #2d7a4d !important;
}

body.emtech-blog-article .emtech-article-body .emtech-table-status.is-negative {
	color: var(--emtech-bh-maroon) !important;
}

body.emtech-blog-article .emtech-article-body .emtech-faq-card.is-open .emtech-faq-answer,
body.emtech-blog-article .emtech-article-body .emtech-faq-answer.is-open {
	display: block !important;
	max-height: none !important;
	height: auto !important;
	overflow: visible !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body.emtech-blog-article .emtech-article-body details > summary::after,
body.emtech-blog-article .emtech-article-body .emtech-faq-question::after,
body.emtech-blog-article .emtech-article-body .elementor-tab-title::after,
body.emtech-blog-article .emtech-article-body .elementor-toggle-title::after {
	content: "\2b" !important;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900 !important;
}

body.emtech-blog-article .emtech-article-body details[open] > summary::after,
body.emtech-blog-article .emtech-article-body .emtech-faq-card.is-open .emtech-faq-question::after,
body.emtech-blog-article .emtech-article-body .emtech-faq-question.is-open::after,
body.emtech-blog-article .emtech-article-body .elementor-tab-title.elementor-active::after,
body.emtech-blog-article .emtech-article-body .elementor-toggle-title.elementor-active::after {
	content: "\f068" !important;
	color: var(--emtech-bh-white) !important;
	background: var(--emtech-bh-maroon) !important;
}

body.emtech-blog-article .emtech-article-body .emtech-faq-question :where(
	.elementor-accordion-icon,
	.elementor-toggle-icon,
	.faq-icon,
	.faq-arrow,
	.accordion-icon,
	.accordion-arrow,
	.toggle-icon,
	i
),
body.emtech-blog-article .emtech-article-body .emtech-faq-question .emtech-faq-legacy-icon {
	display: none !important;
}

body.emtech-blog-article .emtech-article-body .emtech-faq-question.is-open {
	color: var(--emtech-bh-maroon) !important;
}

/*
 * Full-HTML .blg-page articles bypass the standard article-body wrapper.
 * Keep their original FAQ component design while providing the same reliable
 * open/close state from the plugin script.
 */
body.emtech-blog-article .emtech-single--custom .blg-page .emtech-faq-answer[hidden] {
	display: none !important;
}

body.emtech-blog-article .emtech-single--custom .blg-page .blg-faq-a.is-open,
body.emtech-blog-article .emtech-single--custom .blg-page .blg-faq-item.blg-open .blg-faq-a {
	display: block !important;
	max-height: none !important;
	height: auto !important;
	overflow: visible !important;
	visibility: visible !important;
	opacity: 1 !important;
}

@media (max-width: 767px) {
	body.emtech-blog-article .emtech-article-head {
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
	}

	body.emtech-blog-article .emtech-article-featured {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		background: transparent !important;
	}

	body.emtech-blog-article .emtech-article-featured img {
		border-radius: 0 !important;
		background: transparent !important;
	}

	body.emtech-blog-article .emtech-article-layout,
	body.emtech-blog-article .emtech-article-layout--no-toc {
		padding-top: 22px !important;
	}

	body.emtech-blog-article .emtech-article-body ul:not(.blocks-gallery-grid):not(.wp-block-gallery) > li {
		padding-left: 27px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.emtech-bh-main *,
	.emtech-bh-main *::before,
	.emtech-bh-main *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
