.techmag-post-content-pro {
	--tm-pcp-accent: #0ea5e9;
	--tm-pcp-content-color: #1f2937;
	--tm-pcp-section-gap: 24px;
	--tm-pcp-paragraph-gap: 18px;
	--tm-pcp-link: #0ea5e9;
	--tm-pcp-link-hover: #0284c7;
	--tm-pcp-table-border: #e5e7eb;
	--tm-pcp-table-head: #f8fafc;
	--tm-pcp-code-bg: #0f172a;
	--tm-pcp-code-color: #e2e8f0;
	--tm-pcp-scroll-margin: 96px;
	color: var(--tm-pcp-content-color);
	direction: rtl;
	inline-size: 100%;
	margin-inline: auto;
}

.techmag-post-content-pro--clean-magazine {
	background: #fff;
}

.techmag-post-content-pro--tech-glass {
	background: rgba(255, 255, 255, .72);
	backdrop-filter: blur(14px);
}

.techmag-post-content-pro--dark-tech {
	--tm-pcp-content-color: #cbd5e1;
	background: #070b16;
	color: var(--tm-pcp-content-color);
}

.techmag-post-content-pro > * + * {
	margin-block-start: var(--tm-pcp-section-gap);
}

.techmag-post-content-pro--scroll-margin .techmag-pcp-content h2,
.techmag-post-content-pro--scroll-margin .techmag-pcp-content h3,
.techmag-post-content-pro--scroll-margin .techmag-pcp-content h4 {
	scroll-margin-top: var(--tm-pcp-scroll-margin);
}

.techmag-pcp-content {
	color: var(--tm-pcp-content-color);
	font-size: 17px;
	line-height: 2.05;
	overflow-wrap: break-word;
}

.techmag-pcp-content p {
	margin: 0 0 var(--tm-pcp-paragraph-gap);
}

.techmag-pcp-content a {
	color: var(--tm-pcp-link);
	text-underline-offset: 3px;
	transition: color .16s ease;
}

.techmag-pcp-content a:hover,
.techmag-pcp-content a:focus-visible {
	color: var(--tm-pcp-link-hover);
}

.techmag-pcp-content h2,
.techmag-pcp-content h3,
.techmag-pcp-content h4 {
	color: #0f172a;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.55;
}

.techmag-post-content-pro--dark-tech .techmag-pcp-content h2,
.techmag-post-content-pro--dark-tech .techmag-pcp-content h3,
.techmag-post-content-pro--dark-tech .techmag-pcp-content h4 {
	color: #f8fafc;
}

.techmag-pcp-content h2 {
	font-size: 30px;
	margin: 42px 0 16px;
}

.techmag-pcp-content h3 {
	font-size: 24px;
	margin: 34px 0 14px;
}

.techmag-pcp-content h4 {
	font-size: 20px;
	margin: 28px 0 12px;
}

.techmag-pcp-content blockquote {
	background: #f8fafc;
	border: 0;
	border-inline-start: 4px solid var(--tm-pcp-accent);
	border-radius: 16px;
	color: inherit;
	margin: 28px 0;
	padding: 18px 22px;
}

.techmag-pcp-content img {
	block-size: auto;
	display: block;
	max-inline-size: 100%;
}

.techmag-pcp-content figure {
	margin-inline: 0;
}

.techmag-pcp-content table {
	border-collapse: collapse;
	inline-size: 100%;
	margin: 24px 0;
	overflow-x: auto;
}

.techmag-pcp-content th,
.techmag-pcp-content td {
	border: 1px solid var(--tm-pcp-table-border);
	padding: 12px;
	text-align: start;
}

.techmag-pcp-content th {
	background: var(--tm-pcp-table-head);
	font-weight: 850;
}

.techmag-pcp-content pre {
	background: var(--tm-pcp-code-bg);
	color: var(--tm-pcp-code-color);
	margin: 24px 0;
	overflow-x: auto;
	padding: 18px;
}

.techmag-pcp-content code {
	background: color-mix(in srgb, var(--tm-pcp-code-bg) 10%, transparent);
	color: var(--tm-pcp-code-bg);
	padding: 2px 6px;
}

.techmag-pcp-content pre code {
	background: transparent;
	color: inherit;
	padding: 0;
}

.techmag-pcp-toc {
	--tm-pcp-toc-bg: #0b1220;
	--tm-pcp-toc-title: #f8fafc;
	--tm-pcp-toc-title-bg: transparent;
	--tm-pcp-toc-title-bg-width: fit-content;
	--tm-pcp-toc-title-radius: 8px;
	--tm-pcp-toc-title-gap: 10px;
	--tm-pcp-toc-title-min-height: 42px;
	--tm-pcp-toc-toggle: #c4b5fd;
	--tm-pcp-toc-toggle-bg: rgba(124, 58, 237, .14);
	--tm-pcp-toc-toggle-hover-bg: rgba(124, 58, 237, .24);
	--tm-pcp-toc-toggle-size: 34px;
	--tm-pcp-toc-link: #cbd5e1;
	--tm-pcp-toc-link-hover: #fff;
	--tm-pcp-toc-text: var(--tm-pcp-toc-link);
	--tm-pcp-toc-text-hover: var(--tm-pcp-toc-link-hover);
	--tm-pcp-toc-number: #d8b4fe;
	--tm-pcp-toc-number-bg: rgba(124, 58, 237, .16);
	--tm-pcp-toc-item-divider: rgba(148, 163, 184, .18);
	--tm-pcp-toc-item-divider-width: 1px;
	--tm-pcp-toc-border: rgba(148, 163, 184, .16);
	--tm-pcp-toc-border-width: 1px;
	--tm-pcp-toc-hover-bg: rgba(255, 255, 255, .06);
	--tm-pcp-toc-radius: 12px;
	--tm-pcp-toc-item-gap: 8px;
	--tm-pcp-toc-item-radius: 8px;
	--tm-pcp-toc-indent: 14px;
	background: var(--tm-pcp-toc-bg);
	border: var(--tm-pcp-toc-border-width) solid var(--tm-pcp-toc-border);
	border-radius: var(--tm-pcp-toc-radius);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .04);
	padding: 22px 24px;
}

.techmag-pcp-toc--simple {
	background: transparent;
	border: 0;
	padding: 0;
}

.techmag-pcp-toc--glass {
	background: rgba(11, 18, 32, .78);
	backdrop-filter: blur(14px);
}

.techmag-pcp-toc--dark-tech {
	--tm-pcp-toc-bg: #0f172a;
	--tm-pcp-toc-title: #f8fafc;
	--tm-pcp-toc-toggle: #c4b5fd;
	--tm-pcp-toc-toggle-bg: rgba(124, 58, 237, .14);
	--tm-pcp-toc-toggle-hover-bg: rgba(124, 58, 237, .24);
	--tm-pcp-toc-link: #cbd5e1;
	--tm-pcp-toc-border: rgba(148, 163, 184, .24);
	--tm-pcp-toc-hover-bg: rgba(255, 255, 255, .06);
}

.techmag-pcp-toc--sticky {
	position: sticky;
	top: var(--tm-pcp-toc-sticky-offset, 24px);
	z-index: 3;
}

.techmag-pcp-toc__title,
.techmag-pcp-toc__summary {
	align-items: center;
	background: var(--tm-pcp-toc-title-bg);
	border-radius: var(--tm-pcp-toc-title-radius);
	color: var(--tm-pcp-toc-title);
	cursor: pointer;
	display: flex;
	font-size: 16px;
	font-weight: 900;
	gap: var(--tm-pcp-toc-title-gap);
	inline-size: var(--tm-pcp-toc-title-bg-width);
	line-height: 1.6;
	margin: 0 0 12px;
	min-block-size: var(--tm-pcp-toc-title-min-height);
	padding: 8px 12px;
}

.techmag-pcp-toc__summary {
	justify-content: space-between;
	margin: 0;
}

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

.techmag-pcp-toc__summary::marker {
	content: "";
}

.techmag-pcp-toc[open] .techmag-pcp-toc__summary {
	margin-block-end: 14px;
}

.techmag-pcp-toc__label {
	align-items: center;
	display: inline-flex;
	flex: 0 1 auto;
	gap: var(--tm-pcp-toc-title-gap);
	min-inline-size: 0;
	white-space: nowrap;
}

.techmag-pcp-toc__icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
}

.techmag-pcp-toc__toggle {
	align-items: center;
	background: var(--tm-pcp-toc-toggle-bg);
	border: 1px solid color-mix(in srgb, var(--tm-pcp-toc-toggle) 28%, transparent);
	border-radius: 999px;
	block-size: var(--tm-pcp-toc-toggle-size);
	display: inline-flex;
	flex: 0 0 auto;
	inline-size: var(--tm-pcp-toc-toggle-size);
	justify-content: center;
	margin-inline-start: 12px;
	position: relative;
	transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.techmag-pcp-toc__toggle::before,
.techmag-pcp-toc__toggle::after {
	background: var(--tm-pcp-toc-toggle);
	border-radius: 999px;
	block-size: 2px;
	content: "";
	display: block;
	inline-size: calc(var(--tm-pcp-toc-toggle-size) * .4);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform .16s ease, opacity .16s ease;
}

.techmag-pcp-toc__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.techmag-pcp-toc__summary:hover .techmag-pcp-toc__toggle,
.techmag-pcp-toc__summary:focus-visible .techmag-pcp-toc__toggle {
	background: var(--tm-pcp-toc-toggle-hover-bg);
	border-color: color-mix(in srgb, var(--tm-pcp-toc-toggle) 48%, transparent);
}

.techmag-pcp-toc[open] .techmag-pcp-toc__toggle {
	transform: none;
}

.techmag-pcp-toc[open] .techmag-pcp-toc__toggle::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.techmag-pcp-toc[open] .techmag-pcp-toc__toggle::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.techmag-pcp-toc__icon svg,
.techmag-pcp-tags__icon svg {
	block-size: 18px;
	display: block;
	fill: currentColor;
	inline-size: 18px;
}

.techmag-pcp-toc__list {
	display: grid;
	gap: var(--tm-pcp-toc-item-gap);
	list-style: none;
	margin: 0;
	padding: 0;
}

.techmag-pcp-toc__sublist {
	list-style: none;
	margin: 0;
	padding-inline-start: 1.25rem;
}

.techmag-pcp-toc__item--h3 .techmag-pcp-toc__link {
	font-size: 0.94em;
	opacity: 0.88;
}

.techmag-pcp-toc__item--h3 {
	padding-inline-start: var(--tm-pcp-toc-indent);
}

.techmag-pcp-toc__item--h4 {
	padding-inline-start: calc(var(--tm-pcp-toc-indent) * 2);
}

.techmag-pcp-toc__item {
	border-block-end: var(--tm-pcp-toc-item-divider-width) solid var(--tm-pcp-toc-item-divider);
	padding-block-end: var(--tm-pcp-toc-item-gap);
}

.techmag-pcp-toc__item:last-child {
	border-block-end: 0;
	padding-block-end: 0;
}

.techmag-pcp-toc__link {
	align-items: center;
	border-radius: var(--tm-pcp-toc-item-radius);
	color: var(--tm-pcp-toc-link);
	display: flex;
	gap: 9px;
	line-height: 1.7;
	padding: 8px 10px;
	text-decoration: none;
	transition: background .16s ease, color .16s ease;
}

.techmag-pcp-toc__link:hover,
.techmag-pcp-toc__link:focus-visible {
	background: var(--tm-pcp-toc-hover-bg);
	color: var(--tm-pcp-toc-link-hover);
}

.techmag-pcp-toc__link:hover .techmag-pcp-toc__text,
.techmag-pcp-toc__link:focus-visible .techmag-pcp-toc__text {
	color: var(--tm-pcp-toc-text-hover);
}

.techmag-pcp-toc__number {
	align-items: center;
	background: var(--tm-pcp-toc-number-bg);
	border: 1px solid color-mix(in srgb, var(--tm-pcp-toc-number) 34%, transparent);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--tm-pcp-toc-number);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 850;
	block-size: 24px;
	inline-size: 24px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	text-align: center;
}

.techmag-pcp-toc__text {
	color: var(--tm-pcp-toc-text);
	min-inline-size: 0;
}

.techmag-pcp-author-box {
	--tm-pcp-author-bg: #07101f;
	--tm-pcp-author-border: rgba(148, 163, 184, .18);
	--tm-pcp-author-title: #f8fafc;
	--tm-pcp-author-name: #f8fafc;
	--tm-pcp-author-bio: #aab6c8;
	--tm-pcp-author-link: #fff;
	--tm-pcp-author-link-bg: rgba(255, 255, 255, .08);
	--tm-pcp-author-link-hover: #7c3aed;
	--tm-pcp-author-social-color: #fff;
	--tm-pcp-author-social-bg: #020617;
	--tm-pcp-author-social-hover-bg: #7c3aed;
	--tm-pcp-author-social-button: 28px;
	--tm-pcp-author-social-icon: 14px;
	--tm-pcp-author-social-gap: 8px;
	--tm-pcp-author-radius: 12px;
	--tm-pcp-author-avatar: 86px;
	background: var(--tm-pcp-author-bg);
	border: 1px solid var(--tm-pcp-author-border);
	border-radius: var(--tm-pcp-author-radius);
	box-shadow: 0 18px 45px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .035);
	padding: 22px 24px;
}

.techmag-pcp-author-box--glass {
	background: rgba(7, 16, 31, .78);
	backdrop-filter: blur(14px);
}

.techmag-pcp-author-box--dark-tech {
	--tm-pcp-author-bg: #07101f;
	--tm-pcp-author-title: #f8fafc;
	--tm-pcp-author-name: #f8fafc;
	--tm-pcp-author-bio: #aab6c8;
	--tm-pcp-author-border: rgba(148, 163, 184, .18);
}

.techmag-pcp-author-box__title {
	color: var(--tm-pcp-author-title);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.6;
	margin: 0 0 14px;
}

.techmag-pcp-author-box__inner {
	align-items: center;
	display: flex;
	gap: 18px;
}

.techmag-pcp-author-box__avatar {
	flex: 0 0 var(--tm-pcp-author-avatar);
	inline-size: var(--tm-pcp-author-avatar);
}

.techmag-pcp-author-box__avatar img,
.techmag-pcp-author-box__avatar-placeholder {
	aspect-ratio: 1;
	display: block;
	inline-size: 100%;
	object-fit: cover;
}

.techmag-pcp-author-box__avatar-placeholder {
	background: linear-gradient(135deg, #e0f2fe, #f1f5f9);
}

.techmag-pcp-author-box__body {
	flex: 1 1 auto;
	min-inline-size: 0;
	text-align: right;
}

.techmag-pcp-author-box__name {
	color: var(--tm-pcp-author-name);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.6;
	margin: 0;
}

.techmag-pcp-author-box__bio {
	color: var(--tm-pcp-author-bio);
	font-size: 14px;
	line-height: 1.9;
	margin: 6px 0 0;
}

.techmag-pcp-author-box__link {
	align-items: center;
	background: var(--tm-pcp-author-link-bg);
	border-radius: 999px;
	color: var(--tm-pcp-author-link) !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	margin-block-start: 12px;
	min-block-size: 36px;
	min-inline-size: 120px;
	padding: 10px 14px;
	text-decoration: none;
	transition: background .16s ease, transform .16s ease;
}

.techmag-pcp-author-box__link:hover,
.techmag-pcp-author-box__link:focus-visible {
	background: var(--tm-pcp-author-link-hover);
	color: var(--tm-pcp-author-link) !important;
	transform: translateY(-1px);
}

.techmag-pcp-author-box__socials {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: var(--tm-pcp-author-social-gap);
	margin-inline-start: auto;
}

.techmag-pcp-author-box--social-right .techmag-pcp-author-box__socials {
	margin-inline-end: 0;
	margin-inline-start: 0;
	order: -1;
}

.techmag-pcp-author-box--social-below-text .techmag-pcp-author-box__socials,
.techmag-pcp-author-box--social-after-link .techmag-pcp-author-box__socials {
	display: flex;
	margin-block-start: 12px;
	margin-inline-start: 0;
}

.techmag-pcp-author-box--social-after-link .techmag-pcp-author-box__socials {
	margin-block-start: 10px;
}

.techmag-pcp-author-box__social-link {
	align-items: center;
	background: var(--tm-pcp-author-social-bg);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 999px;
	color: var(--tm-pcp-author-social-color) !important;
	display: inline-flex;
	block-size: var(--tm-pcp-author-social-button);
	inline-size: var(--tm-pcp-author-social-button);
	justify-content: center;
	text-decoration: none;
	transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.techmag-pcp-author-box__social-link:hover,
.techmag-pcp-author-box__social-link:focus-visible {
	background: var(--tm-pcp-author-social-hover-bg);
	border-color: var(--tm-pcp-author-social-hover-bg);
	color: var(--tm-pcp-author-social-color) !important;
	transform: translateY(-1px);
}

.techmag-pcp-author-box__social-link svg {
	block-size: var(--tm-pcp-author-social-icon);
	color: inherit;
	display: block;
	fill: currentColor !important;
	inline-size: var(--tm-pcp-author-social-icon);
}

.techmag-pcp-author-box__social-link svg path {
	fill: currentColor !important;
	stroke: none;
}

.techmag-pcp-tags {
	--tm-pcp-tag-bg: #f1f5f9;
	--tm-pcp-tag-color: #334155;
	--tm-pcp-tag-hover-bg: #0ea5e9;
	--tm-pcp-tag-hover-color: #fff;
	--tm-pcp-tag-border: #e2e8f0;
	--tm-pcp-tag-label: #0f172a;
	--tm-pcp-tag-radius: 999px;
	--tm-pcp-tags-gap: 8px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--tm-pcp-tags-gap);
}

.techmag-pcp-tags__label {
	align-items: center;
	color: var(--tm-pcp-tag-label);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 6px;
	line-height: 1.6;
}

.techmag-pcp-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--tm-pcp-tags-gap);
}

.techmag-pcp-tags__link {
	background: var(--tm-pcp-tag-bg);
	border: 1px solid var(--tm-pcp-tag-border);
	border-radius: var(--tm-pcp-tag-radius);
	color: var(--tm-pcp-tag-color);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 8px 11px;
	text-decoration: none;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.techmag-pcp-tags--simple .techmag-pcp-tags__link {
	background: transparent;
	border-color: transparent;
	padding-inline: 0;
}

.techmag-pcp-tags--outlined .techmag-pcp-tags__link {
	background: transparent;
}

.techmag-pcp-tags--dark-tech {
	--tm-pcp-tag-bg: #0f172a;
	--tm-pcp-tag-color: #cbd5e1;
	--tm-pcp-tag-border: rgba(148, 163, 184, .24);
	--tm-pcp-tag-label: #f8fafc;
}

.techmag-pcp-tags__link:hover,
.techmag-pcp-tags__link:focus-visible {
	background: var(--tm-pcp-tag-hover-bg);
	border-color: var(--tm-pcp-tag-hover-bg);
	color: var(--tm-pcp-tag-hover-color);
}

@media (max-width: 767px) {
	.techmag-post-content-pro {
		--tm-pcp-paragraph-gap: 14px;
		--tm-pcp-section-gap: 16px;
		padding: var(--tm-pcp-mobile-padding, 0);
	}

	.techmag-pcp-content {
		font-size: clamp(15px, 4vw, 16px) !important;
		line-height: 1.85 !important;
	}

	.techmag-pcp-content h2 {
		font-size: clamp(20px, 5.5vw, 22px) !important;
		line-height: 1.55 !important;
		margin: 26px 0 10px;
	}

	.techmag-pcp-content h3 {
		font-size: clamp(17px, 4.8vw, 19px) !important;
		line-height: 1.6 !important;
		margin: 22px 0 9px;
	}

	.techmag-pcp-content h4 {
		font-size: clamp(16px, 4.4vw, 18px) !important;
		line-height: 1.6 !important;
		margin: 18px 0 8px;
	}

	.techmag-pcp-content ul,
	.techmag-pcp-content ol {
		margin-block: 0 14px;
		padding-inline-start: 22px;
	}

	.techmag-pcp-content li + li {
		margin-block-start: 5px;
	}

	.techmag-pcp-content blockquote {
		border-radius: 12px;
		margin: 16px 0;
		padding: 12px 14px;
	}

	.techmag-pcp-content figure,
	.techmag-pcp-content table,
	.techmag-pcp-content pre {
		margin-block: 16px;
	}

	.techmag-pcp-content th,
	.techmag-pcp-content td {
		font-size: 13px;
		padding: 8px;
	}

	.techmag-post-content-pro--author-mobile-column .techmag-pcp-author-box__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.techmag-post-content-pro--author-mobile-column .techmag-pcp-author-box__socials {
		margin-inline-start: 0;
		order: initial;
	}

	.techmag-pcp-toc,
	.techmag-pcp-author-box {
		padding: 12px;
	}

	.techmag-pcp-toc__title,
	.techmag-pcp-toc__summary {
		font-size: 14px !important;
		margin-block-end: 8px;
		min-block-size: 38px;
	}

	.techmag-pcp-toc__list {
		--tm-pcp-toc-item-gap: 3px;
	}

	.techmag-pcp-toc__link {
		font-size: 13px !important;
		gap: 7px;
		padding: 6px 8px;
	}

	.techmag-pcp-author-box {
		--tm-pcp-author-avatar: 62px !important;
	}

	.techmag-pcp-author-box__inner {
		gap: 12px;
	}

	.techmag-pcp-author-box__name {
		font-size: 16px !important;
	}

	.techmag-pcp-author-box__bio {
		font-size: 13px !important;
		line-height: 1.8;
	}

	.techmag-pcp-author-box__link {
		min-block-size: 38px;
		padding: 8px 12px;
	}

	.techmag-pcp-tags {
		gap: 8px;
	}

	.techmag-pcp-tags__link {
		font-size: 11px;
		padding: 7px 9px;
	}
}
