/*
 * Single template layer placeholder.
 */

.single-page {
	padding: 24px 0 56px;
	background: var(--cm-page-bg);
}

.single-page__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.8fr);
	gap: 0;
	align-items: start;
	background: var(--cm-page-bg);
}

.single-page__content,
.single-article__aside {
	min-width: 0;
}

.single-page__content {
	display: grid;
	gap: 24px;
	background: var(--cm-page-bg);
	border: 0;
	box-shadow: none;
}

.single-page__layout .single-article__main,
.single-page__layout .single-article__aside {
	background: var(--cm-page-bg);
	border: 0;
	box-shadow: none;
}

.single-page__layout .single-page__content {
	padding-right: 28px;
}

.single-page__layout .single-article__aside {
	padding-left: 28px;
}

.single-hero {
	display: grid;
	gap: 16px;
	margin-bottom: 20px;
	padding: 0;
	border-radius: 0;
	background: var(--cm-page-bg);
	border: 0;
	box-shadow: none;
}

.single-hero__author-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.single-hero__author-group {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: auto;
}

.single-hero__author {
	display: flex;
	align-items: center;
	gap: 8px;
}

.single-hero__author .avatar {
	border-radius: 50%;
	box-shadow: none;
}

.single-box__avatar-link,
.single-hero__profile-link {
	color: inherit;
	text-decoration: none;
}

.single-box__avatar-link:hover,
.single-hero__profile-link:hover {
	text-decoration: none;
}

.single-hero__profile-link {
	display: inline-flex;
	align-items: center;
}

.single-hero__author-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
}

.single-hero__author-copy {
	display: grid;
	gap: 1px;
	align-content: start;
	min-height: 0;
}

.single-hero__author-label {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #5b92f0;
}

.single-hero__author-name {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
	color: #101828;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	line-height: 1.1;
}

.single-hero__verified {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	padding: 0;
	border-radius: 999px;
	background: rgba(34, 197, 94, 0.14);
	color: #22c55e;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	flex: 0 0 16px;
	position: relative;
	top: -1px;
}

.cm-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-size: 0.9rem;
	color: var(--cm-muted);
}

.cm-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.cm-breadcrumbs__sep {
	opacity: 0.5;
}

.single-hero__category {
	width: fit-content;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #fbbf24;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.single-hero__title {
	margin: 0;
	font-size: clamp(1.75rem, 2.8vw, 2.95rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
	color: var(--cm-text);
}

.single-hero__excerpt {
	margin: 0;
	max-width: 62rem;
	font-size: 1.08rem;
	line-height: 1.7;
	color: var(--cm-muted);
}

.single-hero__tldr {
	display: grid;
	gap: 10px;
	padding: 16px 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.single-hero__tldr-title {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #2563eb;
}

.single-hero__tldr-list {
	margin: 0;
	padding-left: 20px;
	display: grid;
	gap: 8px;
	color: var(--cm-text);
}

.single-hero__tldr-list li {
	font-size: 0.98rem;
	line-height: 1.55;
}

.single-hero__tldr-list li::marker {
	color: #f7931a;
	font-weight: 700;
}

html:not(.dark-mode) .single-hero__tldr-title {
	color: #2f5fb3;
}

html:not(.dark-mode) .single-hero__tldr-list {
	color: #1f2d44;
}

html:not(.dark-mode) .single-hero__tldr-list li {
	font-weight: 700;
}

html:not(.dark-mode) .single-hero__tldr-list li::marker {
	color: #f7931a;
	font-weight: 800;
}

.single-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.single-hero__tags a {
	display: inline-flex;
	align-items: center;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #fbbf24;
	text-decoration: none;
	font-weight: 700;
}

.single-hero__meta {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-top: -4px;
	gap: 8px;
	font-size: 0.8rem;
	color: #6b7280;
}

.single-hero__meta span {
	display: inline-flex;
	align-items: center;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	color: #6b7280;
	font-weight: 400;
	white-space: nowrap;
}

.single-hero__review-row {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.single-hero__review-badge {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(59, 130, 246, 0.08);
	color: #93c5fd;
	font-weight: 800;
	overflow: hidden;
	align-self: center;
}

.single-hero__review-avatar {
	width: 38px;
	height: 38px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.single-hero__review-copy {
	display: grid;
	gap: 2px;
	align-content: center;
	min-height: 38px;
}

.single-hero__review-label {
	margin: 0;
	font-size: 0.66rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #93c5fd;
}

.single-hero__review-name {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--cm-text);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	line-height: 1.1;
}

.single-hero__review-verified,
.single-hero__review-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	border-radius: 999px;
	background: rgba(34, 197, 94, 0.14);
	color: #22c55e;
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 1;
	flex: 0 0 14px;
}

.single-hero__review-label,
.single-hero__author-label {
	line-height: 1;
}

.single-hero__review-name a,
.single-hero__author-name a {
	color: inherit;
	text-decoration: none;
}

.single-hero__review-name a:hover,
.single-hero__author-name a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.single-hero__review-role {
	margin: 0;
	color: var(--cm-muted);
	font-size: 0.78rem;
}

html:not(.dark-mode) .single-hero__author-label,
html:not(.dark-mode) .single-hero__review-label {
	color: #7ea7ef;
}

html:not(.dark-mode) .single-hero__author-name,
html:not(.dark-mode) .single-hero__review-name {
	color: #0f172a;
}

html:not(.dark-mode) .single-hero__author-name a,
html:not(.dark-mode) .single-hero__review-name a {
	color: #0f172a;
	font-weight: 700;
}

html:not(.dark-mode) .single-hero__author-name a:hover,
html:not(.dark-mode) .single-hero__review-name a:hover {
	color: #f7931a;
}

html:not(.dark-mode) .single-hero__verified {
	background: rgba(247, 147, 26, 0.16);
	color: #c77700;
}

html:not(.dark-mode) .single-hero__meta,
html:not(.dark-mode) .single-hero__meta span,
html:not(.dark-mode) .single-hero__review-role {
	color: #55657d;
	font-weight: 400;
}

html:not(.dark-mode) .cm-breadcrumbs {
	color: #4b627f;
}

html:not(.dark-mode) .cm-breadcrumbs a {
	color: #2f5fb3;
	font-weight: 600;
}

.single-sources {
	display: grid;
	gap: 10px;
	padding: 2px 0 0;
}

.single-sources__label {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f7931a;
}

.single-sources__list {
	display: grid;
	gap: 0;
}

.single-sources__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	text-decoration: none;
	border-top: 1px solid var(--cm-border);
	color: var(--cm-text);
}

.single-sources__item:last-child {
	border-bottom: 1px solid var(--cm-border);
}

.single-sources__title {
	font-weight: 700;
	line-height: 1.35;
}

.single-sources__arrow {
	color: #f7931a;
	font-weight: 900;
	flex: 0 0 auto;
}

html:not(.dark-mode) .single-sources__item {
	border-color: rgba(15, 23, 42, 0.08);
	color: #0f172a;
}

html:not(.dark-mode) .single-sources__title {
	color: #0f172a;
}

html.dark-mode .single-sources__item {
	border-color: rgba(255, 255, 255, 0.08);
	color: #f8fafc;
}

.single-hero__image {
	margin-top: 8px;
	overflow: hidden;
	border-radius: 0;
}

.single-hero__thumb {
	display: block;
	width: 100%;
	height: auto;
}

.single-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.8fr);
	gap: 0;
	align-items: start;
	background: var(--cm-page-bg);
}

.single-article__main,
.single-article__aside {
	min-width: 0;
}

.single-article__main {
	display: grid;
	gap: 20px;
	background: var(--cm-page-bg);
}

.single-article__aside {
	display: grid;
	gap: 20px;
	position: sticky;
	top: 96px;
	background: var(--cm-page-bg);
}

.single-page__content {
	padding-right: 28px;
}

.single-article__aside {
	padding-left: 28px;
}

.single-toc,
.single-box,
.single-related {
	padding: 0;
	border-radius: 0;
	background: var(--cm-page-bg);
	border: 0;
	box-shadow: none;
}

.single-article__featured {
	margin: 12px 0 18px;
	overflow: hidden;
	border-radius: 26px;
}

.single-article__featured-image {
	display: block;
	width: 100%;
	height: auto;
}

.single-toc__title,
.single-box__eyebrow {
	margin: 0 0 12px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f7931a;
}

.single-toc {
	overflow: hidden;
}

.single-toc__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0 0;
	list-style: none;
	cursor: pointer;
	background: transparent;
	color: var(--cm-text);
}

.single-toc__summary::-webkit-details-marker {
	display: none;
}

.single-toc__icon {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(247, 147, 26, 0.14);
	color: #f7931a;
	font-weight: 800;
	transition: transform 0.2s ease;
}

.single-toc[open] .single-toc__icon {
	transform: rotate(45deg);
}

.single-toc__list {
	padding: 12px 0 0 18px;
}

.single-toc__list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 16px;
}

.single-toc__item a {
	color: #e2e8f0;
	text-decoration: none;
}

.single-toc__item--h3 {
	padding-left: 14px;
}

.single-toc__item--h4 {
	padding-left: 28px;
}

.single-article__content {
	font-size: 1.05rem;
	line-height: 1.9;
	color: var(--cm-text);
}

.single-article__content h2,
.single-article__content h3,
.single-article__content h4 {
	margin-top: 1.8em;
	line-height: 1.25;
	letter-spacing: -0.03em;
	color: var(--cm-text);
	font-weight: 700;
}

.single-article__content a {
	color: #f7931a;
}

.single-article__content p,
.single-article__content li {
	color: var(--cm-muted);
}

.single-inline-chart,
.single-inline-links {
	display: grid;
	gap: 10px;
	margin: 22px 0;
	padding: 0;
	border-radius: 0;
	background: var(--cm-page-bg);
	border: 0;
	box-shadow: none;
}

.single-inline-chart {
	width: 100%;
}

.single-inline-links {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 14px 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.single-inline-chart__embed {
	min-height: 420px;
	overflow: hidden;
	border-radius: 0;
	background: var(--cm-page-bg);
}

.single-inline-chart__embed iframe {
	display: block;
	width: 100%;
	border: 0;
}

.single-inline-chart__embed .tradingview-widget-container__widget,
.single-inline-chart__embed iframe {
	min-height: 420px;
}

.single-inline-links__title {
	display: none;
}

.single-inline-links__list {
	display: none;
}

.single-inline-links__item {
	display: inline;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	color: #f7931a !important;
	text-decoration: none;
}

.single-inline-links__label {
	color: var(--cm-muted);
	font-weight: 800;
	letter-spacing: 0.02em;
}

.single-inline-links__title-text {
	font-weight: 400;
	color: #f7931a !important;
	line-height: 1.45;
}

.single-inline-links__item {
	color: #f7931a !important;
}

.single-inline-links__item:hover .single-inline-links__title-text {
	color: #f7931a !important;
	text-decoration: none;
	text-underline-offset: 2px;
}

html.dark-mode .single-hero__tldr-title {
	color: #93c5fd;
}

html.dark-mode .single-hero__tldr-list {
	color: #e2e8f0;
}

html.dark-mode .single-hero__author-label,
html.dark-mode .single-hero__review-label {
	color: #93c5fd;
}

html.dark-mode .single-hero__author-name,
html.dark-mode .single-hero__author-name a,
html.dark-mode .single-hero__review-name,
html.dark-mode .single-hero__review-name a {
	color: #f8fafc;
	font-weight: 700;
}

html.dark-mode .single-hero__meta,
html.dark-mode .single-hero__meta span,
html.dark-mode .single-hero__review-role {
	color: #cbd5e1;
}

html.dark-mode .single-hero__verified {
	background: rgba(247, 147, 26, 0.2);
	color: #ffb347;
}

html.dark-mode .single-hero__author-row {
	gap: 8px;
}

html.dark-mode .single-hero__author {
	gap: 8px;
}

html.dark-mode .single-hero__author-copy {
	gap: 0;
}

html.dark-mode .single-hero__author-label {
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	color: #93c5fd;
}

html.dark-mode .single-hero__author-name {
	font-size: 0.8rem;
	line-height: 1.08;
}

html.dark-mode .single-hero__verified {
	padding: 2px 6px;
	font-size: 0.64rem;
}

html.dark-mode .single-hero__review-verified,
html.dark-mode .single-hero__review-check {
	background: rgba(34, 197, 94, 0.14);
	color: #22c55e;
}

html.dark-mode .single-hero__meta {
	gap: 8px;
	font-size: 0.82rem;
}

html.dark-mode .single-hero__meta span {
	font-weight: 400;
}

html.dark-mode .cm-breadcrumbs {
	color: #94a3b8;
}

html.dark-mode .cm-breadcrumbs a {
	color: #dbe7ff;
}

.single-share {
	display: grid;
	gap: 10px;
	padding: 2px 0 0;
}

.single-share--follow {
	padding-top: 10px;
}

.single-share__label {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f7931a;
}

.single-share__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.single-share__actions--follow {
	justify-content: center;
}

.single-share__link,
.single-share__copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 48px;
	height: 48px;
	padding: 0;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 5px 12px rgba(0, 0, 0, 0.14);
	position: relative;
	overflow: hidden;
}

.single-share__link:hover,
.single-share__copy:hover {
	transform: translateY(-2px) scale(1.03);
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(247, 147, 26, 0.35);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.single-share__copy.is-copied {
	background: #f7931a;
	border-color: #f7931a;
	color: #fff;
}

.single-share--follow .single-share__link {
	width: 44px;
	height: 44px;
}

.single-share--follow .single-share__icon {
	width: 24px;
	height: 24px;
	flex-basis: 24px;
	font-size: 0.62rem;
}

.single-share__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(247, 147, 26, 0.16);
	color: #f7931a;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1;
	flex: 0 0 28px;
}

.single-share__icon svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.single-share__text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.single-share__link--telegram .single-share__icon {
	background: rgba(56, 189, 248, 0.16);
	color: #38bdf8;
}

.single-share__link--facebook .single-share__icon {
	background: rgba(59, 130, 246, 0.18);
	color: #60a5fa;
	font-size: 0.64rem;
}

.single-share__link--linkedin .single-share__icon {
	background: rgba(14, 118, 168, 0.2);
	color: #38bdf8;
	font-size: 0.6rem;
}

.single-share__link--x .single-share__icon {
	background: rgba(255, 255, 255, 0.08);
	color: #e2e8f0;
}

.single-share__copy .single-share__icon {
	background: rgba(247, 147, 26, 0.18);
	color: #f7931a;
}

.single-share__copy .single-share__icon svg {
	width: 14px;
	height: 14px;
}

html:not(.dark-mode) .single-share__label {
	color: #f7931a;
}

html:not(.dark-mode) .single-share__link,
html:not(.dark-mode) .single-share__copy {
	color: #0f172a;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.96));
	border-color: rgba(15, 23, 42, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 8px 18px rgba(15, 23, 42, 0.06);
}

html:not(.dark-mode) .single-share__link:hover,
html:not(.dark-mode) .single-share__copy:hover {
	border-color: rgba(247, 147, 26, 0.45);
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

html:not(.dark-mode) .single-share__link--x .single-share__icon {
	background: rgba(15, 23, 42, 0.06);
	color: #0f172a;
}

html:not(.dark-mode) .single-share__link--telegram .single-share__icon {
	background: rgba(56, 189, 248, 0.14);
	color: #0284c7;
}

html:not(.dark-mode) .single-share__link--facebook .single-share__icon {
	background: rgba(59, 130, 246, 0.14);
	color: #2563eb;
}

html:not(.dark-mode) .single-share__link--linkedin .single-share__icon {
	background: rgba(14, 118, 168, 0.14);
	color: #0284c7;
}

html:not(.dark-mode) .single-share__copy .single-share__icon {
	background: rgba(247, 147, 26, 0.12);
	color: #f7931a;
}

html:not(.dark-mode) .single-share__icon svg {
	fill: currentColor;
}

html:not(.dark-mode) .single-share--follow .single-share__link,
html:not(.dark-mode) .single-share--follow .single-share__copy {
	width: 44px;
	height: 44px;
}

html.dark-mode .single-share__label {
	color: #f7931a;
}

html.dark-mode .single-inline-links__label {
	color: #cbd5e1;
}

html.dark-mode .single-inline-links__title-text {
	color: #f7931a !important;
}

.single-inline-links__item:hover .single-inline-links__title-text {
	color: #f7931a !important;
	text-decoration: none;
}

.single-article__footer {
	margin-top: 16px;
}

.single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.single-tags a {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(247, 147, 26, 0.1);
	color: #f7931a;
	text-decoration: none;
	font-weight: 700;
}

.single-tags--footer {
	margin-top: 6px;
}

.single-box {
	display: grid;
	gap: 12px;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: var(--cm-page-bg);
	border: 0;
	box-shadow: none;
}

.single-box__title {
	margin: 0;
	font-size: 1.1rem;
	color: var(--cm-text);
}

.single-box__meta,
.single-box__text {
	margin: 0;
	color: var(--cm-muted);
}

.single-author-box {
	grid-template-columns: 88px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	background: var(--cm-page-bg);
	border-color: transparent;
}

.single-author-box .avatar {
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(247, 147, 26, 0.14);
	max-width: 88px;
	height: auto;
}

.single-reviewer-box {
	background: var(--cm-page-bg);
	border-color: transparent;
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
}

.single-reviewer-box .avatar {
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(247, 147, 26, 0.14);
	max-width: 72px;
	height: auto;
}

.single-reviewer-box::before,
.single-author-box::before {
	content: none;
}

.single-related {
	display: grid;
	gap: 14px;
	margin-top: 18px;
	padding-top: 0;
	background: transparent;
}

.single-related__label {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f7931a;
}

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

.single-related__grid .home-card {
	height: 100%;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.single-ad-inline__box {
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: var(--cm-page-bg);
	border: 0;
	color: var(--cm-muted);
	text-align: center;
}

.single-related__grid .home-card__title,
.single-related__grid .home-card__excerpt,
.single-related__grid .home-card__meta {
	color: var(--cm-muted);
}

.single-related__grid .home-card__title a {
	color: var(--cm-text);
	font-size: 1.02rem;
	line-height: 1.35;
}

html.dark-mode .single-article__content {
	color: #cbd5e1;
}

html.dark-mode .single-article__content h2,
html.dark-mode .single-article__content h3,
html.dark-mode .single-article__content h4 {
	color: #e2e8f0;
}

html.dark-mode .single-article__content a {
	color: #fbbf24;
}

html.dark-mode .single-article__content p,
html.dark-mode .single-article__content li {
	color: #cbd5e1;
}

html.dark-mode .single-inline-links__item {
	color: #e2e8f0;
}

html.dark-mode .single-box__title,
html.dark-mode .single-related__label,
html.dark-mode .single-related__grid .home-card__title a {
	color: #e2e8f0;
}

html.dark-mode .single-box__meta,
html.dark-mode .single-box__text,
html.dark-mode .single-ad-inline__box,
html.dark-mode .single-related__grid .home-card__excerpt,
html.dark-mode .single-related__grid .home-card__meta {
	color: #94a3b8;
}

html:not(.dark-mode) .single-related__label {
	color: #f7931a;
}

html:not(.dark-mode) .single-related__grid .home-card__title a {
	color: #0f172a;
}

html:not(.dark-mode) .single-related__grid .home-card__excerpt,
html:not(.dark-mode) .single-related__grid .home-card__meta {
	color: #5f6f86;
}

.global-newsletter__form {
	display: grid;
	gap: 10px;
}

.global-newsletter__form input,
.global-newsletter__form button {
	min-height: 44px;
	padding: 0 14px;
	border-radius: 14px;
	border: 1px solid var(--cm-border);
	background: transparent;
	color: var(--cm-text);
}

.global-newsletter__form button {
	background: #f7931a;
	border-color: #f7931a;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.single-article__footer {
	display: grid;
	gap: 18px;
}

@media (max-width: 920px) {
	.single-article__layout {
		grid-template-columns: 1fr;
	}

	.single-article__aside {
		position: static;
	}

	.home-market-data--en {
		grid-template-columns: 1fr;
	}

	.single-inline-links__list {
		grid-template-columns: 1fr;
	}

	.single-inline-chart__embed,
	.single-inline-chart__embed .tradingview-widget-container__widget,
	.single-inline-chart__embed iframe {
		min-height: 380px;
	}

	.single-related__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media (max-width: 768px) {
	.single-page {
		padding-top: 16px;
		padding-bottom: 40px;
	}

	.single-hero {
		padding: 18px;
	}

	.single-hero__title {
		font-size: clamp(1.45rem, 6.4vw, 2.1rem);
	}

	.single-hero__meta {
		gap: 6px;
		font-size: 0.78rem;
		justify-content: flex-start;
		white-space: normal;
	}

	.single-hero__share {
		gap: 6px;
	}

	.single-hero__share-label {
		width: 100%;
		margin: 0 0 2px;
	}

	.single-hero__share-link,
	.single-hero__share-copy {
		min-height: 30px;
		padding: 0 10px;
		font-size: 0.78rem;
	}

	.single-share__link,
	.single-share__copy {
		width: 44px;
		height: 44px;
	}

	.single-share__icon {
		width: 24px;
		height: 24px;
		flex-basis: 24px;
		font-size: 0.6rem;
	}

	.single-share__icon svg {
		width: 14px;
		height: 14px;
	}

	.single-sources__item {
		padding: 10px 0;
		gap: 10px;
	}

	.single-author-box {
		grid-template-columns: 1fr;
	}

	.single-hero__author-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.single-hero__author-group {
		width: 100%;
	}

	.single-hero__author {
		width: 100%;
	}
}
