/* Dental Express Blog — scoped, RTL, dependency-free. */
.dx-blog-context {
	--dx-blog-blue: #003e77;
	--dx-blog-blue-2: #005596;
	--dx-blog-blue-dark: #071c31;
	--dx-blog-red: #c91522;
	--dx-blog-red-dark: #990f18;
	--dx-blog-text: #102a43;
	--dx-blog-muted: #66798b;
	--dx-blog-line: #d8e4ee;
	--dx-blog-soft: #f4f8fb;
	--dx-blog-white: #fff;
	--dx-blog-radius: 10px;
	--dx-blog-shadow: 0 12px 32px rgba(10, 39, 67, .09);
	background: #f5f7f9;
}

.dx-blog-context #main {
	background: #f5f7f9;
}

.dx-blog-page,
.dx-blog-page * {
	box-sizing: border-box;
}

.dx-blog-page {
	direction: rtl;
	color: var(--dx-blog-text);
	font-family: inherit;
}

.dx-blog-shell {
	width: min(1420px, calc(100% - 48px));
	margin: 0 auto;
}

.dx-blog-hero {
	position: relative;
	overflow: hidden;
	padding: 30px 0 34px;
	background:
		linear-gradient(90deg, rgba(115,115,115,.06) 0%, rgba(0,62,119,.08) 55%, rgba(59,0,0,.07) 100%),
		#fff;
	border-top: 1px solid rgba(0,62,119,.06);
	border-bottom: 1px solid var(--dx-blog-line);
}

.dx-blog-hero::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, #737373 0%, #003e77 55%, #3b0000 100%);
}

.dx-blog-hero::after {
	content: "";
	position: absolute;
	left: -90px;
	top: -110px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(0,62,119,.08);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(0,62,119,.025), 0 0 0 84px rgba(201,21,34,.018);
	pointer-events: none;
}

.dx-blog-breadcrumb {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 24px;
	font-size: 11.5px;
	font-weight: 700;
	color: #728395;
}

.dx-blog-breadcrumb a {
	color: #31516d;
}

.dx-blog-breadcrumb a:hover {
	color: var(--dx-blog-red);
}

.dx-blog-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 48px;
	align-items: center;
}

.dx-blog-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 10px;
	font-size: 10.5px;
	font-weight: 900;
	letter-spacing: 1.2px;
	color: var(--dx-blog-blue-2);
}

.dx-blog-kicker::before {
	content: "";
	width: 24px;
	height: 3px;
	background: var(--dx-blog-red);
}

.dx-blog-hero-copy h1 {
	margin: 0;
	font-size: clamp(29px, 3.5vw, 48px);
	font-weight: 950;
	line-height: 1.25;
	letter-spacing: -.8px;
	color: var(--dx-blog-blue-dark);
}

.dx-blog-hero-copy > p {
	max-width: 680px;
	margin: 14px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	color: #4e6579;
}

.dx-blog-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.dx-blog-primary-action,
.dx-blog-secondary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 850;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.dx-blog-primary-action {
	background: var(--dx-blog-blue);
	color: #fff !important;
	box-shadow: 0 9px 20px rgba(0,62,119,.18);
}

.dx-blog-primary-action:hover {
	background: #002e5a;
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(0,62,119,.23);
}

.dx-blog-secondary-action {
	background: #fff;
	border-color: #cbd9e5;
	color: #24445f !important;
}

.dx-blog-secondary-action:hover {
	border-color: var(--dx-blog-red);
	color: var(--dx-blog-red) !important;
}

.dx-blog-hero-panel {
	display: grid;
	grid-template-columns: 82px 1fr;
	gap: 0 18px;
	align-items: center;
	padding: 18px;
	background: rgba(255,255,255,.88);
	border: 1px solid #d4e1eb;
	border-right: 4px solid var(--dx-blog-blue);
	border-radius: var(--dx-blog-radius);
	box-shadow: 0 14px 30px rgba(10,39,67,.08);
	backdrop-filter: blur(8px);
}

.dx-blog-hero-icon {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	border-radius: 9px;
	background: linear-gradient(145deg, #eef6fc, #fff);
	color: var(--dx-blog-blue);
	border: 1px solid #d9e8f3;
}

.dx-blog-hero-icon svg,
.dx-blog-empty-icon svg {
	width: 52px;
	height: 52px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dx-blog-stat {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #e5edf3;
}

.dx-blog-stat:last-child {
	border-bottom: 0;
}

.dx-blog-stat strong {
	font-size: 21px;
	font-weight: 950;
	color: var(--dx-blog-red);
}

.dx-blog-stat span {
	font-size: 11.5px;
	font-weight: 750;
	color: #526a7e;
}

.dx-blog-main {
	padding: 26px 0 92px;
}

.dx-blog-category-strip {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	margin: 0 0 24px;
	padding: 3px 0 10px;
	scrollbar-width: thin;
	scrollbar-color: #b7cadb transparent;
}

.dx-blog-category-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
	min-height: 36px;
	padding: 0 13px;
	border: 1px solid #d5e1eb;
	border-radius: 8px;
	background: #fff;
	color: #2b4963 !important;
	font-size: 11px;
	font-weight: 800;
	box-shadow: 0 4px 12px rgba(10,39,67,.035);
	transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

.dx-blog-category-pill span {
	display: inline-grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 6px;
	background: #eff5f9;
	font-size: 9px;
	color: #5b7184;
}

.dx-blog-category-pill:hover,
.dx-blog-category-pill.is-active {
	border-color: var(--dx-blog-blue);
	background: var(--dx-blog-blue);
	color: #fff !important;
	transform: translateY(-1px);
}

.dx-blog-category-pill:hover span,
.dx-blog-category-pill.is-active span {
	background: rgba(255,255,255,.14);
	color: #fff;
}

.dx-blog-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	min-height: 390px;
	margin-bottom: 34px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d6e2ec;
	border-radius: var(--dx-blog-radius);
	box-shadow: var(--dx-blog-shadow);
}

.dx-blog-featured-media-link,
.dx-blog-card-media-link {
	display: block;
	min-width: 0;
}

.dx-blog-media {
	position: relative;
	overflow: hidden;
	background: #eef4f8;
}

.dx-blog-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.dx-blog-featured:hover .dx-blog-media img,
.dx-blog-card:hover .dx-blog-media img {
	transform: scale(1.035);
}

.dx-blog-featured-media,
.dx-blog-featured-media-link {
	height: 100%;
	min-height: 390px;
}

.dx-blog-media-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: inherit;
	background:
		linear-gradient(135deg, rgba(0,62,119,.96), rgba(7,28,49,.97)),
		#003e77;
	color: rgba(255,255,255,.78);
}

.dx-blog-media-fallback::before,
.dx-blog-media-fallback::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 50%;
}

.dx-blog-media-fallback::before {
	width: 250px;
	height: 250px;
	right: -90px;
	top: -90px;
}

.dx-blog-media-fallback::after {
	width: 190px;
	height: 190px;
	left: -70px;
	bottom: -70px;
}

.dx-blog-media-fallback svg {
	position: relative;
	z-index: 1;
	width: 82px;
	height: 82px;
}

.dx-blog-featured-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 38px 38px 34px;
	border-right: 5px solid var(--dx-blog-blue);
}

.dx-blog-featured-label {
	align-self: flex-start;
	margin-bottom: 14px;
	padding: 5px 10px;
	border-radius: 6px;
	background: #fff0f1;
	color: var(--dx-blog-red);
	font-size: 9.5px;
	font-weight: 950;
	letter-spacing: .3px;
}

.dx-blog-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 13px;
	font-size: 10.5px;
	font-weight: 700;
	color: #718294;
}

.dx-blog-meta-item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.dx-blog-meta svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dx-blog-category {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border-radius: 5px;
	background: #eaf3fa;
	color: var(--dx-blog-blue) !important;
	font-size: 9.5px;
	font-weight: 900;
}

.dx-blog-featured-content h2 {
	margin: 16px 0 12px;
	font-size: clamp(23px, 2.2vw, 34px);
	font-weight: 950;
	line-height: 1.55;
	color: var(--dx-blog-blue-dark);
}

.dx-blog-featured-content h2 a,
.dx-blog-card-title a {
	color: inherit !important;
}

.dx-blog-featured-content h2 a:hover,
.dx-blog-card-title a:hover {
	color: var(--dx-blog-red) !important;
}

.dx-blog-featured-content > p {
	margin: 0;
	font-size: 12.5px;
	font-weight: 560;
	line-height: 2;
	color: #566d80;
}

.dx-blog-featured-button,
.dx-blog-read-more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 850;
}

.dx-blog-featured-button {
	align-self: flex-start;
	min-height: 40px;
	margin-top: 22px;
	padding: 0 16px;
	border-radius: 7px;
	background: var(--dx-blog-blue);
	color: #fff !important;
	font-size: 11px;
}

.dx-blog-featured-button:hover {
	background: var(--dx-blog-red);
}

.dx-blog-featured-button svg,
.dx-blog-read-more svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dx-blog-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 18px;
	padding: 0 3px 13px;
	border-bottom: 1px solid #d6e2ec;
}

.dx-blog-section-heading > div > span {
	display: block;
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .9px;
	color: var(--dx-blog-red);
}

.dx-blog-section-heading h2 {
	margin: 0;
	font-size: 23px;
	font-weight: 950;
	color: var(--dx-blog-blue-dark);
}

.dx-blog-section-heading > p {
	max-width: 460px;
	margin: 0;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.8;
	color: #6b7f91;
}

.dx-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.dx-blog-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d7e3ec;
	border-radius: var(--dx-blog-radius);
	box-shadow: 0 7px 20px rgba(10,39,67,.05);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.dx-blog-card:hover {
	transform: translateY(-4px);
	border-color: #b9cfdf;
	box-shadow: 0 16px 34px rgba(10,39,67,.11);
}

.dx-blog-card-media,
.dx-blog-card-media-link {
	height: 212px;
}

.dx-blog-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 18px 17px;
}

.dx-blog-card-title {
	margin: 13px 0 9px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.75;
	color: #102d47;
}

.dx-blog-card-excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 67px;
	margin: 0;
	font-size: 11.5px;
	font-weight: 550;
	line-height: 1.95;
	color: #627688;
}

.dx-blog-read-more {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 15px;
	color: var(--dx-blog-blue) !important;
	font-size: 10.5px;
}

.dx-blog-read-more:hover {
	color: var(--dx-blog-red) !important;
}

.dx-blog-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 32px;
}

.dx-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 38px;
	height: 38px;
	padding: 0 11px;
	border: 1px solid #d4e0ea;
	border-radius: 7px;
	background: #fff;
	color: #27475f !important;
	font-size: 11px;
	font-weight: 850;
}

.dx-blog-pagination .page-numbers.current,
.dx-blog-pagination .page-numbers:hover {
	background: var(--dx-blog-blue);
	border-color: var(--dx-blog-blue);
	color: #fff !important;
}

.dx-blog-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 330px;
	padding: 44px 20px;
	text-align: center;
	background: #fff;
	border: 1px dashed #bfcfdd;
	border-radius: var(--dx-blog-radius);
}

.dx-blog-empty-icon {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	margin-bottom: 18px;
	border-radius: 12px;
	background: #eef5fa;
	color: var(--dx-blog-blue);
}

.dx-blog-empty h2 {
	margin: 0 0 8px;
	font-size: 20px;
	color: var(--dx-blog-blue-dark);
}

.dx-blog-empty p {
	margin: 0;
	font-size: 12px;
	color: var(--dx-blog-muted);
}

/* Single article */
.dx-article-page {
	direction: rtl;
	padding-bottom: 90px;
}

.dx-article-header {
	position: relative;
	padding: 30px 0 34px;
	background: #fff;
	border-bottom: 1px solid var(--dx-blog-line);
}

.dx-article-header::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, #737373 0%, #003e77 55%, #3b0000 100%);
}

.dx-article-heading {
	max-width: 900px;
}

.dx-article-heading .dx-blog-meta {
	margin-bottom: 14px;
}

.dx-article-heading h1 {
	margin: 0;
	font-size: clamp(28px, 4vw, 46px);
	font-weight: 950;
	line-height: 1.55;
	letter-spacing: -.65px;
	color: var(--dx-blog-blue-dark);
}

.dx-article-deck {
	max-width: 760px;
	margin: 14px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	color: #536a7d;
}

.dx-article-main {
	padding-top: 28px;
}

.dx-article-cover {
	height: min(58vw, 610px);
	min-height: 340px;
	margin-bottom: 26px;
	border: 1px solid #d5e1eb;
	border-radius: var(--dx-blog-radius);
	box-shadow: var(--dx-blog-shadow);
}

.dx-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 850px) 280px;
	gap: 32px;
	align-items: start;
	justify-content: space-between;
}

.dx-article-card {
	min-width: 0;
	padding: 34px 42px;
	background: #fff;
	border: 1px solid #d8e3ec;
	border-radius: var(--dx-blog-radius);
	box-shadow: 0 10px 28px rgba(10,39,67,.06);
}

.dx-article-content {
	font-size: 14px;
	font-weight: 520;
	line-height: 2.15;
	color: #293f52;
}

.dx-article-content > :first-child {
	margin-top: 0;
}

.dx-article-content h2,
.dx-article-content h3,
.dx-article-content h4 {
	position: relative;
	color: var(--dx-blog-blue-dark);
	font-weight: 950;
	line-height: 1.7;
}

.dx-article-content h2 {
	margin: 38px 0 16px;
	padding-right: 16px;
	font-size: 24px;
	border-right: 4px solid var(--dx-blog-red);
}

.dx-article-content h3 {
	margin: 30px 0 12px;
	font-size: 19px;
}

.dx-article-content p {
	margin: 0 0 19px;
}

.dx-article-content a {
	color: var(--dx-blog-blue);
	font-weight: 750;
	text-decoration: underline;
	text-decoration-color: rgba(0,62,119,.28);
	text-underline-offset: 3px;
}

.dx-article-content img {
	height: auto;
	border-radius: 8px;
}

.dx-article-content blockquote {
	margin: 26px 0;
	padding: 20px 22px;
	background: #f2f7fb;
	border: 0;
	border-right: 4px solid var(--dx-blog-blue);
	border-radius: 8px;
	font-size: 14px;
	font-style: normal;
	color: #29465f;
}

.dx-article-content ul,
.dx-article-content ol {
	margin: 18px 0;
	padding-right: 22px;
}

.dx-article-content li {
	margin-bottom: 8px;
}

.dx-article-content table {
	width: 100%;
	margin: 22px 0;
	border-collapse: collapse;
	font-size: 12px;
}

.dx-article-content th,
.dx-article-content td {
	padding: 12px;
	border: 1px solid #d5e1eb;
	text-align: right;
}

.dx-article-content th {
	background: #edf4f9;
	color: var(--dx-blog-blue-dark);
	font-weight: 900;
}

.dx-article-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid #e2eaf0;
}

.dx-article-tags > span {
	font-size: 11px;
	font-weight: 900;
	color: #38536b;
}

.dx-article-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid #d8e3ec;
	border-radius: 6px;
	background: #f6f9fb;
	color: #456178 !important;
	font-size: 10px;
	font-weight: 750;
}

.dx-article-sidebar {
	position: sticky;
	top: 110px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.dx-article-side-card {
	padding: 18px;
	background: #fff;
	border: 1px solid #d8e3ec;
	border-radius: 9px;
	box-shadow: 0 7px 20px rgba(10,39,67,.045);
}

.dx-article-side-card h3 {
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2eaf0;
	font-size: 13px;
	font-weight: 950;
	color: var(--dx-blog-blue-dark);
}

.dx-article-author {
	display: flex;
	align-items: center;
	gap: 11px;
}

.dx-article-author-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: #edf5fa;
	color: var(--dx-blog-blue);
}

.dx-article-author-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
}

.dx-article-author strong,
.dx-article-author span {
	display: block;
}

.dx-article-author strong {
	font-size: 11.5px;
	color: #18354e;
}

.dx-article-author span {
	margin-top: 3px;
	font-size: 9.5px;
	color: #718395;
}

.dx-article-side-categories {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.dx-article-side-categories a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px dashed #e0e8ef;
	font-size: 10.5px;
	font-weight: 750;
	color: #36536b !important;
}

.dx-article-side-categories a:last-child {
	border-bottom: 0;
}

.dx-article-side-categories a:hover {
	color: var(--dx-blog-red) !important;
}

.dx-article-side-categories span {
	display: grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	border-radius: 6px;
	background: #eff5f9;
	font-size: 9px;
}

.dx-article-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.dx-article-nav a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 86px;
	padding: 16px;
	background: #fff;
	border: 1px solid #d8e3ec;
	border-radius: 9px;
	color: var(--dx-blog-blue-dark) !important;
	box-shadow: 0 6px 18px rgba(10,39,67,.04);
}

.dx-article-nav a:hover {
	border-color: #aac3d6;
	box-shadow: 0 12px 26px rgba(10,39,67,.08);
}

.dx-article-nav small {
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: 900;
	color: var(--dx-blog-red);
}

.dx-article-nav strong {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 11.5px;
	font-weight: 850;
	line-height: 1.75;
}

.dx-related-posts {
	margin-top: 34px;
}

.dx-related-posts .dx-blog-section-heading {
	margin-bottom: 16px;
}

.dx-related-posts .dx-blog-card-media,
.dx-related-posts .dx-blog-card-media-link {
	height: 180px;
}

.dx-blog-nav-item.current-menu-item > a {
	color: var(--dx-blog-red) !important;
}

@media (max-width: 1050px) {
	.dx-blog-hero-grid {
		grid-template-columns: minmax(0, 1fr) 285px;
		gap: 28px;
	}

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

	.dx-article-layout {
		grid-template-columns: minmax(0, 1fr) 250px;
		gap: 22px;
	}
}

@media (max-width: 849px) {
	.dx-blog-shell {
		width: min(100% - 28px, 760px);
	}

	.dx-blog-hero {
		padding: 24px 0 28px;
	}

	.dx-blog-breadcrumb {
		margin-bottom: 18px;
	}

	.dx-blog-hero-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.dx-blog-hero-panel {
		max-width: 420px;
	}

	.dx-blog-featured {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.dx-blog-featured-media,
	.dx-blog-featured-media-link {
		height: 330px;
		min-height: 330px;
	}

	.dx-blog-featured-content {
		padding: 26px;
		border-top: 4px solid var(--dx-blog-blue);
		border-right: 0;
	}

	.dx-blog-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.dx-article-layout {
		grid-template-columns: 1fr;
	}

	.dx-article-sidebar {
		position: static;
		grid-row: 1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		display: grid;
	}

	.dx-article-card {
		padding: 28px;
	}
}

@media (max-width: 600px) {
	.dx-blog-shell {
		width: min(100% - 20px, 540px);
	}

	.dx-blog-hero-copy h1 {
		font-size: 29px;
	}

	.dx-blog-hero-copy > p {
		font-size: 12.5px;
	}

	.dx-blog-hero-panel {
		grid-template-columns: 64px 1fr;
		padding: 14px;
	}

	.dx-blog-hero-icon {
		width: 64px;
		height: 64px;
	}

	.dx-blog-hero-icon svg {
		width: 40px;
		height: 40px;
	}

	.dx-blog-featured-media,
	.dx-blog-featured-media-link {
		height: 240px;
		min-height: 240px;
	}

	.dx-blog-featured-content {
		padding: 22px 19px;
	}

	.dx-blog-featured-content h2 {
		font-size: 22px;
	}

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

	.dx-blog-card-media,
	.dx-blog-card-media-link {
		height: 220px;
	}

	.dx-blog-main {
		padding-bottom: 72px;
	}

	.dx-article-header {
		padding: 25px 0 29px;
	}

	.dx-article-heading h1 {
		font-size: 27px;
	}

	.dx-article-cover {
		height: 62vw;
		min-height: 240px;
	}

	.dx-article-card {
		padding: 22px 17px;
	}

	.dx-article-content {
		font-size: 13px;
	}

	.dx-article-content h2 {
		font-size: 20px;
	}

	.dx-article-sidebar {
		display: flex;
	}

	.dx-article-nav {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
 * V10 — Editorial polish + closer visual match to site theme
 * ========================================================= */
.dx-blog-context {
	--dx-blog-radius: 8px;
	--dx-blog-shadow: 0 15px 38px rgba(7, 31, 55, .08);
	background: #f3f6f8;
}

.dx-blog-context #main {
	background:
		linear-gradient(180deg, #f7f9fb 0, #f3f6f8 420px, #f3f6f8 100%);
}

.dx-blog-shell {
	width: min(1280px, calc(100% - 56px));
}

.dx-blog-hero {
	padding: 26px 0 38px;
	background:
		radial-gradient(circle at 8% 8%, rgba(0, 62, 119, .07) 0 2px, transparent 2.5px) 0 0 / 26px 26px,
		linear-gradient(112deg, rgba(255,255,255,.98) 0%, rgba(242,247,251,.98) 58%, rgba(251,246,247,.96) 100%);
	border-bottom-color: #d7e2eb;
}

.dx-blog-hero::after {
	left: -150px;
	top: -205px;
	width: 430px;
	height: 430px;
	border-color: rgba(0,62,119,.07);
	box-shadow: 0 0 0 48px rgba(0,62,119,.022), 0 0 0 96px rgba(201,21,34,.015);
}

.dx-blog-breadcrumb {
	margin-bottom: 20px;
	font-size: 11px;
}

.dx-blog-hero-grid {
	grid-template-columns: minmax(0, 1fr) 370px;
	gap: 68px;
}

.dx-blog-hero-copy {
	max-width: 780px;
}

.dx-blog-kicker {
	margin-bottom: 12px;
	padding: 5px 9px;
	border: 1px solid rgba(0,62,119,.12);
	border-radius: 6px;
	background: rgba(255,255,255,.72);
	font-size: 10px;
	letter-spacing: 1.05px;
}

.dx-blog-kicker::before {
	width: 18px;
	height: 2px;
}

.dx-blog-hero-copy h1 {
	font-size: clamp(34px, 3.65vw, 52px);
	font-weight: 900;
	line-height: 1.32;
	letter-spacing: -.65px;
}

.dx-blog-hero-copy > p {
	max-width: 720px;
	margin-top: 13px;
	font-size: 13.5px;
	font-weight: 580;
	line-height: 2;
	color: #536a7d;
}

.dx-blog-hero-actions {
	margin-top: 20px;
}

.dx-blog-primary-action,
.dx-blog-secondary-action {
	min-height: 40px;
	border-radius: 8px;
	font-size: 11.5px;
	font-weight: 800;
}

.dx-blog-primary-action {
	background: linear-gradient(135deg, #00518f 0%, #003563 100%);
	box-shadow: 0 9px 22px rgba(0,62,119,.18);
}

.dx-blog-primary-action:hover {
	background: linear-gradient(135deg, #c91522 0%, #97101a 100%);
}

.dx-blog-hero-panel {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px;
	background:
		radial-gradient(circle at 12% 12%, rgba(255,255,255,.09) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
		linear-gradient(145deg, #082744 0%, #003e77 100%);
	border: 1px solid rgba(0,45,86,.35);
	border-right: 4px solid var(--dx-blog-red);
	border-radius: 10px;
	box-shadow: 0 18px 38px rgba(5, 31, 56, .18);
	color: #fff;
	backdrop-filter: none;
}

.dx-blog-hero-panel::after {
	content: "";
	position: absolute;
	inset: auto 20px 0 20px;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
}

.dx-blog-hero-panel-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.dx-blog-hero-panel-head > div:last-child {
	min-width: 0;
}

.dx-blog-hero-panel-head span,
.dx-blog-hero-panel-head strong {
	display: block;
}

.dx-blog-hero-panel-head span {
	margin-bottom: 3px;
	font-size: 9.5px;
	font-weight: 650;
	color: rgba(255,255,255,.66);
}

.dx-blog-hero-panel-head strong {
	font-size: 14px;
	font-weight: 850;
	color: #fff;
}

.dx-blog-hero-icon {
	grid-row: auto;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 8px;
	background: rgba(255,255,255,.09);
	color: #fff;
}

.dx-blog-hero-icon svg {
	width: 30px;
	height: 30px;
}

.dx-blog-stat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.dx-blog-stat {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 2px;
	min-height: 75px;
	padding: 12px 13px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 8px;
	background: rgba(255,255,255,.07);
}

.dx-blog-stat:last-child {
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.dx-blog-stat strong {
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	color: #fff;
}

.dx-blog-stat span {
	font-size: 10px;
	font-weight: 650;
	color: rgba(255,255,255,.7);
}

.dx-blog-hero-panel-note {
	margin: 0;
	font-size: 10.5px;
	font-weight: 520;
	line-height: 1.9;
	color: rgba(255,255,255,.68);
}

.dx-blog-main {
	padding: 24px 0 88px;
}

.dx-blog-topic-bar {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	margin-bottom: 22px;
	padding: 11px 13px;
	border: 1px solid #d6e2eb;
	border-radius: 9px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 7px 20px rgba(7,31,55,.045);
}

.dx-blog-topic-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 16px;
	border-left: 1px solid #e0e8ef;
}

.dx-blog-topic-heading span,
.dx-blog-topic-heading strong {
	display: block;
}

.dx-blog-topic-heading > div > span {
	margin-bottom: 2px;
	font-size: 9px;
	font-weight: 700;
	color: var(--dx-blog-red);
}

.dx-blog-topic-heading strong {
	font-size: 11.5px;
	font-weight: 850;
	color: #173b5a;
}

.dx-blog-topic-icon {
	display: grid !important;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: #edf5fa;
	color: var(--dx-blog-blue);
	flex: 0 0 auto;
}

.dx-blog-topic-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dx-blog-category-strip {
	gap: 7px;
	margin: 0;
	padding: 2px 0;
	scrollbar-width: none;
}

.dx-blog-category-strip::-webkit-scrollbar {
	display: none;
}

.dx-blog-category-pill {
	min-height: 34px;
	padding: 0 12px;
	border-radius: 7px;
	box-shadow: none;
}

.dx-blog-featured {
	grid-template-columns: minmax(0, 1.16fr) minmax(350px, .84fr);
	min-height: 365px;
	margin-bottom: 32px;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 16px 40px rgba(7,31,55,.11);
}

.dx-blog-featured-media,
.dx-blog-featured-media-link {
	min-height: 365px;
}

.dx-blog-featured-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 66%, rgba(1,31,58,.14) 100%);
	pointer-events: none;
}

.dx-blog-featured-content {
	position: relative;
	padding: 34px 36px 31px;
	border-right: 4px solid var(--dx-blog-blue);
	background:
		linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.dx-blog-featured-content::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 105px;
	height: 3px;
	background: var(--dx-blog-red);
}

.dx-blog-featured-content h2 {
	margin: 14px 0 11px;
	font-size: clamp(23px, 2.1vw, 32px);
	font-weight: 900;
	line-height: 1.55;
}

.dx-blog-featured-content > p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 12px;
	line-height: 2;
}

.dx-blog-featured-button {
	min-height: 38px;
	margin-top: 18px;
	border-radius: 7px;
	background: linear-gradient(135deg, #00518f 0%, #003563 100%);
}

.dx-blog-section-heading {
	position: relative;
	align-items: center;
	margin-bottom: 16px;
	padding: 0 2px 14px;
}

.dx-blog-section-heading::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 110px;
	height: 2px;
	background: linear-gradient(90deg, var(--dx-blog-blue) 0 70%, var(--dx-blog-red) 70% 100%);
}

.dx-blog-section-heading h2 {
	font-size: 22px;
	font-weight: 900;
}

.dx-blog-section-heading > p {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	max-width: 570px;
}

.dx-blog-result-count {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 0 9px;
	border: 1px solid #d5e2ec;
	border-radius: 6px;
	background: #fff;
	color: var(--dx-blog-blue);
	font-size: 9.5px;
	font-weight: 850;
	white-space: nowrap;
}

.dx-blog-grid {
	gap: 19px;
}

.dx-blog-card {
	position: relative;
	border-color: #d8e3ec;
	border-radius: 9px;
	box-shadow: 0 8px 22px rgba(7,31,55,.055);
}

.dx-blog-card::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #003e77 0 78%, #c91522 78% 100%);
	opacity: .9;
}

.dx-blog-card:hover {
	transform: translateY(-3px);
	border-color: #b9cfdf;
	box-shadow: 0 16px 35px rgba(7,31,55,.105);
}

.dx-blog-card-media,
.dx-blog-card-media-link {
	height: 205px;
}

.dx-blog-card-body {
	padding: 17px 18px 16px;
}

.dx-blog-card-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 57px;
	margin: 12px 0 8px;
	font-size: 15.5px;
	font-weight: 850;
	line-height: 1.8;
}

.dx-blog-card-excerpt {
	min-height: 66px;
	font-size: 11.2px;
	line-height: 1.95;
}

.dx-blog-read-more {
	width: 100%;
	justify-content: space-between;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #edf1f4;
	font-size: 10.5px;
}

.dx-blog-read-more svg {
	transition: transform .18s ease;
}

.dx-blog-read-more:hover svg {
	transform: translateX(-3px);
}

@media (max-width: 1120px) {
	.dx-blog-hero-grid {
		grid-template-columns: minmax(0, 1fr) 330px;
		gap: 38px;
	}

	.dx-blog-topic-bar {
		grid-template-columns: 155px minmax(0, 1fr);
	}
}

@media (max-width: 849px) {
	.dx-blog-shell {
		width: min(100% - 28px, 760px);
	}

	.dx-blog-hero {
		padding: 22px 0 26px;
	}

	.dx-blog-hero-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.dx-blog-hero-copy h1 {
		font-size: clamp(30px, 8vw, 42px);
	}

	.dx-blog-hero-panel {
		max-width: none;
	}

	.dx-blog-topic-bar {
		grid-template-columns: 1fr;
		gap: 9px;
		padding: 11px;
	}

	.dx-blog-topic-heading {
		padding: 0 0 9px;
		border-left: 0;
		border-bottom: 1px solid #e0e8ef;
	}

	.dx-blog-category-strip {
		width: 100%;
	}

	.dx-blog-featured {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.dx-blog-featured-media,
	.dx-blog-featured-media-link {
		height: 300px;
		min-height: 300px;
	}

	.dx-blog-featured-content {
		padding: 25px 23px 24px;
		border-top: 4px solid var(--dx-blog-blue);
		border-right: 0;
	}

	.dx-blog-featured-content::before {
		right: auto;
		left: 0;
	}

	.dx-blog-section-heading > p {
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

@media (max-width: 560px) {
	.dx-blog-stat-grid {
		grid-template-columns: 1fr 1fr;
	}

	.dx-blog-stat {
		min-height: 68px;
	}

	.dx-blog-featured-media,
	.dx-blog-featured-media-link {
		height: 235px;
		min-height: 235px;
	}

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

	.dx-blog-card-media,
	.dx-blog-card-media-link {
		height: 210px;
	}
}
.dx-blog-hero-panel { position: relative; }

/* =========================================================
 * V11 — restore clean V9 background + wider editorial layout
 * ========================================================= */
.dx-blog-context,
.dx-blog-context #main {
	background: #f5f7f9;
}

.dx-blog-shell {
	width: min(1420px, calc(100% - 44px));
}

.dx-blog-hero {
	background:
		linear-gradient(90deg, rgba(115,115,115,.06) 0%, rgba(0,62,119,.08) 55%, rgba(59,0,0,.07) 100%),
		#fff;
}

.dx-blog-hero::after {
	left: -90px;
	top: -110px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(0,62,119,.08);
	box-shadow: 0 0 0 42px rgba(0,62,119,.025), 0 0 0 84px rgba(201,21,34,.018);
}

.dx-blog-hero-grid {
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 58px;
}

.dx-blog-hero-copy {
	max-width: 860px;
}

.dx-blog-featured {
	grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
}

.dx-blog-card-media,
.dx-blog-card-media-link {
	height: 224px;
}

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

@media (max-width: 1240px) {
	.dx-blog-shell {
		width: min(100% - 38px, 1180px);
	}

	.dx-blog-hero-grid {
		grid-template-columns: minmax(0, 1fr) 330px;
		gap: 40px;
	}
}

@media (max-width: 849px) {
	.dx-blog-shell {
		width: min(100% - 28px, 760px);
	}

	.dx-blog-hero-grid,
	.dx-blog-featured,
	.dx-article-layout {
		grid-template-columns: 1fr;
	}

	.dx-blog-card-media,
	.dx-blog-card-media-link {
		height: 210px;
	}
}


/* Single post refinement — cleaner, wider, no author box */
.dx-blog-single-context .featured-title,
.dx-blog-single-context .post-header,
.dx-blog-single-context .article-header {
	display: none !important;
}

.dx-blog-single-context .dx-blog-shell {
	width: min(1380px, calc(100% - 48px));
}

.dx-blog-single-context .dx-article-header {
	padding: 24px 0 28px;
	background:
		linear-gradient(90deg, rgba(115,115,115,.045) 0%, rgba(0,62,119,.05) 55%, rgba(59,0,0,.04) 100%),
		#fff;
}

.dx-blog-single-context .dx-article-heading {
	max-width: 980px;
}

.dx-article-heading-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.dx-blog-single-context .dx-article-cover {
	height: min(46vw, 620px);
	min-height: 280px;
	margin-bottom: 28px;
	border-radius: 12px;
	box-shadow: 0 18px 36px rgba(10,39,67,.10);
}

.dx-blog-single-context .dx-article-layout {
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
}

.dx-blog-single-context .dx-article-layout--solo {
	grid-template-columns: minmax(0, 1fr);
}

.dx-blog-single-context .dx-article-card {
	padding: 40px 48px;
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(10,39,67,.07);
}

.dx-blog-single-context .dx-article-content {
	font-size: 15px;
	line-height: 2.25;
}

.dx-blog-single-context .dx-article-content h2 {
	font-size: 26px;
	margin-top: 42px;
}

.dx-blog-single-context .dx-article-content h3 {
	font-size: 21px;
}

.dx-blog-single-context .dx-article-content p,
.dx-blog-single-context .dx-article-content li {
	font-size: 15px;
}

.dx-blog-single-context .dx-article-sidebar {
	top: 104px;
	gap: 16px;
}

.dx-article-side-summary {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	border-top: 3px solid var(--dx-blog-blue);
}

.dx-article-facts {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dx-article-fact {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 0;
	border-bottom: 1px dashed #dbe6ef;
}

.dx-article-fact:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.dx-article-fact span {
	font-size: 10px;
	font-weight: 800;
	color: #76889a;
}

.dx-article-fact strong {
	font-size: 12px;
	font-weight: 900;
	color: var(--dx-blog-blue-dark);
	line-height: 1.9;
}

.dx-blog-single-context .dx-article-nav {
	margin-top: 22px;
}

.dx-blog-single-context .dx-related-posts {
	margin-top: 42px;
}

@media (max-width: 1120px) {
	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.dx-blog-single-context .dx-article-sidebar {
		position: static;
		order: -1;
	}
}

@media (max-width: 767px) {
	.dx-blog-single-context .dx-blog-shell {
		width: min(100%, calc(100% - 28px));
	}

	.dx-blog-single-context .dx-article-header {
		padding: 18px 0 22px;
	}

	.dx-article-heading-actions {
		gap: 8px;
	}

	.dx-blog-single-context .dx-article-card {
		padding: 24px 20px;
	}

	.dx-blog-single-context .dx-article-content,
	.dx-blog-single-context .dx-article-content p,
	.dx-blog-single-context .dx-article-content li {
		font-size: 14px;
		line-height: 2.1;
	}

	.dx-blog-single-context .dx-article-content h2 {
		font-size: 22px;
	}

	.dx-blog-single-context .dx-article-content h3 {
		font-size: 18px;
	}
}

/* V13 — conversion-focused single article and protected comments */
.dx-reading-progress {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	z-index: 100001;
	pointer-events: none;
}

.admin-bar .dx-reading-progress {
	top: 32px;
}

.dx-reading-progress span {
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: right center;
	background: linear-gradient(90deg, #737373 0%, #003e77 55%, #3b0000 100%);
	transition: transform .08s linear;
}

.dx-blog-single-context .dx-article-header {
	padding: 24px 0 30px;
	background:
		linear-gradient(90deg, rgba(115,115,115,.04) 0%, rgba(0,62,119,.055) 55%, rgba(59,0,0,.04) 100%),
		#fff;
}

.dx-article-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 46px;
	align-items: center;
}

.dx-blog-single-context .dx-article-heading {
	max-width: 920px;
}

.dx-blog-single-context .dx-article-heading h1 {
	font-size: clamp(31px, 3.6vw, 50px);
	line-height: 1.5;
}

.dx-blog-single-context .dx-article-deck {
	max-width: 820px;
	font-size: 14px;
	line-height: 2.05;
}

.dx-article-hero-card {
	position: relative;
	overflow: hidden;
	padding: 20px;
	background: #082d50;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(5,34,61,.18);
	color: #fff;
}

.dx-article-hero-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #737373 0%, #1380bf 55%, #c91522 100%);
}

.dx-article-hero-card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.13);
}

.dx-article-hero-icon {
	display: grid;
	place-items: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 9px;
	background: rgba(255,255,255,.10);
	color: #fff;
}

.dx-article-hero-icon svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dx-article-hero-card-head small,
.dx-article-hero-card-head strong {
	display: block;
}

.dx-article-hero-card-head small {
	margin-bottom: 4px;
	font-size: 9.5px;
	font-weight: 800;
	color: #a9cbe4;
}

.dx-article-hero-card-head strong {
	font-size: 12px;
	font-weight: 950;
	line-height: 1.8;
	color: #fff;
}

.dx-article-hero-card ul {
	display: grid;
	gap: 9px;
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

.dx-article-hero-card li {
	position: relative;
	padding-right: 18px;
	font-size: 10.5px;
	font-weight: 750;
	color: #d9e9f5;
}

.dx-article-hero-card li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	border: 2px solid #56a3d4;
	border-radius: 50%;
	transform: translateY(-50%);
}

.dx-article-hero-card > a,
.dx-article-store-card > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 39px;
	padding: 0 14px;
	border-radius: 8px;
	background: #fff;
	color: #003e77 !important;
	font-size: 10.5px;
	font-weight: 950;
	transition: transform .18s ease, box-shadow .18s ease;
}

.dx-article-hero-card > a:hover,
.dx-article-store-card > a:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(0,0,0,.16);
}

.dx-blog-single-context .dx-article-main {
	padding-top: 24px;
}

.dx-blog-single-context .dx-article-cover {
	height: min(40vw, 540px);
	min-height: 300px;
	margin-bottom: 26px;
	background: #edf3f7;
}

.dx-blog-single-context .dx-article-cover img {
	object-fit: cover;
	object-position: center;
}

.dx-blog-single-context .dx-article-layout {
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 30px;
}

.dx-blog-single-context .dx-article-card {
	padding: 42px 50px;
}

.dx-blog-single-context .dx-article-content {
	font-size: 15.5px;
	line-height: 2.3;
	color: #263f54;
}

.dx-blog-single-context .dx-article-content h2,
.dx-blog-single-context .dx-article-content h3 {
	scroll-margin-top: 120px;
}

.dx-blog-single-context .dx-article-content h2 {
	padding: 12px 16px 12px 0;
	border-right: 4px solid var(--dx-blog-red);
	background: linear-gradient(90deg, transparent, rgba(0,62,119,.045));
	border-radius: 0 8px 8px 0;
}

.dx-article-commerce-cta {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 42px;
	padding: 26px 28px;
	background: linear-gradient(120deg, #072d50 0%, #003e77 70%, #52202a 100%);
	border-radius: 11px;
	color: #fff;
}

.dx-article-commerce-cta::after {
	content: "";
	position: absolute;
	left: -55px;
	top: -75px;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgba(255,255,255,.035);
}

.dx-article-commerce-cta > * {
	position: relative;
	z-index: 1;
}

.dx-article-commerce-cta span {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 800;
	color: #b7d5e9;
}

.dx-article-commerce-cta h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	font-size: 21px !important;
	color: #fff !important;
}

.dx-article-commerce-cta p {
	margin: 8px 0 0 !important;
	max-width: 680px;
	font-size: 11.5px !important;
	line-height: 2 !important;
	color: #d7e7f2;
}

.dx-article-commerce-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 150px;
}

.dx-article-commerce-actions .dx-blog-primary-action,
.dx-article-commerce-actions .dx-blog-secondary-action {
	width: 100%;
	min-height: 40px;
	font-size: 10.5px;
}

.dx-article-commerce-actions .dx-blog-primary-action {
	background: #fff;
	color: #003e77 !important;
	box-shadow: none;
}

.dx-article-commerce-actions .dx-blog-secondary-action {
	background: transparent;
	border-color: rgba(255,255,255,.36);
	color: #fff !important;
}

.dx-article-toc-card {
	border-top: 3px solid var(--dx-blog-red);
}

.dx-article-toc ol {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: dx-toc;
}

.dx-article-toc li {
	counter-increment: dx-toc;
}

.dx-article-toc a {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 8px 0;
	border-bottom: 1px dashed #e0e9f0;
	font-size: 10px;
	font-weight: 750;
	line-height: 1.9;
	color: #36536b !important;
}

.dx-article-toc a::before {
	content: counter(dx-toc, decimal-leading-zero);
	flex: 0 0 21px;
	font-size: 8px;
	font-weight: 900;
	color: #9aafbf;
}

.dx-article-toc li:last-child a {
	border-bottom: 0;
}

.dx-article-toc li.is-sub a {
	padding-right: 14px;
	font-size: 9.5px;
	color: #667b8d !important;
}

.dx-article-toc a:hover {
	color: var(--dx-blog-red) !important;
}

.dx-article-store-card {
	position: relative;
	overflow: hidden;
	padding: 20px;
	background: #082d50;
	border-color: #082d50;
	color: #fff;
}

.dx-article-store-card > span {
	display: block;
	margin-bottom: 5px;
	font-size: 9px;
	font-weight: 850;
	color: #9dc4df;
}

.dx-article-store-card h3 {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	font-size: 14px;
	color: #fff;
}

.dx-article-store-card p {
	margin: 0 0 14px;
	font-size: 10px;
	line-height: 2;
	color: #d1e2ee;
}

/* Comments */
.dx-comments {
	margin-top: 48px;
	padding: 30px;
	background: #fff;
	border: 1px solid #d8e3ec;
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(10,39,67,.06);
}

.dx-comments-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1eaf1;
}

.dx-comments-heading span,
.dx-comment-form-title > span {
	display: block;
	margin-bottom: 4px;
	font-size: 9.5px;
	font-weight: 900;
	color: var(--dx-blog-red);
}

.dx-comments-heading h2,
.dx-comment-form-title h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 950;
	color: var(--dx-blog-blue-dark);
}

.dx-comments-heading > p,
.dx-comment-form-title p {
	max-width: 520px;
	margin: 0;
	font-size: 10.5px;
	line-height: 2;
	color: #6b7e8f;
}

.dx-comment-list,
.dx-comment-list .children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dx-comment-list {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.dx-comment-list .children {
	margin: 12px 38px 0 0;
}

.dx-comment-card {
	padding: 18px 20px;
	background: #f8fbfd;
	border: 1px solid #dce7ef;
	border-radius: 9px;
}

.dx-comment-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.dx-comment-avatar {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background: #003e77;
	color: #fff;
	font-size: 14px;
	font-weight: 950;
}

.dx-comment-head strong,
.dx-comment-head time {
	display: block;
}

.dx-comment-head strong {
	font-size: 11px;
	font-weight: 900;
	color: #15354f;
}

.dx-comment-head time {
	margin-top: 3px;
	font-size: 9px;
	color: #8293a2;
}

.dx-comment-text {
	font-size: 12px;
	line-height: 2.05;
	color: #385166;
}

.dx-comment-text p:last-child {
	margin-bottom: 0;
}

.dx-comment-awaiting {
	margin: 0 0 10px;
	padding: 8px 10px;
	border-radius: 6px;
	background: #fff5dd;
	color: #7e5b00;
	font-size: 9.5px;
	font-weight: 800;
}

.dx-comment-reply {
	margin-top: 10px;
}

.dx-comment-reply a {
	font-size: 9.5px;
	font-weight: 850;
	color: var(--dx-blog-blue) !important;
}

.dx-comment-form-wrap {
	margin-top: 26px;
	padding: 24px;
	background: linear-gradient(180deg, #f6fafe 0%, #fff 100%);
	border: 1px solid #d9e5ee;
	border-radius: 10px;
}

.dx-comment-form-title {
	margin-bottom: 18px;
}

.dx-comment-form-title p {
	margin-top: 7px;
}

.dx-comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.dx-comment-form .comment-form-comment,
.dx-comment-form .form-submit,
.dx-comment-form .comment-notes,
.dx-comment-form .logged-in-as,
.dx-comment-form .dx-comment-security,
.dx-comment-form .comment-form-cookies-consent,
.dx-comment-form .dx-comment-hp,
.dx-comment-form input[type="hidden"] {
	grid-column: 1 / -1;
}

.dx-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.dx-field-full {
	grid-column: 1 / -1;
}

.dx-field label {
	font-size: 10px;
	font-weight: 900;
	color: #27475f;
}

.dx-field label span {
	color: var(--dx-blog-red);
}

.dx-field input,
.dx-field textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #cad9e5;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	font-family: inherit;
	font-size: 12px;
	color: #17354d;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.dx-field input {
	height: 44px;
	padding: 0 13px;
}

.dx-field textarea {
	min-height: 160px;
	padding: 12px 13px;
	resize: vertical;
	line-height: 2;
}

.dx-field input:focus,
.dx-field textarea:focus {
	border-color: #337faf;
	box-shadow: 0 0 0 3px rgba(0,62,119,.08);
	outline: 0;
}

.dx-comment-submit {
	min-height: 44px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: #003e77;
	color: #fff;
	font-family: inherit;
	font-size: 11px;
	font-weight: 950;
	cursor: pointer;
	transition: background .18s ease, transform .18s ease;
}

.dx-comment-submit:hover {
	background: #002d58;
	transform: translateY(-1px);
}

.dx-comment-security {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid #dce8ef;
	border-radius: 7px;
	background: #f8fbfd;
	font-size: 9.5px;
	font-weight: 750;
	color: #61788a;
}

.dx-comment-security svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: #148057;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dx-comment-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.dx-comment-pagination {
	margin-top: 18px;
}

.dx-comments-closed {
	margin: 20px 0 0;
	font-size: 11px;
	color: #687c8e;
}

@media (max-width: 1120px) {
	.dx-article-hero-grid {
		grid-template-columns: minmax(0, 1fr) 320px;
		gap: 30px;
	}

	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr) 280px;
	}
}

@media (max-width: 849px) {
	.dx-article-hero-grid,
	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: 1fr;
	}

	.dx-article-hero-card {
		max-width: 520px;
	}

	.dx-blog-single-context .dx-article-sidebar {
		position: static;
		order: -1;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dx-article-toc-card {
		grid-column: 1 / -1;
	}
}

@media (max-width: 782px) {
	.admin-bar .dx-reading-progress {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.dx-article-hero-grid {
		gap: 20px;
	}

	.dx-blog-single-context .dx-article-heading h1 {
		font-size: 30px;
	}

	.dx-blog-single-context .dx-article-cover {
		height: 58vw;
		min-height: 230px;
	}

	.dx-blog-single-context .dx-article-card {
		padding: 26px 20px;
	}

	.dx-blog-single-context .dx-article-sidebar {
		grid-template-columns: 1fr;
	}

	.dx-article-commerce-cta {
		grid-template-columns: 1fr;
		padding: 22px 20px;
	}

	.dx-article-commerce-actions {
		min-width: 0;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.dx-article-commerce-actions a {
		flex: 1 1 140px;
	}

	.dx-comments {
		padding: 22px 16px;
	}

	.dx-comments-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.dx-comment-form-wrap {
		padding: 20px 14px;
	}

	.dx-comment-form {
		grid-template-columns: 1fr;
	}

	.dx-comment-form > * {
		grid-column: 1 / -1;
	}

	.dx-comment-list .children {
		margin-right: 14px;
	}
}


/* V15 — single post media/layout refinement */
.dx-blog-single-context .dx-article-hero-grid {
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 34px;
	align-items: center;
}

.dx-blog-single-context .dx-article-heading h1 {
	font-size: clamp(30px, 3.9vw, 58px);
	line-height: 1.45;
}

.dx-blog-single-context .dx-article-main {
	padding-top: 22px;
}

.dx-blog-single-context .dx-article-layout {
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 26px;
	align-items: start;
}

.dx-article-primary {
	min-width: 0;
}

.dx-blog-single-context .dx-article-cover {
	height: auto;
	min-height: 0;
	aspect-ratio: 16 / 8.8;
	max-height: 430px;
	margin: 0 0 18px;
	border: 1px solid #d6e3ee;
	border-radius: 14px;
	box-shadow: 0 18px 34px rgba(10,39,67,.09);
	overflow: hidden;
	background: #eef4f8;
}

.dx-blog-single-context .dx-article-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dx-blog-single-context .dx-article-card {
	padding: 36px 40px;
	border-radius: 14px;
}

.dx-blog-single-context .dx-article-sidebar {
	top: 98px;
}

.dx-blog-single-context .dx-article-side-card,
.dx-blog-single-context .dx-article-hero-card {
	border-radius: 12px;
}

.dx-blog-single-context .dx-article-store-card a,
.dx-blog-single-context .dx-article-hero-card a {
	min-height: 42px;
}

@media (max-width: 1180px) {
	.dx-blog-single-context .dx-article-hero-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr) 280px;
	}

	.dx-blog-single-context .dx-article-cover {
		aspect-ratio: 16 / 9.2;
		max-height: 390px;
	}
}

@media (max-width: 980px) {
	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.dx-blog-single-context .dx-article-sidebar {
		position: static;
		order: 2;
	}

	.dx-blog-single-context .dx-article-cover {
		max-height: none;
		aspect-ratio: 16 / 9.6;
	}
}

@media (max-width: 767px) {
	.dx-blog-single-context .dx-article-heading h1 {
		font-size: clamp(27px, 8vw, 38px);
	}

	.dx-blog-single-context .dx-article-cover {
		aspect-ratio: 16 / 10.5;
		border-radius: 10px;
		margin-bottom: 14px;
	}

	.dx-blog-single-context .dx-article-card {
		padding: 24px 20px;
	}
}


/* V16 — tighter breadcrumb, wider single content, better featured image placement */
.dx-blog-single-context .dx-blog-shell {
	width: min(1480px, calc(100% - 40px));
}

.dx-blog-single-context .dx-article-header {
	padding: 10px 0 16px;
}

.dx-blog-single-context .dx-blog-breadcrumb {
	margin: 0 0 8px;
	gap: 6px;
	font-size: 10px;
	line-height: 1.5;
	color: #7c8d9d;
}

.dx-blog-single-context .dx-blog-breadcrumb a {
	color: #667c90;
}

.dx-blog-single-context .dx-article-hero-grid {
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
	align-items: start;
}

.dx-blog-single-context .dx-article-heading {
	max-width: 1000px;
	padding-top: 2px;
}

.dx-blog-single-context .dx-article-heading .dx-blog-meta {
	margin-bottom: 10px;
}

.dx-blog-single-context .dx-article-heading h1 {
	font-size: clamp(28px, 3.5vw, 54px);
	line-height: 1.34;
	letter-spacing: -0.7px;
}

.dx-blog-single-context .dx-article-deck {
	max-width: 860px;
	margin-top: 10px;
	font-size: 13.5px;
	line-height: 1.95;
}

.dx-blog-single-context .dx-article-heading-actions {
	margin-top: 14px;
}

.dx-blog-single-context .dx-article-main {
	padding-top: 14px;
}

.dx-blog-single-context .dx-article-layout {
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 22px;
	align-items: start;
}

.dx-blog-single-context .dx-article-primary {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.dx-blog-single-context .dx-article-cover {
	width: 100%;
	height: auto;
	min-height: 0;
	max-height: 360px;
	aspect-ratio: 16 / 7.4;
	margin: 0;
	border-radius: 16px;
	border: 1px solid #d7e4ee;
	box-shadow: 0 16px 30px rgba(10,39,67,.08);
	overflow: hidden;
	background: linear-gradient(180deg, #f5f8fb 0%, #edf3f8 100%);
}

.dx-blog-single-context .dx-article-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.dx-blog-single-context .dx-article-card {
	padding: 38px 44px;
}

.dx-blog-single-context .dx-article-sidebar {
	top: 92px;
	gap: 12px;
}

.dx-blog-single-context .dx-article-side-card {
	padding: 16px;
}

@media (max-width: 1200px) {
	.dx-blog-single-context .dx-blog-shell {
		width: min(100%, calc(100% - 32px));
	}

	.dx-blog-single-context .dx-article-hero-grid {
		grid-template-columns: minmax(0, 1fr) 280px;
		gap: 22px;
	}

	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr) 260px;
	}

	.dx-blog-single-context .dx-article-cover {
		max-height: 330px;
		aspect-ratio: 16 / 7.8;
	}
}

@media (max-width: 980px) {
	.dx-blog-single-context .dx-article-layout,
	.dx-blog-single-context .dx-article-hero-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.dx-blog-single-context .dx-article-cover {
		max-height: none;
		aspect-ratio: 16 / 9.3;
	}
}

@media (max-width: 767px) {
	.dx-blog-single-context .dx-blog-shell {
		width: min(100%, calc(100% - 24px));
	}

	.dx-blog-single-context .dx-article-header {
		padding: 8px 0 14px;
	}

	.dx-blog-single-context .dx-blog-breadcrumb {
		margin-bottom: 6px;
		font-size: 9.5px;
	}

	.dx-blog-single-context .dx-article-heading h1 {
		font-size: clamp(26px, 8vw, 36px);
		line-height: 1.38;
	}

	.dx-blog-single-context .dx-article-cover {
		aspect-ratio: 16 / 9.8;
		border-radius: 12px;
	}

	.dx-blog-single-context .dx-article-card {
		padding: 24px 18px;
	}
}


/* V17 — balanced single-post layout */
.dx-blog-single-context .dx-blog-shell {
	width: min(1500px, calc(100% - 38px));
}

.dx-blog-single-context .dx-article-header {
	padding: 8px 0 14px;
	background: linear-gradient(90deg, rgba(115,115,115,.028) 0%, rgba(0,62,119,.038) 55%, rgba(59,0,0,.028) 100%), #fff;
}

.dx-blog-single-context .dx-blog-breadcrumb {
	margin: 0 0 6px;
	gap: 6px;
	font-size: 10.5px;
	font-weight: 800;
	line-height: 1.6;
	color: #6f8396;
}

.dx-blog-single-context .dx-blog-breadcrumb a {
	color: #5d7285;
}

.dx-blog-single-context .dx-article-hero-grid {
	display: block;
}

.dx-blog-single-context .dx-article-heading {
	max-width: 1100px;
}

.dx-blog-single-context .dx-article-heading .dx-blog-meta {
	margin-bottom: 8px;
}

.dx-blog-single-context .dx-article-heading h1 {
	font-size: clamp(28px, 3.25vw, 50px);
	line-height: 1.3;
	margin-bottom: 0;
}

.dx-blog-single-context .dx-article-deck {
	max-width: 900px;
	margin-top: 10px;
	font-size: 13.5px;
	line-height: 1.95;
}

.dx-blog-single-context .dx-article-heading-actions {
	margin-top: 12px;
}

.dx-blog-single-context .dx-article-main {
	padding-top: 12px;
}

.dx-blog-single-context .dx-article-layout {
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 24px;
	align-items: start;
}

.dx-blog-single-context .dx-article-primary {
	min-width: 0;
}

.dx-blog-single-context .dx-article-cover {
	height: auto;
	min-height: 0;
	max-height: 315px;
	aspect-ratio: 16 / 6.6;
	margin: 0 0 14px;
	border-radius: 14px;
	border: 1px solid #d8e4ed;
	box-shadow: 0 14px 28px rgba(10,39,67,.07);
	background: #eef4f8;
}

.dx-blog-single-context .dx-article-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.dx-blog-single-context .dx-article-card {
	padding: 40px 46px;
	border-radius: 14px;
}

.dx-blog-single-context .dx-article-sidebar {
	top: 90px;
	gap: 14px;
}

.dx-blog-single-context .dx-article-side-card {
	padding: 18px;
	border-radius: 12px;
}

.dx-blog-single-context .dx-article-trust-card {
	padding: 18px;
}

.dx-blog-single-context .dx-article-toc-card {
	border-top-width: 2px;
}

.dx-blog-single-context .dx-article-toc a {
	padding: 9px 0;
	font-size: 11px;
	line-height: 1.8;
}

.dx-blog-single-context .dx-article-toc a::before {
	flex-basis: 24px;
	font-size: 8.5px;
}

.dx-blog-single-context .dx-article-toc li.is-sub a {
	font-size: 10.2px;
	padding-right: 12px;
}

.dx-blog-single-context .dx-article-side-summary .dx-article-fact strong {
	font-size: 12.5px;
}

@media (max-width: 1240px) {
	.dx-blog-single-context .dx-blog-shell {
		width: min(100%, calc(100% - 30px));
	}

	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr) 290px;
		gap: 20px;
	}

	.dx-blog-single-context .dx-article-cover {
		max-height: 300px;
		aspect-ratio: 16 / 6.9;
	}
}

@media (max-width: 980px) {
	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.dx-blog-single-context .dx-article-sidebar {
		position: static;
		order: 2;
	}

	.dx-blog-single-context .dx-article-cover {
		max-height: none;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 767px) {
	.dx-blog-single-context .dx-blog-shell {
		width: min(100%, calc(100% - 22px));
	}

	.dx-blog-single-context .dx-article-header {
		padding: 8px 0 12px;
	}

	.dx-blog-single-context .dx-blog-breadcrumb {
		font-size: 9.5px;
		margin-bottom: 5px;
	}

	.dx-blog-single-context .dx-article-heading h1 {
		font-size: clamp(25px, 7.6vw, 35px);
	}

	.dx-blog-single-context .dx-article-cover {
		aspect-ratio: 16 / 9.4;
		border-radius: 12px;
	}

	.dx-blog-single-context .dx-article-card {
		padding: 24px 18px;
	}
}


/* V18 — compact professional breadcrumb */
.dx-blog-single-context .dx-blog-breadcrumb {
	display: inline-flex;
	align-items: center;
	max-width: min(100%, 700px);
	min-height: 34px;
	margin: 0 0 8px;
	padding: 4px 6px;
	gap: 3px;
	background: rgba(255,255,255,.86);
	border: 1px solid #d9e4ed;
	border-radius: 9px;
	box-shadow: 0 5px 14px rgba(10,39,67,.045);
	color: #657a8d;
	font-size: 10.5px;
	font-weight: 800;
	line-height: 1;
	overflow: hidden;
	backdrop-filter: blur(8px);
}

.dx-blog-single-context .dx-blog-breadcrumb .dx-blog-crumb {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	padding: 0 6px;
	color: #36536b;
	white-space: nowrap;
	text-decoration: none;
	transition: color .18s ease, background .18s ease;
}

.dx-blog-single-context .dx-blog-breadcrumb .dx-blog-crumb:hover {
	color: var(--dx-blog-red);
}

.dx-blog-single-context .dx-blog-crumb-home-icon {
	display: grid;
	place-items: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border-radius: 6px;
	background: #edf5fb;
	color: var(--dx-blog-blue);
}

.dx-blog-single-context .dx-blog-crumb-home-icon svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dx-blog-single-context .dx-blog-crumb-separator {
	display: grid;
	place-items: center;
	flex: 0 0 14px;
	width: 14px;
	height: 22px;
	color: #a7b6c3;
}

.dx-blog-single-context .dx-blog-crumb-separator svg {
	width: 10px;
	height: 10px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dx-blog-single-context .dx-blog-crumb-current {
	display: block;
	min-width: 0;
	max-width: 430px;
	padding: 0 7px;
	overflow: hidden;
	color: #788b9c;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.dx-blog-single-context .dx-blog-breadcrumb {
		max-width: 100%;
		min-height: 32px;
		margin-bottom: 6px;
		padding: 3px 5px;
		font-size: 9.5px;
	}

	.dx-blog-single-context .dx-blog-crumb-home-icon {
		flex-basis: 22px;
		width: 22px;
		height: 22px;
	}

	.dx-blog-single-context .dx-blog-crumb-current {
		max-width: 150px;
	}
}


/* V19 — final single-post polish */
.dx-blog-single-context .dx-blog-shell {
	width: min(1520px, calc(100% - 36px));
}

.dx-blog-single-context .dx-article-header {
	padding: 7px 0 13px;
	background:
		linear-gradient(90deg, rgba(115,115,115,.024) 0%, rgba(0,62,119,.032) 55%, rgba(59,0,0,.024) 100%),
		#fff;
}

.dx-article-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 32px;
	margin-bottom: 8px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(0,62,119,.10);
}

.dx-blog-single-context .dx-article-topline .dx-blog-breadcrumb {
	flex: 1 1 auto;
	max-width: 760px;
	min-height: 27px;
	margin: 0;
	padding: 0;
	gap: 2px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
	font-size: 10.5px;
}

.dx-blog-single-context .dx-article-topline .dx-blog-crumb {
	padding: 0 4px;
}

.dx-blog-single-context .dx-article-topline .dx-blog-crumb-home-icon {
	flex-basis: 22px;
	width: 22px;
	height: 22px;
	border-radius: 6px;
}

.dx-blog-single-context .dx-article-topline .dx-blog-crumb-current {
	max-width: 290px;
	padding: 0 4px;
	color: #607588;
	font-weight: 850;
}

.dx-blog-single-context .dx-article-topline .dx-blog-meta {
	flex: 0 0 auto;
	margin: 0;
	gap: 12px;
	white-space: nowrap;
}

.dx-blog-single-context .dx-article-topline .dx-blog-category {
	display: none;
}

.dx-article-title-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 34px;
}

.dx-article-title-copy {
	min-width: 0;
	max-width: 1120px;
}

.dx-blog-single-context .dx-article-title-copy h1 {
	margin: 0;
	font-size: clamp(28px, 3vw, 47px);
	font-weight: 950;
	line-height: 1.28;
	letter-spacing: -.7px;
	color: var(--dx-blog-blue-dark);
}

.dx-blog-single-context .dx-article-deck {
	max-width: 920px;
	margin: 8px 0 0;
	font-size: 13.5px;
	line-height: 1.9;
}

.dx-blog-single-context .dx-article-heading-actions {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	margin: 0 0 2px;
}

.dx-blog-single-context .dx-article-heading-actions .dx-blog-primary-action,
.dx-blog-single-context .dx-article-heading-actions .dx-blog-secondary-action {
	min-height: 38px;
	padding: 0 15px;
	border-radius: 7px;
	font-size: 10.5px;
}

.dx-blog-single-context .dx-article-main {
	padding-top: 10px;
}

.dx-blog-single-context .dx-article-layout {
	grid-template-columns: minmax(0, 1fr) 292px;
	gap: 22px;
}

.dx-blog-single-context .dx-article-cover {
	max-height: 292px;
	aspect-ratio: 16 / 6.15;
	margin-bottom: 13px;
	border-radius: 13px;
	box-shadow: 0 12px 26px rgba(10,39,67,.065);
}

.dx-blog-single-context .dx-article-cover img {
	object-position: center 45%;
}

.dx-blog-single-context .dx-article-card {
	padding: 39px 48px;
	border-radius: 13px;
}

.dx-blog-single-context .dx-article-sidebar {
	top: 88px;
	gap: 12px;
}

.dx-blog-single-context .dx-article-trust-card {
	padding: 14px;
}

.dx-blog-single-context .dx-article-trust-card .dx-article-hero-card-head {
	gap: 10px;
	padding-bottom: 10px;
}

.dx-blog-single-context .dx-article-trust-card .dx-article-hero-icon {
	flex-basis: 40px;
	width: 40px;
	height: 40px;
	border-radius: 8px;
}

.dx-blog-single-context .dx-article-trust-card .dx-article-hero-icon svg {
	width: 22px;
	height: 22px;
}

.dx-blog-single-context .dx-article-trust-card .dx-article-hero-card-head small {
	font-size: 8.8px;
}

.dx-blog-single-context .dx-article-trust-card .dx-article-hero-card-head strong {
	font-size: 11px;
	line-height: 1.7;
}

.dx-blog-single-context .dx-article-trust-card ul {
	gap: 6px;
	margin: 10px 0;
}

.dx-blog-single-context .dx-article-trust-card li {
	padding-right: 16px;
	font-size: 9.7px;
	line-height: 1.65;
}

.dx-blog-single-context .dx-article-trust-card > a {
	min-height: 35px;
	font-size: 9.8px;
}

.dx-blog-single-context .dx-article-toc-card {
	padding: 16px 17px;
}

.dx-blog-single-context .dx-article-toc-card h3 {
	margin-bottom: 7px;
	padding-bottom: 8px;
	font-size: 12.5px;
}

.dx-blog-single-context .dx-article-toc a {
	padding: 7px 0;
	font-size: 10.8px;
	line-height: 1.72;
}

.dx-blog-single-context .dx-article-toc li.is-sub a {
	font-size: 10px;
}

@media (max-width: 1240px) {
	.dx-blog-single-context .dx-blog-shell {
		width: min(100%, calc(100% - 28px));
	}

	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr) 278px;
		gap: 18px;
	}

	.dx-blog-single-context .dx-article-cover {
		max-height: 280px;
		aspect-ratio: 16 / 6.4;
	}
}

@media (max-width: 980px) {
	.dx-article-topline {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.dx-blog-single-context .dx-article-topline .dx-blog-meta {
		white-space: normal;
	}

	.dx-article-title-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.dx-blog-single-context .dx-article-heading-actions {
		margin: 0;
	}

	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.dx-blog-single-context .dx-article-cover {
		max-height: none;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 767px) {
	.dx-blog-single-context .dx-blog-shell {
		width: min(100%, calc(100% - 20px));
	}

	.dx-blog-single-context .dx-article-header {
		padding: 6px 0 11px;
	}

	.dx-article-topline {
		margin-bottom: 7px;
		padding-bottom: 6px;
	}

	.dx-blog-single-context .dx-article-topline .dx-blog-breadcrumb {
		max-width: 100%;
		font-size: 9.5px;
	}

	.dx-blog-single-context .dx-article-topline .dx-blog-crumb-current {
		max-width: 160px;
	}

	.dx-blog-single-context .dx-article-topline .dx-blog-meta {
		gap: 8px;
	}

	.dx-blog-single-context .dx-article-title-copy h1 {
		font-size: clamp(25px, 7.3vw, 34px);
		line-height: 1.35;
	}

	.dx-blog-single-context .dx-article-heading-actions {
		width: 100%;
	}

	.dx-blog-single-context .dx-article-heading-actions .dx-blog-primary-action,
	.dx-blog-single-context .dx-article-heading-actions .dx-blog-secondary-action {
		flex: 1 1 0;
		padding: 0 9px;
	}

	.dx-blog-single-context .dx-article-cover {
		aspect-ratio: 16 / 9.3;
		border-radius: 11px;
	}

	.dx-blog-single-context .dx-article-card {
		padding: 24px 18px;
	}
}


/* V20 — hero alignment and breadcrumb/menu spacing */
.dx-blog-single-context .dx-article-header {
	padding: 14px 0 12px;
}

.dx-blog-single-context .dx-article-topline {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px 14px;
	min-height: 0;
	margin: 0 0 10px;
	padding: 0 0 0 0;
	border-bottom: 0;
	max-width: 100%;
}

.dx-blog-single-context .dx-article-topline .dx-blog-breadcrumb {
	flex: 0 1 auto;
	max-width: none;
	min-height: 28px;
	padding: 3px 10px;
	gap: 3px;
	background: #fff;
	border: 1px solid #dbe6ef;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(10,39,67,.04);
	font-size: 10.8px;
}

.dx-blog-single-context .dx-article-topline .dx-blog-crumb {
	padding: 0 3px;
}

.dx-blog-single-context .dx-article-topline .dx-blog-crumb-home-icon {
	flex-basis: 20px;
	width: 20px;
	height: 20px;
	border-radius: 999px;
}

.dx-blog-single-context .dx-article-topline .dx-blog-crumb-current {
	max-width: 250px;
}

.dx-blog-single-context .dx-article-topline .dx-blog-meta {
	flex: 0 1 auto;
	gap: 10px;
	padding-top: 1px;
	white-space: nowrap;
}

.dx-article-title-row {
	display: block;
}

.dx-article-title-copy {
	max-width: 1040px;
}

.dx-blog-single-context .dx-article-title-copy h1 {
	font-size: clamp(28px, 2.9vw, 46px);
	line-height: 1.24;
}

.dx-blog-single-context .dx-article-heading-actions {
	margin-top: 14px;
	justify-content: flex-start;
	gap: 9px;
}

.dx-blog-single-context .dx-article-heading-actions .dx-blog-primary-action,
.dx-blog-single-context .dx-article-heading-actions .dx-blog-secondary-action {
	min-height: 36px;
	padding: 0 14px;
	font-size: 10.3px;
}

.dx-blog-single-context .dx-article-main {
	padding-top: 8px;
}

.dx-blog-single-context .dx-article-layout {
	grid-template-columns: minmax(0, 1fr) 286px;
	gap: 20px;
}

.dx-blog-single-context .dx-article-cover {
	max-height: 288px;
	margin-bottom: 14px;
}

.dx-blog-single-context .dx-article-trust-card {
	padding: 13px;
}

.dx-blog-single-context .dx-article-trust-card ul {
	margin: 8px 0;
}

@media (max-width: 1240px) {
	.dx-blog-single-context .dx-article-layout {
		grid-template-columns: minmax(0, 1fr) 272px;
	}
}

@media (max-width: 980px) {
	.dx-blog-single-context .dx-article-topline {
		display: flex;
		gap: 8px;
	}

	.dx-blog-single-context .dx-article-heading-actions {
		margin-top: 12px;
	}
}

@media (max-width: 767px) {
	.dx-blog-single-context .dx-article-header {
		padding: 10px 0 10px;
	}

	.dx-blog-single-context .dx-article-topline {
		display: flex;
		gap: 7px;
		margin-bottom: 8px;
	}

	.dx-blog-single-context .dx-article-topline .dx-blog-breadcrumb {
		padding: 3px 8px;
		font-size: 9.7px;
		min-height: 26px;
	}

	.dx-blog-single-context .dx-article-topline .dx-blog-crumb-current {
		max-width: 130px;
	}

	.dx-blog-single-context .dx-article-topline .dx-blog-meta {
		gap: 8px;
		font-size: 9px;
		white-space: normal;
	}

	.dx-blog-single-context .dx-article-heading-actions {
		width: 100%;
		margin-top: 10px;
	}
}


/* V21 — improved blog archive breadcrumb */
.dx-blog-hero .dx-blog-breadcrumb {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 0 16px auto;
	padding: 7px 12px;
	max-width: 100%;
	width: max-content;
	background: rgba(255,255,255,.82);
	border: 1px solid #d7e3ed;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(10,39,67,.05);
	backdrop-filter: blur(6px);
	font-size: 10.8px;
	font-weight: 800;
	line-height: 1.6;
	color: #6e8296;
}

.dx-blog-hero .dx-blog-crumb-home,
.dx-blog-hero .dx-blog-crumb,
.dx-blog-hero .dx-blog-crumb-current {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	white-space: nowrap;
}

.dx-blog-hero .dx-blog-crumb-home,
.dx-blog-hero .dx-blog-crumb {
	color: #31516d;
}

.dx-blog-hero .dx-blog-crumb-home:hover,
.dx-blog-hero .dx-blog-crumb:hover {
	color: var(--dx-blog-red);
}

.dx-blog-hero .dx-blog-crumb-home-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
	border: 1px solid #d8e4ee;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.dx-blog-hero .dx-blog-crumb-home-icon svg {
	width: 12px;
	height: 12px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.7;
}

.dx-blog-hero .dx-blog-crumb-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	color: #9aaab9;
}

.dx-blog-hero .dx-blog-crumb-separator svg {
	width: 10px;
	height: 10px;
	fill: currentColor;
}

.dx-blog-hero .dx-blog-crumb-current {
	max-width: 170px;
	padding: 0 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--dx-blog-blue-dark);
	font-weight: 900;
}

@media (max-width: 767px) {
	.dx-blog-hero .dx-blog-breadcrumb {
		margin-bottom: 12px;
		padding: 6px 10px;
		font-size: 9.8px;
	}

	.dx-blog-hero .dx-blog-crumb-home-icon {
		flex-basis: 20px;
		width: 20px;
		height: 20px;
	}

	.dx-blog-hero .dx-blog-crumb-current {
		max-width: 120px;
	}
}

/* =========================================================
 * V22 — Mobile blog audit and UX hardening
 * Archive, article, related posts, tables, media and comments.
 * Scoped to blog contexts and mobile/tablet widths only.
 * ========================================================= */
@media (max-width: 849px) {
	body.dx-blog-context,
	.dx-blog-page,
	.dx-article-page {
		overflow-x: clip;
	}

	.dx-blog-context .dx-blog-shell,
	.dx-blog-single-context .dx-blog-shell {
		width: min(100% - 24px, 720px) !important;
		max-width: none !important;
	}

	/* Blog archive hero */
	.dx-blog-page .dx-blog-hero {
		padding: 18px 0 22px !important;
	}

	.dx-blog-page .dx-blog-hero::after {
		display: none !important;
	}

	.dx-blog-page .dx-blog-hero .dx-blog-breadcrumb {
		margin-bottom: 10px !important;
		max-width: 100% !important;
	}

	.dx-blog-page .dx-blog-hero-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 14px !important;
	}

	.dx-blog-page .dx-blog-kicker {
		margin-bottom: 8px !important;
		padding: 4px 8px !important;
		font-size: 9px !important;
		letter-spacing: .65px !important;
	}

	.dx-blog-page .dx-blog-hero-copy h1 {
		font-size: clamp(28px, 8.2vw, 39px) !important;
		line-height: 1.34 !important;
		letter-spacing: -.35px !important;
	}

	.dx-blog-page .dx-blog-hero-copy > p {
		margin-top: 8px !important;
		font-size: 12.5px !important;
		line-height: 1.9 !important;
	}

	.dx-blog-page .dx-blog-hero-actions {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		margin-top: 14px !important;
	}

	.dx-blog-page .dx-blog-hero-actions a {
		width: 100% !important;
		min-height: 42px !important;
		padding: 0 10px !important;
	}

	.dx-blog-page .dx-blog-hero-panel {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 10px !important;
		max-width: none !important;
		padding: 13px !important;
		border-right-width: 3px !important;
		border-radius: 9px !important;
		box-shadow: 0 10px 24px rgba(5, 31, 56, .14) !important;
	}

	.dx-blog-page .dx-blog-hero-panel-head {
		gap: 9px !important;
	}

	.dx-blog-page .dx-blog-hero-icon {
		width: 42px !important;
		height: 42px !important;
		border-radius: 7px !important;
	}

	.dx-blog-page .dx-blog-hero-icon svg {
		width: 24px !important;
		height: 24px !important;
	}

	.dx-blog-page .dx-blog-hero-panel-head strong {
		font-size: 12px !important;
	}

	.dx-blog-page .dx-blog-stat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 7px !important;
	}

	.dx-blog-page .dx-blog-stat {
		min-height: 58px !important;
		padding: 9px 10px !important;
	}

	.dx-blog-page .dx-blog-stat strong {
		font-size: 20px !important;
	}

	.dx-blog-page .dx-blog-hero-panel-note {
		margin-top: -1px !important;
		font-size: 9.5px !important;
		line-height: 1.75 !important;
	}

	/* Topic/category bar */
	.dx-blog-page .dx-blog-main {
		padding: 16px 0 66px !important;
	}

	.dx-blog-page .dx-blog-topic-bar {
		display: block !important;
		margin-bottom: 16px !important;
		padding: 10px !important;
		border-radius: 8px !important;
	}

	.dx-blog-page .dx-blog-topic-heading {
		margin-bottom: 8px !important;
		padding: 0 0 8px !important;
		border-left: 0 !important;
		border-bottom: 1px solid #e0e8ef !important;
	}

	.dx-blog-page .dx-blog-topic-icon {
		width: 32px !important;
		height: 32px !important;
	}

	.dx-blog-page .dx-blog-category-strip {
		width: 100% !important;
		gap: 7px !important;
		padding: 2px 1px 5px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		overscroll-behavior-inline: contain !important;
		scroll-snap-type: inline proximity !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.dx-blog-page .dx-blog-category-pill {
		scroll-snap-align: start !important;
		min-height: 38px !important;
		padding: 0 12px !important;
		font-size: 10.5px !important;
	}

	/* Featured article */
	.dx-blog-page .dx-blog-featured {
		grid-template-columns: minmax(0, 1fr) !important;
		min-height: 0 !important;
		margin-bottom: 22px !important;
		border-radius: 9px !important;
		box-shadow: 0 10px 26px rgba(7, 31, 55, .09) !important;
	}

	.dx-blog-page .dx-blog-featured-media,
	.dx-blog-page .dx-blog-featured-media-link {
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 9 !important;
	}

	.dx-blog-page .dx-blog-featured-content {
		padding: 19px 16px 17px !important;
		border-top-width: 3px !important;
	}

	.dx-blog-page .dx-blog-featured-label {
		margin-bottom: 10px !important;
	}

	.dx-blog-page .dx-blog-featured-content h2 {
		margin: 11px 0 8px !important;
		font-size: 20px !important;
		line-height: 1.65 !important;
	}

	.dx-blog-page .dx-blog-featured-content > p {
		-webkit-line-clamp: 3 !important;
		font-size: 11.5px !important;
		line-height: 1.95 !important;
	}

	.dx-blog-page .dx-blog-featured-button {
		width: 100% !important;
		justify-content: space-between !important;
		min-height: 42px !important;
		margin-top: 14px !important;
	}

	/* Archive cards */
	.dx-blog-page .dx-blog-section-heading {
		align-items: flex-start !important;
		gap: 6px !important;
		margin-bottom: 13px !important;
		padding-bottom: 11px !important;
	}

	.dx-blog-page .dx-blog-section-heading h2 {
		font-size: 20px !important;
	}

	.dx-blog-page .dx-blog-section-heading > p {
		max-width: none !important;
		font-size: 0 !important;
	}

	.dx-blog-page .dx-blog-result-count {
		font-size: 10.5px !important;
	}

	.dx-blog-page .dx-blog-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 14px !important;
	}

	.dx-blog-page .dx-blog-card,
	.dx-related-posts .dx-blog-card {
		border-radius: 9px !important;
		box-shadow: 0 7px 20px rgba(10, 39, 67, .055) !important;
	}

	.dx-blog-page .dx-blog-card-media,
	.dx-blog-page .dx-blog-card-media-link,
	.dx-related-posts .dx-blog-card-media,
	.dx-related-posts .dx-blog-card-media-link {
		height: auto !important;
		aspect-ratio: 16 / 9 !important;
	}

	.dx-blog-page .dx-blog-card-body,
	.dx-related-posts .dx-blog-card-body {
		padding: 15px 15px 14px !important;
	}

	.dx-blog-page .dx-blog-card-title,
	.dx-related-posts .dx-blog-card-title {
		min-height: 0 !important;
		margin: 10px 0 7px !important;
		font-size: 15px !important;
		line-height: 1.75 !important;
	}

	.dx-blog-page .dx-blog-card-excerpt,
	.dx-related-posts .dx-blog-card-excerpt {
		min-height: 0 !important;
		-webkit-line-clamp: 2 !important;
		font-size: 11px !important;
		line-height: 1.9 !important;
	}

	.dx-blog-page .dx-blog-read-more,
	.dx-related-posts .dx-blog-read-more {
		min-height: 42px !important;
		align-items: center !important;
		margin-top: 9px !important;
		padding-top: 9px !important;
	}

	.dx-blog-page .dx-blog-pagination {
		gap: 6px !important;
		margin-top: 24px !important;
	}

	.dx-blog-page .dx-blog-pagination .page-numbers {
		min-width: 40px !important;
		height: 40px !important;
		padding: 0 10px !important;
	}

	/* Single article: logical reading order on mobile */
	.dx-blog-single-context .dx-article-header {
		padding: 10px 0 14px !important;
	}

	.dx-blog-single-context .dx-article-topline {
		gap: 6px !important;
		margin-bottom: 8px !important;
	}

	.dx-blog-single-context .dx-article-title-copy h1 {
		font-size: clamp(25px, 7.2vw, 34px) !important;
		line-height: 1.4 !important;
		letter-spacing: -.2px !important;
		overflow-wrap: anywhere !important;
	}

	.dx-blog-single-context .dx-article-deck {
		margin-top: 7px !important;
		font-size: 12.5px !important;
		line-height: 1.9 !important;
	}

	.dx-blog-single-context .dx-article-heading-actions {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		width: 100% !important;
		gap: 7px !important;
		margin-top: 10px !important;
	}

	.dx-blog-single-context .dx-article-heading-actions a {
		width: 100% !important;
		min-height: 40px !important;
		padding: 0 8px !important;
	}

	.dx-blog-single-context .dx-article-main {
		padding-top: 12px !important;
	}

	.dx-blog-single-context .dx-article-layout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 16px !important;
	}

	.dx-blog-single-context .dx-article-primary {
		order: 1 !important;
		min-width: 0 !important;
	}

	.dx-blog-single-context .dx-article-sidebar {
		position: static !important;
		order: 2 !important;
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		min-width: 0 !important;
	}

	.dx-blog-single-context .dx-article-cover {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		aspect-ratio: 16 / 9 !important;
		margin-bottom: 12px !important;
		border-radius: 10px !important;
		box-shadow: 0 8px 20px rgba(10, 39, 67, .07) !important;
	}

	.dx-blog-single-context .dx-article-card {
		padding: 23px 17px !important;
		border-radius: 10px !important;
		box-shadow: 0 8px 22px rgba(10, 39, 67, .055) !important;
	}

	.dx-blog-single-context .dx-article-content,
	.dx-blog-single-context .dx-article-content p,
	.dx-blog-single-context .dx-article-content li {
		font-size: 14px !important;
		line-height: 2.08 !important;
		overflow-wrap: anywhere !important;
	}

	.dx-blog-single-context .dx-article-content h2 {
		margin: 31px 0 13px !important;
		padding: 9px 12px 9px 0 !important;
		font-size: 21px !important;
		line-height: 1.65 !important;
		scroll-margin-top: 85px !important;
	}

	.dx-blog-single-context .dx-article-content h3 {
		margin: 25px 0 10px !important;
		font-size: 17.5px !important;
		line-height: 1.7 !important;
		scroll-margin-top: 85px !important;
	}

	.dx-blog-single-context .dx-article-content h4 {
		font-size: 15.5px !important;
	}

	.dx-blog-single-context .dx-article-content img,
	.dx-blog-single-context .dx-article-content video {
		max-width: 100% !important;
		height: auto !important;
	}

	.dx-blog-single-context .dx-article-content figure {
		max-width: 100% !important;
		margin: 18px 0 !important;
	}

	.dx-blog-single-context .dx-article-content iframe,
	.dx-blog-single-context .dx-article-content embed,
	.dx-blog-single-context .dx-article-content object {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		aspect-ratio: 16 / 9 !important;
		height: auto !important;
		border: 0 !important;
	}

	.dx-blog-single-context .dx-article-content table {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch !important;
		white-space: nowrap !important;
	}

	.dx-blog-single-context .dx-article-content th,
	.dx-blog-single-context .dx-article-content td {
		min-width: 130px !important;
		padding: 10px !important;
	}

	.dx-blog-single-context .dx-article-content pre,
	.dx-blog-single-context .dx-article-content code {
		max-width: 100% !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
	}

	.dx-blog-single-context .dx-article-content pre {
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.dx-blog-single-context .dx-article-content blockquote {
		margin: 20px 0 !important;
		padding: 16px 15px !important;
		font-size: 13px !important;
		line-height: 2 !important;
	}

	/* Mobile inline/collapsible table of contents */
	.dx-blog-single-context .dx-article-toc-card.is-mobile-inline {
		margin: 0 0 12px !important;
		padding: 0 !important;
		border-top: 0 !important;
		border-right: 3px solid var(--dx-blog-red) !important;
		border-radius: 9px !important;
		overflow: hidden !important;
		box-shadow: 0 6px 18px rgba(10, 39, 67, .05) !important;
	}

	.dx-blog-single-context .dx-article-toc-card.is-mobile-inline h3 {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.dx-mobile-toc-toggle {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 10px !important;
		width: 100% !important;
		min-height: 46px !important;
		padding: 0 13px !important;
		border: 0 !important;
		background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%) !important;
		color: var(--dx-blog-blue-dark) !important;
		font-family: inherit !important;
		font-size: 12px !important;
		font-weight: 900 !important;
		text-align: right !important;
		cursor: pointer !important;
	}

	.dx-mobile-toc-toggle svg {
		width: 16px !important;
		height: 16px !important;
		fill: none !important;
		stroke: currentColor !important;
		stroke-width: 1.8 !important;
		transition: transform .18s ease !important;
	}

	.dx-article-toc-card.is-open .dx-mobile-toc-toggle svg {
		transform: rotate(180deg) !important;
	}

	.dx-blog-single-context .dx-article-toc-card.is-mobile-inline .dx-article-toc {
		padding: 7px 13px 11px !important;
		border-top: 1px solid #e1e9ef !important;
		background: #fff !important;
	}

	.dx-blog-single-context .dx-article-toc-card.is-mobile-inline:not(.is-open) .dx-article-toc {
		display: none !important;
	}

	.dx-blog-single-context .dx-article-toc-card.is-mobile-inline .dx-article-toc a {
		min-height: 38px !important;
		align-items: center !important;
		padding: 7px 0 !important;
		font-size: 10.5px !important;
	}

	/* Article CTA, tags, navigation and sidebar cards */
	.dx-blog-single-context .dx-article-commerce-cta {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 16px !important;
		margin-top: 30px !important;
		padding: 20px 16px !important;
		border-radius: 9px !important;
	}

	.dx-blog-single-context .dx-article-commerce-cta h2 {
		font-size: 18px !important;
		line-height: 1.65 !important;
	}

	.dx-blog-single-context .dx-article-commerce-actions {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 7px !important;
		min-width: 0 !important;
	}

	.dx-blog-single-context .dx-article-commerce-actions a {
		width: 100% !important;
		min-height: 42px !important;
		padding: 0 8px !important;
	}

	.dx-blog-single-context .dx-article-tags {
		gap: 6px !important;
		margin-top: 24px !important;
		padding-top: 16px !important;
	}

	.dx-blog-single-context .dx-article-tags a {
		min-height: 34px !important;
		padding: 0 9px !important;
	}

	.dx-blog-single-context .dx-article-nav {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 9px !important;
		margin-top: 13px !important;
	}

	.dx-blog-single-context .dx-article-nav a {
		min-height: 74px !important;
		padding: 13px !important;
	}

	.dx-blog-single-context .dx-article-side-card {
		padding: 14px !important;
		border-radius: 9px !important;
	}

	.dx-blog-single-context .dx-article-trust-card,
	.dx-blog-single-context .dx-article-side-summary {
		min-width: 0 !important;
	}

	.dx-blog-single-context .dx-related-posts {
		margin-top: 28px !important;
	}

	.dx-blog-single-context .dx-related-posts .dx-blog-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 12px !important;
	}

	/* Comments */
	.dx-blog-single-context .dx-comments {
		margin-top: 30px !important;
		padding: 20px 14px !important;
		border-radius: 10px !important;
	}

	.dx-blog-single-context .dx-comments-heading {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 6px !important;
		padding-bottom: 14px !important;
	}

	.dx-blog-single-context .dx-comments-heading h2,
	.dx-blog-single-context .dx-comment-form-title h3 {
		font-size: 19px !important;
	}

	.dx-blog-single-context .dx-comment-card {
		padding: 14px !important;
	}

	.dx-blog-single-context .dx-comment-list .children {
		margin: 9px 10px 0 0 !important;
	}

	.dx-blog-single-context .dx-comment-form-wrap {
		margin-top: 20px !important;
		padding: 17px 12px !important;
	}

	.dx-blog-single-context .dx-comment-form {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 12px !important;
	}

	.dx-blog-single-context .dx-comment-form > * {
		grid-column: 1 / -1 !important;
	}

	.dx-blog-single-context .dx-field input {
		height: 48px !important;
	}

	.dx-blog-single-context .dx-field textarea {
		min-height: 150px !important;
	}

	.dx-blog-single-context .dx-comment-submit {
		width: 100% !important;
		min-height: 48px !important;
	}
}

@media (max-width: 600px) {
	.dx-blog-context .dx-blog-shell,
	.dx-blog-single-context .dx-blog-shell {
		width: min(100% - 18px, 540px) !important;
	}

	.dx-blog-page .dx-blog-hero-panel-note {
		display: none !important;
	}

	.dx-blog-page .dx-blog-featured-content {
		padding: 17px 14px 15px !important;
	}

	.dx-blog-page .dx-blog-card-body,
	.dx-related-posts .dx-blog-card-body {
		padding: 14px !important;
	}

	.dx-blog-single-context .dx-article-sidebar {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.dx-blog-single-context .dx-article-card {
		padding: 21px 14px !important;
	}

	.dx-blog-single-context .dx-article-heading-actions,
	.dx-blog-single-context .dx-article-commerce-actions {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.dx-blog-single-context .dx-article-content h2 {
		font-size: 20px !important;
	}

	.dx-blog-single-context .dx-article-content h3 {
		font-size: 17px !important;
	}
}

/* Desktop-safe base for the mobile TOC control created by dx-blog-single.js. */
.dx-mobile-toc-toggle {
	all: unset;
	display: block;
	width: 100%;
	box-sizing: border-box;
	font: inherit;
	color: inherit;
	cursor: default;
}

.dx-mobile-toc-toggle svg {
	display: none;
}

@media (max-width: 849px) {
	.dx-mobile-toc-toggle svg {
		display: block;
	}
}
