body.single-post .r-post-single {
	width: 100%;
	margin-inline: auto;
	padding-inline: 1rem;
	box-sizing: border-box;
}

@media (min-width: 992px) {
	body.single-post .r-post-single {
		width: 75%;
		max-width: 1140px;
		padding-inline: 0;
	}
}

body.single-post .r-post-single .r-post-article {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	padding: 1.5rem 1.25rem 2rem;
}

@media (min-width: 992px) {
	body.single-post .r-post-single .r-post-article {
		padding: 2.25rem 2.5rem 2.75rem;
	}
}

body.single-post .r-post-single .r-post-header {
	margin-bottom: 1.75rem;
}

body.single-post .r-post-single .r-post-category {
	font-size: 0.875rem;
	font-weight: 600;
	color: #0087cb !important;
	margin-bottom: 0.75rem;
}

body.single-post .r-post-single .r-post-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	color: #1d1d1d;
	margin: 0 0 1rem;
}

@media (min-width: 992px) {
	body.single-post .r-post-single .r-post-title {
		font-size: 1.75rem;
	}
}

body.single-post .r-post-single .r-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.15rem;
	font-size: 0.8125rem;
	color: #6b7280;
	margin-bottom: 1.25rem;
}

body.single-post .r-post-single .r-post-meta .r-bullet {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #9ca3af;
	margin-inline: 0.5rem;
	vertical-align: middle;
}

body.single-post .r-post-single .r-post-meta-item {
	display: inline-flex;
	align-items: center;
}

body.single-post .r-post-single .r-post-lead {
	font-size: 1.0625rem;
	line-height: 1.9;
	color: #4b5563;
	margin-bottom: 1.5rem;
	padding-bottom: 0.25rem;
}

body.single-post .r-post-single .r-post-lead p {
	margin-bottom: 0.5em;
}

body.single-post .r-post-single .r-post-hero {
	margin: 0 0 0.5rem;
	text-align: center;
}

body.single-post .r-post-single .r-post-hero img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-inline: auto;
}

body.single-post .r-post-single .r-post-content {
	font-size: 1.125rem;
	line-height: 2;
	color: #1d1d1d;
}

body.single-post .r-post-single .r-post-content p {
	margin-top: 0;
	margin-bottom: 1.35em;
}

body.single-post .r-post-single .r-post-content h2,
body.single-post .r-post-single .r-post-content h3,
body.single-post .r-post-single .r-post-content h4,
body.single-post .r-post-single .r-post-content h5,
body.single-post .r-post-single .r-post-content h6 {
	margin-top: 1.75em !important;
	margin-bottom: 0.65em !important;
	line-height: 1.45;
	color: #1d1d1d;
	font-weight: 700;
}

body.single-post .r-post-single .r-post-content h2 {
	font-size: 1.375rem !important;
}

body.single-post .r-post-single .r-post-content h3 {
	font-size: 1.2rem !important;
}

body.single-post .r-post-single .r-post-content h4 {
	font-size: 1.1rem !important;
}

body.single-post .r-post-single .r-post-content ul,
body.single-post .r-post-single .r-post-content ol {
	margin: 0 0 1.35em;
	padding-inline-start: 1.4em;
}

body.single-post .r-post-single .r-post-content li {
	font-size: inherit;
	line-height: 2;
	margin-bottom: 0.35em;
}

body.single-post .r-post-single .r-post-content a {
	color: #0087cb;
	text-decoration: none;
}

body.single-post .r-post-single .r-post-content a:hover {
	color: #0086cd !important;
	text-decoration: underline;
}

body.single-post .r-post-single .r-post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 1.25em auto;
	display: block;
}

body.single-post .r-post-single .r-post-content blockquote {
	margin: 1.5em 0;
	padding: 0.75em 1.25em;
	border-inline-start: 3px solid #0087cb;
	background: #f7fafc;
	color: #374151;
	font-size: 1.05em;
	line-height: 1.9;
}

body.single-post .r-post-single .r-post-content table {
	width: 100%;
	margin: 0 0 2em;
	font-size: 0.95em;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

body.single-post .r-post-single .r-post-content table thead th,
body.single-post .r-post-single .r-post-content table thead td,
body.single-post .r-post-single .r-post-content table tr:first-child th {
	background: #eef5fb;
	color: #1d1d1d;
	font-weight: 700;
	font-size: 0.92em;
	text-align: inherit;
	border-bottom: 1px solid #d7e3ee;
}

body.single-post .r-post-single .r-post-content table th,
body.single-post .r-post-single .r-post-content table td {
	padding: 0.85rem 1rem;
	border-bottom: 1px solid #eef1f5;
	border-inline-end: 1px solid #eef1f5;
	vertical-align: middle;
	line-height: 1.6;
	color: #1d1d1d;
}

body.single-post .r-post-single .r-post-content table th:last-child,
body.single-post .r-post-single .r-post-content table td:last-child {
	border-inline-end: 0;
}

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

body.single-post .r-post-single .r-post-content table tbody tr:nth-child(even),
body.single-post .r-post-single .r-post-content table:not(:has(thead)) tr:nth-child(even) {
	background: #f7fafc;
}

body.single-post .r-post-single .r-post-content table tbody tr:nth-child(odd),
body.single-post .r-post-single .r-post-content table:not(:has(thead)) tr:nth-child(odd) {
	background: #fff;
}

body.single-post .r-post-single .r-post-content table tbody tr:hover,
body.single-post .r-post-single .r-post-content table:not(:has(thead)) tr:hover {
	background: #eef5fb;
}

body.single-post .r-post-single .r-post-content table:not(:has(thead)) tr:first-child:hover th {
	background: #e4eef8;
}

body.single-post .r-post-single .r-post-content #ez-toc-container {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	font-size: 0.875rem;
	line-height: 1.55;
	background: #f4f7fa;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.65rem 0.85rem 0.55rem;
	margin: 0 0 1.25em;
	box-sizing: border-box;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-title-container,
body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-list,
body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-list li,
body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-link,
body.single-post .r-post-single .r-post-content #ez-toc-container nav,
body.single-post .r-post-single .r-post-content #ez-toc-container ul,
body.single-post .r-post-single .r-post-content #ez-toc-container li {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0;
	margin: 0;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	width: 100%;
	margin: 0 0 0.4rem;
	padding: 0 0 0.4rem;
	border-bottom: 1px solid #e2e8f0 !important;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-title {
	font-size: 0.9375rem;
	font-weight: 700;
	color: #1d1d1d;
	margin: 0;
	line-height: 1.3;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-title-toggle {
	display: flex;
	align-items: center;
	float: none !important;
}

body.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-toggle,
body.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px;
	flex-shrink: 0;
	float: none !important;
	border-radius: 50% !important;
	border: 1px solid #d1d9e2 !important;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	left: auto !important;
	right: auto !important;
	text-decoration: none !important;
	outline: none !important;
	transition: background 0.2s ease, border-color 0.2s ease;
}

body.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-toggle:hover,
body.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-btn:hover,
body.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-toggle:focus,
body.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-btn:focus {
	background: #eef5fb !important;
	background-image: none !important;
	border-color: #0087cb !important;
	box-shadow: none !important;
	outline: none !important;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-js-icon-con,
body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-js-icon-con > span,
body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-icon-toggle-span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 100% !important;
	position: static !important;
	float: none !important;
	left: auto !important;
	right: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-icon-toggle-span svg {
	display: none !important;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-icon-toggle-span::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-inline-end: 1.5px solid #0087cb;
	border-bottom: 1.5px solid #0087cb;
	transform: rotate(45deg);
	margin-top: -2px;
	transition: transform 0.2s ease;
}

body.single-post .r-post-single .r-post-content #ez-toc-container.toc_close .ez-toc-icon-toggle-span::after {
	transform: rotate(-135deg);
	margin-top: 2px;
}

body.single-post .r-post-single .r-post-content #ez-toc-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

body.single-post .r-post-single .r-post-content #ez-toc-container > nav,
body.single-post .r-post-single .r-post-content #ez-toc-container nav {
	width: 100%;
	display: block;
}

body.single-post .r-post-single .r-post-content #ez-toc-container li {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	list-style: none;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-list > li {
	margin: 0;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-link {
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #1d1d1d;
	text-decoration: none;
	line-height: 1.45;
	font-size: 0.875rem;
	padding: 0.28rem 0.45rem;
	border-radius: 6px !important;
	transition: background 0.15s ease, color 0.15s ease;
}

body.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-link:hover {
	color: #0087cb !important;
	background: rgba(0, 135, 203, 0.08) !important;
}

body.single-post .r-post-single .r-post-content #ez-toc-container.counter-hierarchy .ez-toc-list li {
	padding-inline-start: 0 !important;
}

body.single-post .r-post-single .r-post-content #ez-toc-container.counter-hierarchy .ez-toc-list a::before {
	color: #0087cb;
	font-weight: 600;
	margin-inline-end: 0.4em;
}

body.single-post .r-post-single .r-card.r-shadow-sm {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}

@media (max-width: 575.98px) {
	body.single-post .r-post-single {
		padding-inline: 0.75rem;
	}

	body.single-post .r-post-single .r-post-article {
		padding: 1.15rem 1rem 1.5rem;
		border-radius: 8px;
	}

	body.single-post .r-post-single .r-post-content {
		font-size: 1.0625rem;
	}

	body.single-post .r-post-single .r-post-title {
		font-size: 1.35rem;
	}
}

body.__dm.single-post .r-post-single .r-post-article {
	background: #2c2f31 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

body.__dm.single-post .r-post-single .r-post-title,
body.__dm.single-post .r-post-single .r-post-content,
body.__dm.single-post .r-post-single .r-post-content h2,
body.__dm.single-post .r-post-single .r-post-content h3,
body.__dm.single-post .r-post-single .r-post-content h4,
body.__dm.single-post .r-post-single .r-post-content h5,
body.__dm.single-post .r-post-single .r-post-content h6 {
	color: #e8eaed;
}

body.__dm.single-post .r-post-single .r-post-meta {
	color: #9aa0a6;
}

body.__dm.single-post .r-post-single .r-post-meta .r-bullet {
	background: #6b7280;
}

body.__dm.single-post .r-post-single .r-post-lead {
	color: #b0b6bd;
}

body.__dm.single-post .r-post-single .r-post-content a {
	color: #4db3e8;
}

body.__dm.single-post .r-post-single .r-post-content a:hover {
	color: #6fc3ef !important;
}

body.__dm.single-post .r-post-single .r-post-content blockquote {
	background: #232629;
	color: #cfd3d8;
	border-inline-start-color: #4db3e8;
}

body.__dm.single-post .r-post-single .r-post-content .wp-block-table,
body.__dm.single-post .r-post-single .r-post-content figure.wp-block-table {
	background: transparent !important;
	border-color: transparent !important;
}

body.__dm.single-post .r-post-single .r-post-content table,
body.__dm.single-post .r-post-single .r-post-content .wp-block-table table {
	background: #2c2f31 !important;
	border-color: #3a3f44 !important;
	color: #e8eaed !important;
}

body.__dm.single-post .r-post-single .r-post-content table thead th,
body.__dm.single-post .r-post-single .r-post-content table thead td,
body.__dm.single-post .r-post-single .r-post-content table tr:first-child th,
body.__dm.single-post .r-post-single .r-post-content .wp-block-table table thead th,
body.__dm.single-post .r-post-single .r-post-content .wp-block-table table tr:first-child th {
	background: #1f3a48 !important;
	color: #e8eaed !important;
	border-bottom-color: #3a5563 !important;
	border-inline-end-color: #3a5563 !important;
}

body.__dm.single-post .r-post-single .r-post-content table th,
body.__dm.single-post .r-post-single .r-post-content table td,
body.__dm.single-post .r-post-single .r-post-content .wp-block-table table th,
body.__dm.single-post .r-post-single .r-post-content .wp-block-table table td {
	color: #e8eaed !important;
	background: transparent !important;
	border-bottom-color: #3a3f44 !important;
	border-inline-end-color: #3a3f44 !important;
}

body.__dm.single-post .r-post-single .r-post-content table tbody tr:nth-child(even),
body.__dm.single-post .r-post-single .r-post-content table:not(:has(thead)) tr:nth-child(even),
body.__dm.single-post .r-post-single .r-post-content .wp-block-table table tbody tr:nth-child(even) {
	background: #262a2d !important;
}

body.__dm.single-post .r-post-single .r-post-content table tbody tr:nth-child(odd),
body.__dm.single-post .r-post-single .r-post-content table:not(:has(thead)) tr:nth-child(odd),
body.__dm.single-post .r-post-single .r-post-content .wp-block-table table tbody tr:nth-child(odd) {
	background: #2c2f31 !important;
}

body.__dm.single-post .r-post-single .r-post-content table tbody tr:hover,
body.__dm.single-post .r-post-single .r-post-content table:not(:has(thead)) tr:hover,
body.__dm.single-post .r-post-single .r-post-content .wp-block-table table tbody tr:hover {
	background: #343a40 !important;
}

body.__dm.single-post .r-post-single .r-post-content table:not(:has(thead)) tr:first-child th,
body.__dm.single-post .r-post-single .r-post-content table:not(:has(thead)) tr:first-child:hover th {
	background: #1f3a48 !important;
	color: #e8eaed !important;
}

body.__dm.single-post .r-post-single .r-post-content table a {
	color: #4db3e8 !important;
}

body.__dm.single-post .r-post-single .r-post-content table caption {
	color: #9aa0a6 !important;
}

body.__dm.single-post .r-post-single .r-post-content #ez-toc-container,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container.ez-toc-grey,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container.ez-toc-white,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container.ez-toc-light-blue,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container.ez-toc-transparent {
	background: #232629 !important;
	border-color: #3a3f44 !important;
	box-shadow: none !important;
	color: #e8eaed !important;
}

body.__dm.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-title-container {
	border-bottom-color: #3a3f44 !important;
}

body.__dm.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-title,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-link,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container p,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container li,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container span:not(.ez-toc-icon-toggle-span) {
	color: #e8eaed !important;
	background: transparent !important;
}

body.__dm.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-toggle,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-btn {
	background: #2c2f31 !important;
	background-image: none !important;
	border-color: #4a5158 !important;
	color: #4db3e8 !important;
}

body.__dm.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-toggle:hover,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container a.ez-toc-btn:hover {
	background: #34383c !important;
	border-color: #4db3e8 !important;
}

body.__dm.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-js-icon-con,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-js-icon-con > span,
body.__dm.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-icon-toggle-span {
	background: transparent !important;
	border-color: transparent !important;
	color: #4db3e8 !important;
}

body.__dm.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-icon-toggle-span::after {
	border-color: #4db3e8 !important;
}

body.__dm.single-post .r-post-single .r-post-content #ez-toc-container .ez-toc-link:hover {
	color: #4db3e8 !important;
	background: rgba(77, 179, 232, 0.12) !important;
}

body.__dm.single-post .r-post-single .r-post-content #ez-toc-container.counter-hierarchy .ez-toc-list a::before {
	color: #4db3e8 !important;
}

body.__dm.single-post .r-post-single .r-post-category {
	color: #4db3e8 !important;
}
