.rscable-blog-article {
	--rscable-article-blue: #1878f3;
	--rscable-article-blue-soft: #eef6ff;
	--rscable-article-text: #1d2939;
	--rscable-article-muted: #667085;
	--rscable-article-border: #e4e9f2;
	--rscable-article-section-gap: 24px;
	max-width: 1040px;
	margin: 18px auto 0;
	color: var(--rscable-article-text);
}

.rscable-blog-article__sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

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

.rscable-blog-article__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	gap: 30px;
	align-items: stretch;
	margin: 0 0 var(--rscable-article-section-gap);
	padding: 28px;
	border: 1px solid rgba(214, 229, 251, .82);
	border-radius: 10px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 16px 38px rgba(23, 120, 243, .12);
	backdrop-filter: blur(14px) saturate(1.18);
	-webkit-backdrop-filter: blur(14px) saturate(1.18);
}

.rscable-blog-article__hero-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.rscable-blog-article__eyebrow {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 14px;
	color: var(--rscable-article-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.rscable-blog-article__title {
	margin: 0;
	color: var(--rscable-article-text);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.12;
}

.rscable-blog-article__cover {
	position: relative;
	margin: 0;
	min-height: 280px;
	max-height: 420px;
	border-radius: 8px;
	overflow: hidden;
	background: #eef2f7;
}

.rscable-blog-article__cover:after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
}

.rscable-blog-article__cover img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.rscable-blog-article__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px 16px;
	margin: 22px 0 0;
}

.rscable-blog-article__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #475467;
	font-size: 14px;
	line-height: 1.35;
}

.rscable-blog-article__meta-icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	color: var(--rscable-article-blue);
	flex: 0 0 18px;
}

.rscable-blog-article__meta-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.rscable-blog-article__hero-author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.rscable-blog-article__hero-author-photo {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: none;
}

.rscable-blog-article__hero-author-name {
	color: var(--rscable-article-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.rscable-blog-article__hero-author-position {
	color: var(--rscable-article-muted);
	font-size: 13px;
	line-height: 1.35;
}

.rscable-blog-article__summary,
.rscable-blog-article__toc,
.rscable-blog-article__author,
.rscable-blog-article__faq,
.rscable-blog-article__related,
.rscable-blog-article__share {
	margin-top: var(--rscable-article-section-gap);
}

.rscable-blog-article__summary,
.rscable-blog-article__toc,
.rscable-blog-article__author {
	border-radius: 8px;
	padding: 24px;
	background: #fff;
}

.rscable-blog-article__summary {
	position: relative;
	padding: 20px 22px;
	border: 1px solid #d6e5fb;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(23, 120, 243, 0.08);
}

.rscable-blog-article__summary:before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	bottom: 20px;
	width: 4px;
	border-radius: 0 4px 4px 0;
	background: var(--rscable-article-blue);
}

.rscable-blog-article h2 {
	margin-top: 0;
}

.rscable-blog-article__summary h2 {
	margin: 0 0 8px;
	padding-left: 12px;
	color: #1d2733;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.35;
	text-transform: none;
}

.rscable-blog-article__summary-text {
	max-width: 900px;
	padding-left: 12px;
	color: #233044;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
}

.rscable-blog-article__summary-text p {
	margin-bottom: 0;
}

.rscable-blog-article__toc {
	border: 1px solid var(--rscable-article-border);
}

.rscable-blog-article__toc ul {
	counter-reset: rscable-blog-toc;
	margin: 0 !important;
	padding-left: 0 !important;
	list-style: none !important;
}

.rscable-blog-article__toc-item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	column-gap: 10px;
	align-items: start;
	margin: 8px 0;
	padding-left: 0 !important;
	list-style: none !important;
	counter-increment: rscable-blog-toc;
}

.rscable-blog-article__toc-item::marker {
	display: none !important;
	content: none !important;
}

.rscable-blog-article__toc-item:before {
	display: inline-flex !important;
	content: counter(rscable-blog-toc) ".";
	align-items: center;
	justify-content: flex-end;
	width: 28px;
	margin: 0;
	color: var(--rscable-article-blue);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.rscable-blog-article__toc a {
	color: var(--rscable-article-blue);
	text-decoration: none;
}

.rscable-blog-article__toc a:hover {
	color: #1267d8;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rscable-blog-article__toc-item--level-3 {
	margin-left: 22px;
	font-size: 14px;
}

.rscable-blog-article__body {
	margin-top: var(--rscable-article-section-gap);
	font-size: 17px;
	line-height: 1.72;
}

.rscable-blog-article__body a:not(.btn) {
	color: var(--rscable-article-blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rscable-blog-article__body a:not(.btn):hover {
	color: #1267d8;
	text-decoration: none;
}

.rscable-blog-article__body img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.rscable-blog-article__body h2 {
	margin-top: 32px;
	padding-top: 4px;
	font-size: 30px;
	line-height: 1.25;
}

.rscable-blog-article__body h3 {
	margin-top: 24px;
	font-size: 23px;
	line-height: 1.3;
}

.rscable-blog-article__body h2,
.rscable-blog-article__body h3 {
	scroll-margin-top: 120px;
}

.rscable-blog-article__author {
	display: flex;
	align-items: center;
	gap: 18px;
}

.rscable-blog-article__author-photo {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	flex: 0 0 72px;
}

.rscable-blog-article__author-photo--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1878f3;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}

.rscable-blog-article__author-label,
.rscable-blog-article__author-position,
.rscable-blog-article__related-date {
	color: var(--rscable-article-muted);
	font-size: 14px;
	line-height: 1.4;
}

.rscable-blog-article__author-name {
	margin-top: 2px;
	color: #1d2939;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.rscable-blog-article__faq-list {
	display: grid;
	gap: 10px;
}

.rscable-blog-article__faq-item {
	border: 1px solid var(--rscable-article-border);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.rscable-blog-article__faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 18px 20px;
	border: 0;
	background: transparent;
	color: #1d2939;
	font: inherit;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

.rscable-blog-article__faq-toggle {
	color: var(--rscable-article-blue);
	font-size: 22px;
	line-height: 1;
}

.rscable-blog-article__faq-answer-inner {
	padding: 0 20px 20px;
	color: #475467;
}

.rscable-blog-article__related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.rscable-blog-article__related-card {
	display: flex;
	gap: 14px;
	min-width: 0;
	padding: 14px;
	border: 1px solid var(--rscable-article-border);
	border-radius: 8px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: border-color .18s ease, transform .18s ease;
}

.rscable-blog-article__related-card:hover {
	border-color: var(--rscable-article-blue);
	transform: translateY(-1px);
	text-decoration: none;
}

.rscable-blog-article__related-image {
	width: 112px;
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	overflow: hidden;
	background: #f4f6f8;
	flex: 0 0 112px;
}

.rscable-blog-article__related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rscable-blog-article__related-title {
	display: block;
	margin-top: 6px;
	color: #1d2939;
	font-weight: 600;
	line-height: 1.35;
}

.rscable-blog-article__share-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rscable-blog-article__share-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 38px;
	min-width: 38px;
	min-height: 38px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #1d2939;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.rscable-blog-article__share-btn--vk,
.rscable-blog-article__share-btn--max,
.rscable-blog-article__share-btn--ok {
	background: transparent;
}

.rscable-blog-article__share-btn:hover,
.rscable-blog-article__share-btn.is-copied {
	box-shadow: none;
	transform: scale(.97);
	text-decoration: none;
}

.rscable-blog-article__share-btn:active {
	box-shadow: inset 0 2px 6px rgba(29, 41, 57, .16);
	transform: translateY(1px) scale(.98);
}

.rscable-blog-article__share-logo {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}

.rscable-blog-article__share-btn--vk .rscable-blog-article__share-logo,
.rscable-blog-article__share-btn--max .rscable-blog-article__share-logo,
.rscable-blog-article__share-btn--ok .rscable-blog-article__share-logo {
	width: 28px;
	height: 28px;
	flex-basis: 28px;
}

.rscable-blog-article__share-logo svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.rscable-blog-article__share-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rscable-blog-article__share-btn--vk {
	color: #0077ff;
}

.rscable-blog-article__share-btn--max {
	color: #005ff9;
}

.rscable-blog-article__share-btn--ok {
	color: #ee8208;
}

.rscable-blog-article__share-btn--email {
	color: #475467;
}

.rscable-blog-article__copy {
	color: var(--rscable-article-blue);
}

.rscable-blog-article__copy-feedback {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	padding: 6px 10px;
	border-radius: 6px;
	background: #1d2939;
	color: #fff;
	font-size: 12px;
	line-height: 1.25;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(29, 41, 57, .18);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 4px);
	transition: opacity .16s ease, transform .16s ease;
}

.rscable-blog-article__copy.is-copied .rscable-blog-article__copy-feedback {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (max-width: 767px) {
	.rscable-blog-article {
		--rscable-article-section-gap: 20px;
		margin-top: 14px;
	}

	.rscable-blog-article__hero {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 18px;
	}

	.rscable-blog-article__title {
		font-size: 28px;
		line-height: 1.16;
	}

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

	.rscable-blog-article__cover,
	.rscable-blog-article__cover img {
		min-height: 210px;
	}

	.rscable-blog-article__summary,
	.rscable-blog-article__toc,
	.rscable-blog-article__author {
		padding: 18px;
	}

	.rscable-blog-article__summary {
		padding: 18px;
	}

	.rscable-blog-article__summary-text {
		font-size: 16px;
	}

	.rscable-blog-article__body {
		font-size: 16px;
	}

	.rscable-blog-article__body h2 {
		font-size: 24px;
	}

	.rscable-blog-article__share-btn {
		min-width: 48px;
		padding: 10px 12px;
	}

	.rscable-blog-article__share-text {
		font-size: 13px;
	}

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

	.rscable-blog-article__related-card {
		flex-direction: column;
	}

	.rscable-blog-article__related-image {
		width: 100%;
		flex-basis: auto;
	}
}
