.single-post .l23-blog-rail {
	--l23-blog-card-border: #d9dee7;
	--l23-blog-card-muted: #f6f7f9;
	--l23-blog-card-text: #2d3440;
	--l23-blog-card-subtle: #637083;
	--l23-blog-card-blue: #0878e7;
	--l23-blog-card-blue-dark: #0665c5;
}

@media (min-width: 1025px) {
	.single-post.has-sidebar.has-left-sidebar #primary > .content-container.site-container {
		column-gap: 24px;
		grid-template-columns: minmax(320px, 340px) minmax(0, 900px);
		max-width: 1304px;
	}
}

.single-post .entry.single-entry {
	border: 1px solid #dce6f2;
	border-radius: 14px;
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.single-post .single-entry .entry-content-wrap {
	padding: 0;
}

.single-post .single-entry .entry-header {
	background: #f7fbff;
	border-bottom: 1px solid #e4edf8;
	margin: 0;
	padding: 42px 44px 34px;
	position: relative;
}

.single-post .single-entry .entry-header::before {
	background: #0878e7;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.single-post .single-entry .kadence-breadcrumbs {
	color: #617187;
	font-size: 12px;
	margin: 0 0 18px;
}

.single-post .single-entry .entry-taxonomies {
	font-size: 11px;
	letter-spacing: 0.08em;
	margin: 0 0 12px;
}

.single-post .single-entry .entry-taxonomies a {
	background: #e8f3ff;
	border: 1px solid #c9e3ff;
	border-radius: 999px;
	color: #075cab;
	display: inline-block;
	font-weight: 800;
	line-height: 1;
	padding: 8px 10px;
	text-decoration: none;
}

.single-post .single-entry .entry-title {
	color: #075cab;
	margin: 0;
	max-width: 900px;
}

.single-post .single-entry .entry-meta {
	align-items: center;
	color: #536175;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 12px 14px;
	margin: 18px 0 0;
}

.single-post .single-entry .entry-meta > * {
	min-width: 0;
}

.single-post .single-entry .entry-meta .posted-by,
.single-post .single-entry .entry-meta .posted-on {
	flex: 0 1 auto;
	order: 1;
}

.single-post .single-entry .entry-meta .l23-blog-hero-tags {
	align-items: center;
	display: flex;
	flex: 1 1 calc(100% - 210px);
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	order: 2;
}

.single-post .single-entry .entry-meta .l23-blog-hero-tag {
	background: #fff;
	border: 1px solid #c9d7e8;
	border-radius: 6px;
	color: #40506a;
	display: inline-flex;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 10px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.single-post .single-entry .entry-meta .l23-blog-hero-tag:hover,
.single-post .single-entry .entry-meta .l23-blog-hero-tag:focus {
	background: #eef6ff;
	border-color: #b8dcff;
	color: #075cab;
	text-decoration: none;
}

.single-post .entry-content.single-content {
	color: #2d3748;
	margin: 0;
	padding: 34px 44px 48px;
}

.single-post .single-content > p,
.single-post .single-content > ul,
.single-post .single-content > ol,
.single-post .single-content > h2,
.single-post .single-content > h3,
.single-post .single-content > h4,
.single-post .single-content > h5,
.single-post .single-content > h6 {
	max-width: 820px;
}

.single-post .entry-content.single-content > ul,
.single-post .entry-content.single-content > ol,
.single-post .entry-content.single-content ul.wp-block-list,
.single-post .entry-content.single-content ol.wp-block-list {
	line-height: 1.66;
	margin: 16px 0 24px;
	max-width: 820px;
}

.single-post .entry-content.single-content > ul,
.single-post .entry-content.single-content ul.wp-block-list {
	padding-left: 1.35rem;
}

.single-post .entry-content.single-content > ul > li,
.single-post .entry-content.single-content ul.wp-block-list > li {
	margin: 0;
	padding-left: 0.35rem;
}

.single-post .entry-content.single-content > ul > li::marker,
.single-post .entry-content.single-content ul.wp-block-list > li::marker {
	color: #16a34a;
	font-size: 0.9em;
	font-weight: 800;
}

.single-post .entry-content.single-content > ol,
.single-post .entry-content.single-content ol.wp-block-list {
	counter-reset: l23-article-list;
	list-style: none;
	padding-left: 0;
}

.single-post .entry-content.single-content > ol > li,
.single-post .entry-content.single-content ol.wp-block-list > li {
	counter-increment: l23-article-list;
	margin: 0;
	min-height: 30px;
	padding: 2px 0 0 44px;
	position: relative;
}

.single-post .entry-content.single-content > ol > li::before,
.single-post .entry-content.single-content ol.wp-block-list > li::before {
	align-items: center;
	background: #e8f3ff;
	border: 1px solid #c9e3ff;
	border-radius: 50%;
	color: #0878e7;
	content: counter(l23-article-list, decimal-leading-zero);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 30px;
}

.single-post .entry-content.single-content > ul > li + li,
.single-post .entry-content.single-content > ol > li + li,
.single-post .entry-content.single-content ul.wp-block-list > li + li,
.single-post .entry-content.single-content ol.wp-block-list > li + li {
	margin-top: 12px;
}

.single-post .entry-content.single-content a[href^="/"],
.single-post .entry-content.single-content a[href^="https://test.layer23-switch.com"],
.single-post .entry-content.single-content a[href^="https://www.layer23-switch.com"],
.single-post .entry-content.single-content a[href^="https://layer23-switch.com"] {
	text-decoration-line: none;
	text-underline-offset: 0.18em;
}

.single-post .entry-content.single-content a[href^="/"]:hover,
.single-post .entry-content.single-content a[href^="/"]:focus,
.single-post .entry-content.single-content a[href^="https://test.layer23-switch.com"]:hover,
.single-post .entry-content.single-content a[href^="https://test.layer23-switch.com"]:focus,
.single-post .entry-content.single-content a[href^="https://www.layer23-switch.com"]:hover,
.single-post .entry-content.single-content a[href^="https://www.layer23-switch.com"]:focus,
.single-post .entry-content.single-content a[href^="https://layer23-switch.com"]:hover,
.single-post .entry-content.single-content a[href^="https://layer23-switch.com"]:focus {
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.single-post .entry-content.single-content :not(pre) > code {
	background: linear-gradient(180deg, #f9fbff 0%, #eef5ff 100%);
	border: 1px solid #ccd9e8;
	border-radius: 6px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	box-shadow: inset 0 -1px 0 rgba(8, 120, 231, 0.08);
	color: #17365d;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.84em;
	font-weight: 600;
	line-height: 1.45;
	margin: 0 0.06em;
	overflow-wrap: anywhere;
	padding: 0.1em 0.42em;
	vertical-align: baseline;
	white-space: normal;
}

.single-post .entry-content.single-content > pre,
.single-post .entry-content.single-content > .wp-block-code {
	max-width: 820px;
}

.single-post .entry-content.single-content pre,
.single-post .entry-content.single-content .wp-block-code {
	background:
		radial-gradient(circle at 20px 18px, #fb7185 0 4px, transparent 4.5px),
		radial-gradient(circle at 36px 18px, #facc15 0 4px, transparent 4.5px),
		radial-gradient(circle at 52px 18px, #34d399 0 4px, transparent 4.5px),
		linear-gradient(180deg, #111827 0%, #0f172a 100%);
	border: 1px solid #243247;
	border-left: 4px solid #0878e7;
	border-radius: 12px;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
	color: #e8eef8;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	scrollbar-color: rgba(148, 163, 184, 0.52) rgba(148, 163, 184, 0.16);
	scrollbar-width: thin;
}

.single-post .entry-content.single-content pre {
	overflow-x: auto;
	padding: 42px 22px 20px;
	tab-size: 2;
}

.single-post .entry-content.single-content .wp-block-code:not(pre) {
	padding: 42px 0 0;
}

.single-post .entry-content.single-content .wp-block-code pre {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	overflow-x: auto;
	padding: 0 22px 20px;
	position: static;
}

.single-post .entry-content.single-content .wp-block-code pre::before {
	content: none;
}

.single-post .entry-content.single-content pre code,
.single-post .entry-content.single-content .wp-block-code code {
	background: transparent;
	border: 0;
	color: inherit;
	display: block;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.65;
	margin: 0;
	min-width: max-content;
	padding: 0;
	white-space: pre;
}

.single-post .entry-content.single-content pre code::selection,
.single-post .entry-content.single-content .wp-block-code code::selection {
	background: rgba(56, 189, 248, 0.28);
	color: #fff;
}

.single-post .entry-content.single-content pre::-webkit-scrollbar,
.single-post .entry-content.single-content .wp-block-code pre::-webkit-scrollbar {
	height: 9px;
}

.single-post .entry-content.single-content pre::-webkit-scrollbar-track,
.single-post .entry-content.single-content .wp-block-code pre::-webkit-scrollbar-track {
	background: rgba(148, 163, 184, 0.16);
	border-radius: 999px;
}

.single-post .entry-content.single-content pre::-webkit-scrollbar-thumb,
.single-post .entry-content.single-content .wp-block-code pre::-webkit-scrollbar-thumb {
	background: rgba(148, 163, 184, 0.52);
	border-radius: 999px;
}

.single-post .entry-content.single-content pre::-webkit-scrollbar-thumb:hover,
.single-post .entry-content.single-content .wp-block-code pre::-webkit-scrollbar-thumb:hover {
	background: rgba(191, 219, 254, 0.7);
}

.single-post .entry-content.single-content > h2 {
	border-left: 3px solid #0878e7;
	color: #1671c7;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 1.32;
	padding-left: 15px;
}

.single-post .single-content h3 {
	color: #1f2937;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 1.35;
}

.single-post .single-content .wp-block-table {
	background: #fff;
	border: 1px solid #c6d3e2;
	border-radius: 8px;
	box-shadow: 0 7px 20px rgba(15, 23, 42, 0.06);
	overflow: auto;
}

.single-post .single-content .wp-block-table table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	min-width: 720px;
}

.single-post .single-content .wp-block-table thead {
	border: 0;
}

.single-post .single-content .wp-block-table th,
.single-post .single-content .wp-block-table td {
	border: 0;
	border-bottom: 1px solid #d5dfeb;
	border-right: 1px solid #e1e8f0;
	padding: 14px 17px;
	vertical-align: top;
	word-break: normal;
}

.single-post .single-content .wp-block-table th {
	background: #edf5ff;
	color: #075cab;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.single-post .single-content .wp-block-table thead th {
	background: #0878e7;
	border-bottom-color: #0878e7;
	border-right-color: rgba(255, 255, 255, 0.22);
	color: #fff;
	letter-spacing: 0;
}

.single-post .single-content .wp-block-table td {
	background: #fff;
	color: #344256;
	font-size: 14px;
	line-height: 1.55;
	transition: background-color 150ms ease, box-shadow 150ms ease, color 150ms ease;
}

.single-post .single-content .wp-block-table tbody tr:last-child th,
.single-post .single-content .wp-block-table tbody tr:last-child td {
	border-bottom: 0;
}

.single-post .single-content .wp-block-table th:last-child,
.single-post .single-content .wp-block-table td:last-child {
	border-right: 0;
}

.single-post .single-content .wp-block-table tbody tr:nth-child(even) th,
.single-post .single-content .wp-block-table tbody tr:nth-child(even) td {
	background: #f7faff;
}

.single-post .single-content .wp-block-table tbody tr:hover th,
.single-post .single-content .wp-block-table tbody tr:hover td {
	background: #e9f4ff;
	color: #17365d;
}

.single-post .single-content .wp-block-table tbody td:first-child {
	color: #26384f;
	font-weight: 600;
}

.single-post .single-content .wp-block-table tbody tr:hover > :first-child {
	box-shadow: inset 3px 0 0 #0878e7;
	color: #075cab;
	font-weight: 700;
}

.single-post .single-content .wp-block-table figcaption {
	color: #637083;
	font-size: 12.5px;
	line-height: 1.5;
	padding: 10px 14px 12px;
	text-align: left;
}

.single-post .l23-blog-rail .kt-row-column-wrap {
	gap: 0;
}

.single-post .l23-blog-rail-card .kt-inside-inner-col {
	background: #fff;
	border: 1px solid var(--l23-blog-card-border);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
	overflow: hidden;
}

.single-post .l23-blog-rail-card .wp-block-kadence-tableofcontents {
	border-bottom: 1px solid #e7ebf0;
	max-height: none;
	overflow-y: visible;
	padding: 12px 12px 10px;
	scrollbar-color: #bfd3ea transparent;
	scrollbar-width: thin;
}

.single-post .l23-blog-rail-card .wp-block-kadence-tableofcontents::-webkit-scrollbar {
	width: 6px;
}

.single-post .l23-blog-rail-card .wp-block-kadence-tableofcontents::-webkit-scrollbar-thumb {
	background: #bfd3ea;
	border-radius: 999px;
}

.single-post .l23-blog-rail-card .kb-table-of-content-nav .kb-table-of-content-wrap {
	padding: 0 !important;
}

.single-post .l23-blog-rail-card .kb-table-of-content-list,
.single-post .l23-blog-rail-card .kb-table-of-content-list ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.single-post .l23-blog-rail-card .kb-table-of-content-nav .kb-table-of-content-list li {
	margin: 0 0 1px;
}

.single-post .l23-blog-rail-card .kb-table-of-content-nav .kb-table-of-content-list li .kb-table-of-contents-list-sub {
	margin-top: 1px;
}

.single-post .l23-blog-rail-card .kb-table-of-content-list a,
.single-post .l23-blog-rail-card .kb-table-of-contents__entry {
	border-radius: 7px;
	color: #263449;
	display: block;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 1.25;
	padding: 5px 8px;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.single-post .l23-blog-rail-card .kb-table-of-content-list a:hover,
.single-post .l23-blog-rail-card .kb-table-of-content-list a:focus,
.single-post .l23-blog-rail-card .kb-table-of-content-list .active > .kb-table-of-contents__entry {
	background: #eef6ff;
	color: #075cab;
}

.single-post .l23-blog-trust-compact {
	color: var(--l23-blog-card-text);
}

.single-post .l23-blog-trust-compact__title {
	background: var(--l23-blog-card-muted);
	border-bottom: 1px solid #e7ebf0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding: 12px 16px;
}

.single-post .l23-blog-trust-compact__list {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0 !important;
	padding: 10px 12px 12px !important;
}

.single-post .l23-blog-trust-compact__item {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 24px 1fr;
	margin: 0;
	min-height: 44px;
	padding: 8px 6px;
}

.single-post .l23-blog-trust-compact__icon {
	align-items: center;
	color: #263449;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.single-post .l23-blog-trust-compact__icon svg {
	display: block;
	height: 21px;
	stroke: currentColor;
	width: 21px;
}

.single-post .l23-blog-trust-compact__text {
	color: #4a4f59;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.single-post .l23-blog-trust-compact__cta {
	align-items: center;
	background: var(--l23-blog-card-blue);
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.2;
	padding: 15px 16px;
	text-decoration: none !important;
	transition: background-color 160ms ease;
}

.single-post .l23-blog-trust-compact__cta:hover,
.single-post .l23-blog-trust-compact__cta:focus {
	background: var(--l23-blog-card-blue-dark);
	color: #fff;
	text-decoration: none !important;
}

.single-post .l23-blog-trust-compact__cta-icon {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.single-post .l23-blog-tools-compact {
	border-top: 1px solid #e7ebf0;
	color: var(--l23-blog-card-text);
}

.single-post .l23-blog-tools-compact__title {
	background: var(--l23-blog-card-muted);
	border-bottom: 1px solid #e7ebf0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding: 12px 16px;
}

.single-post .l23-blog-tools-compact__list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0 !important;
	padding: 12px !important;
}

.single-post .l23-blog-tools-compact__item {
	margin: 0;
}

.single-post .l23-blog-tools-compact__link {
	align-items: center;
	border: 1px solid #e7ebf0;
	border-radius: 9px;
	color: #263449;
	display: grid;
	gap: 9px;
	grid-template-columns: 24px 1fr 14px;
	line-height: 1.2;
	padding: 10px 9px;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.single-post .l23-blog-tools-compact__link:hover,
.single-post .l23-blog-tools-compact__link:focus {
	background: #eef6ff;
	border-color: #c9e3ff;
	color: #075cab;
	text-decoration: none !important;
}

.single-post .l23-blog-tools-compact__icon {
	align-items: center;
	color: currentColor;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.single-post .l23-blog-tools-compact__icon svg {
	display: block;
	height: 21px;
	stroke: currentColor;
	width: 21px;
}

.single-post .l23-blog-tools-compact__text {
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0;
}

.single-post .l23-blog-tools-compact__arrow {
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	text-align: right;
}

@media (max-width: 1024px) {
	.single-post .single-entry .entry-header {
		padding: 34px 30px 28px;
	}

	.single-post .entry-content.single-content {
		padding: 30px;
	}

	.single-post .l23-blog-rail-card {
		display: none;
	}
}

@media (max-width: 767px) {
	.single-post .entry.single-entry {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
	}

	.single-post .single-entry .entry-header {
		padding: 28px 18px 24px;
	}

	.single-post .entry-content.single-content {
		padding: 24px 18px 36px;
	}

	.single-post .single-entry .entry-meta {
		gap: 10px 12px;
	}

	.single-post .single-entry .entry-meta .l23-blog-hero-tags {
		flex-basis: 100%;
	}

	.single-post .single-content .wp-block-table th,
	.single-post .single-content .wp-block-table td {
		padding: 12px 14px;
	}

	.single-post .entry-content.single-content pre {
		padding: 38px 16px 16px;
	}

	.single-post .entry-content.single-content .wp-block-code:not(pre) {
		padding-top: 38px;
	}

	.single-post .entry-content.single-content .wp-block-code pre {
		padding: 0 16px 16px;
	}

	.single-post .entry-content.single-content pre code,
	.single-post .entry-content.single-content .wp-block-code code {
		font-size: 12.5px;
	}
}
