.tt-single {
	background: #fbfaf6;
	color: var(--tt-navy);
}

.tt-single-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 58% 45%, rgba(35, 63, 99, 0.35), transparent 42%),
		linear-gradient(125deg, #07111f, #0a1930 60%, #06101d);
	color: #fff;
}

.tt-single-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(390px, 0.82fr);
	gap: 65px;
	align-items: center;
	min-height: 370px;
	padding-block: 40px;
}

.tt-single-hero__content {
	order: 1;
}

.tt-single-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
}

.tt-single-breadcrumb span {
	color: var(--tt-red);
}

.tt-single-hero__category {
	display: inline-flex;
	margin-bottom: 13px;
	padding: 6px 14px;
	border-radius: 6px;
	background: var(--tt-red);
	font-size: 11px;
	font-weight: 700;
}

.tt-single-hero h1 {
	max-width: 100%;
	margin: 0 0 28px;
	font-size: clamp(31px, 3.2vw, 52px);
	font-weight: 800;
	line-height: 1.5;
}

.tt-single-hero__meta {
	display: grid;
	grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
	width: 100%;
	max-width: 820px;
	align-items: center;
	gap: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
}

.tt-single-hero__meta > * {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 0;
	padding-inline: 14px;
	white-space: nowrap;
}

.tt-single-hero__meta > * + * {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.tt-single-hero__meta > *:first-child {
	padding-right: 0;
}

.tt-single-hero__meta img,
.tt-single-hero__meta .tt-icon {
	width: 18px;
	height: 18px;
	filter: brightness(0) invert(1);
	opacity: 0.75;
}

.tt-single-hero__author img {
	width: 70px;
	height: 70px;
	border: 2px solid var(--tt-red);
	border-radius: 50%;
	object-fit: cover;
	filter: none;
	opacity: 1;
}

.tt-single-hero__author b {
	color: #fff;
	font-weight: 500;
}

.tt-single-hero__image {
	position: relative;
	order: 2;
	height: 290px;
	margin: 0;
	padding: 9px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
}

.tt-single-hero__image > img,
.tt-single-hero__placeholder {
	width: 100%;
	height: 100%;
	border-radius: 7px;
	object-fit: cover;
}

.tt-single-hero__placeholder {
	display: block;
	background: radial-gradient(circle, var(--tt-red) 0 7%, transparent 8% 24%, rgba(255, 255, 255, 0.16) 25% 27%, transparent 28%), #0c1a2d;
}

.tt-single-hero__target {
	top: -122px;
	left: -80px;
}

.tt-single-hero__plus {
	right: 24px;
	bottom: 24px;
}

.tt-single .tt-blog-plus {
	width: 19px;
	height: 19px;
}

.tt-single .tt-blog-card__corner {
	width: 18px;
	height: 18px;
}

.tt-single-hero__image .tt-blog-card__corner {
	width: 21px;
	height: 21px;
}

.tt-article-author__avatar .tt-blog-card__corner {
	width: 16px;
	height: 16px;
}

.tt-single-body {
	padding: 34px 0 75px;
}

.tt-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 34px;
	align-items: start;
	direction: rtl;
}

.tt-single-article {
	min-width: 0;
}

.tt-single-sidebar {
	position: sticky;
	top: 82px;
	display: grid;
	gap: 14px;
	align-self: start;
}

.tt-article-summary {
	position: relative;
	padding: 21px 24px;
	border: 1px solid rgba(13, 19, 33, 0.1);
	border-right: 3px solid var(--tt-red);
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(13, 19, 33, 0.04);
}

.tt-article-summary__title,
.tt-article-toc summary span,
.tt-related > h2,
.tt-comments > h2 {
	display: flex;
	align-items: center;
	gap: 9px;
}

.tt-article-summary__title::before,
.tt-article-toc summary i,
.tt-related > h2 i,
.tt-comments > h2 i {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: var(--tt-red);
	content: "";
}

.tt-article-summary__title {
	margin: 0 0 8px;
	color: inherit;
	font-size: 15px;
	font-weight: 700;
}

.tt-article-summary p {
	margin: 0;
	color: #5f6470;
	font-size: 13px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-word;
}

.tt-article-toc {
	margin-top: 16px;
	overflow: hidden;
	border-radius: 10px;
	background: linear-gradient(145deg, #0d1c32, #071321);
	color: #fff;
	box-shadow: 0 8px 22px rgba(13, 19, 33, 0.13);
}

.tt-article-toc summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 20px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	list-style: none;
}

.tt-article-toc summary::-webkit-details-marker {
	display: none;
}

.tt-article-toc__arrow {
	width: 18px;
	height: 18px;
	filter: brightness(0) invert(1);
	transform: rotate(-90deg);
	transition: transform 220ms ease;
}

.tt-article-toc[open] .tt-article-toc__arrow {
	transform: rotate(90deg);
}

.tt-article-toc ol {
	display: grid;
	gap: 8px;
	padding: 0 48px 20px 20px;
	margin: 0;
	counter-reset: toc;
	list-style: none;
}

.tt-article-toc li {
	counter-increment: toc;
}

.tt-article-toc li a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
}

.tt-article-toc li a::before {
	display: grid;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	place-items: center;
	border: 1px solid var(--tt-red);
	border-radius: 50%;
	color: var(--tt-red);
	content: counter(toc);
	font-size: 10px;
}

.tt-article-content {
	margin-top: 15px;
    padding: 21px 24px;
	color: #343943;
	background-color: #fff;
	font-size: 14px;
	line-height: 2.05;
	border-radius: 9px;
    border: 1px solid rgba(13, 19, 33, 0.1);
}

.tt-article-content h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 28px 0 9px;
	color: var(--tt-navy);
	font-size: 22px;
	line-height: 1.65;
	scroll-margin-top: 90px;
}

.tt-article-content h2::before {
	width: 9px;
	height: 9px;
	flex: 0 0 9px;
	border-radius: 50%;
	background: var(--tt-red);
	content: "";
}

.tt-article-content h3 {
	margin: 22px 0 8px;
	color: var(--tt-navy);
	font-size: 18px;
	line-height: 1.65;
}

.tt-article-content p {
	margin: 0 0 14px;
	text-align: justify;
	text-justify: inter-word;
}

.tt-article-content li,
.tt-article-content blockquote {
	text-align: justify;
	text-justify: inter-word;
}

.tt-single-article .tt-article-summary a,
.tt-single-article .tt-article-content a {
	color: var(--tt-red);
	text-decoration: none;
}

.tt-single-article .tt-article-summary a:hover,
.tt-single-article .tt-article-content a:hover {
	color: #c92331;
}

.tt-article-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 18px auto;
	border-radius: 9px;
}

.tt-article-faq {
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid rgba(13, 19, 33, 0.11);
}

.tt-article-faq > h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 17px;
	color: var(--tt-navy);
	font-size: 22px;
	line-height: 1.6;
}

.tt-article-faq > h2 i {
	width: 9px;
	height: 9px;
	flex: 0 0 9px;
	border-radius: 50%;
	background: var(--tt-red);
}

.tt-article-faq__list {
	display: grid;
	gap: 9px;
}

.tt-article-faq__item {
	overflow: hidden;
	border: 1px solid rgba(13, 19, 33, 0.13);
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(13, 19, 33, 0.045);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tt-article-faq__item[open] {
	border-color: rgba(230, 57, 70, 0.48);
	box-shadow: 0 7px 20px rgba(13, 19, 33, 0.07);
}

.tt-article-faq__item summary {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 13px 17px;
	cursor: pointer;
	color: var(--tt-navy);
	font-size: 14px;
	font-weight: 700;
	list-style: none;
}

.tt-article-faq__item summary::-webkit-details-marker {
	display: none;
}

.tt-article-faq__arrow {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	filter: brightness(0) saturate(100%) invert(30%) sepia(79%) saturate(2206%) hue-rotate(334deg) brightness(96%) contrast(88%);
	transform: rotate(-90deg);
	transition: transform 180ms ease;
}

.tt-article-faq__item[open] .tt-article-faq__arrow {
	transform: rotate(90deg);
}

.tt-article-faq__answer {
	padding: 0 17px 16px;
	color: #5f6470;
	font-size: 13px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-word;
}

.tt-article-faq__answer p {
	margin: 0;
}

.tt-article-content figure {
	margin: 20px 0;
}

.tt-article-content blockquote {
	position: relative;
	min-height: 76px;
	padding: 21px 65px 21px 24px;
	margin: 24px 0;
	overflow: hidden;
	border: 1px solid rgba(230, 57, 70, 0.28);
	border-right: 4px solid var(--tt-red);
	border-radius: 10px;
	background:
		radial-gradient(circle at 8% 15%, rgba(230, 57, 70, 0.1), transparent 30%),
		linear-gradient(145deg, #10223a, var(--tt-navy));
	color: rgba(255, 255, 255, 0.92);
	box-shadow: 0 9px 24px rgba(13, 19, 33, 0.14);
}

.tt-article-content blockquote::before {
	content: "";
	position: absolute;
	top: 21px;
	right: 19px;
	width: 28px;
	height: 28px;
	background: url("../icons/quote.svg") center / contain no-repeat;
}

.tt-article-content blockquote p {
	margin: 0;
	color: inherit;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 2;
}

.tt-article-content blockquote cite {
	display: block;
	margin-top: 9px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 10.5px;
	font-style: normal;
}

.tt-article-content ol {
	padding: 0;
	margin: 16px 0;
	counter-reset: article-list;
	list-style: none;
}

.tt-article-content ol > li {
	position: relative;
	min-height: 28px;
	padding: 3px 38px 3px 0;
	margin-bottom: 7px;
	counter-increment: article-list;
}

.tt-article-content ol > li::before {
	position: absolute;
	top: 2px;
	right: 0;
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 50%;
	background: var(--tt-red);
	color: #fff;
	content: counter(article-list);
	font-size: 11px;
	font-weight: 700;
}

.tt-article-content ul {
	padding: 0;
	margin: 16px 0;
	list-style: none;
}

.tt-article-content ul > li {
	position: relative;
	min-height: 24px;
	padding: 2px 30px 2px 0;
	margin-bottom: 7px;
}

.tt-article-content ul > li::before {
	position: absolute;
	top: 0.48em;
	right: 0;
	width: 18px;
	height: 18px;
	background: url("../icons/check-red.svg") center / contain no-repeat;
	content: "";
}

.tt-article-content ul ul {
	margin: 7px 0 0;
}

.tt-article-content table {
	width: 100%;
	margin: 20px 0;
	border-collapse: separate;
	border: 1px solid rgba(13, 19, 33, 0.15);
	border-spacing: 0;
	border-radius: 8px;
	overflow: hidden;
	font-size: 12px;
}

.tt-article-content th,
.tt-article-content td {
	padding: 10px 12px;
	border-left: 1px solid rgba(13, 19, 33, 0.1);
	border-bottom: 1px solid rgba(13, 19, 33, 0.1);
	text-align: right;
}

.tt-article-content th {
	background: var(--tt-navy);
	color: #fff;
}

.tt-single-mobile-promo,
.tt-single-mobile-newsletter {
	display: none;
}

.tt-article-footer {
	display: grid;
	gap: 13px;
	margin-top: 30px;
	padding-top: 18px;
	border-top: 1px solid rgba(13, 19, 33, 0.12);
}

.tt-article-tags,
.tt-article-share {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.tt-article-tags strong,
.tt-article-share strong {
	flex: 0 0 90px;
	font-size: 13px;
}

.tt-article-tags > div,
.tt-article-share > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tt-article-tags a {
	padding: 6px 12px;
	border: 1px solid rgba(230, 57, 70, 0.55);
	border-radius: 6px;
	color: var(--tt-red);
	font-size: 10px;
}

.tt-article-share a,
.tt-article-share button {
	display: inline-flex;
	width: 120px;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 6px 13px;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
}

.tt-article-share .tt-icon {
	width: 16px;
	height: 16px;
}

.tt-article-share .is-telegram {
	background: #259bd7;
}

.tt-article-share .is-whatsapp {
	background: #25b765;
}

.tt-article-share .is-linkedin {
	background: #1976b8;
}

.tt-article-share button {
	border: 1px solid rgba(13, 19, 33, 0.18);
	background: #fff;
	color: var(--tt-navy);
}

.tt-article-share button .tt-icon {
	filter: none;
}

.tt-article-author {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 18px;
	align-items: center;
	margin-top: 28px;
	padding: 19px;
	border: 1px solid rgba(13, 19, 33, 0.12);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(13, 19, 33, 0.04);
}

.tt-article-author__avatar {
	position: relative;
	width: 104px;
	height: 104px;
}

.tt-article-author__avatar > img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.tt-article-author h2 {
	margin: 0;
	font-size: 19px;
}

.tt-article-author span {
	color: #777;
	font-size: 10px;
}

.tt-article-author p {
	margin: 8px 0 0;
	color: #666c75;
	font-size: 11.5px;
	line-height: 1.9;
}

.tt-article-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.tt-article-navigation a {
	position: relative;
	display: grid;
	gap: 4px;
	min-height: 74px;
	align-content: center;
	padding: 12px 38px;
	border: 1px solid rgba(13, 19, 33, 0.12);
	border-radius: 8px;
	background: #fff;
}

.tt-article-navigation small {
	color: #777;
	font-size: 9px;
}

.tt-article-navigation span {
	display: -webkit-box;
	overflow: hidden;
	font-size: 11px;
	font-weight: 600;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.tt-article-navigation b {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}

.tt-article-navigation b .tt-icon {
	display: block;
	width: 18px;
	height: 18px;
	filter: brightness(0) saturate(100%) invert(30%) sepia(79%) saturate(2206%) hue-rotate(334deg) brightness(96%) contrast(88%);
}

.tt-article-navigation__previous {
	direction: ltr;
	padding-right: 38px !important;
	padding-left: 16px !important;
	text-align: left;
}

.tt-article-navigation__previous b {
	right: 14px;
	left: auto;
}

.tt-article-navigation__previous b .tt-icon {
	transform: rotate(180deg);
}

.tt-related {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid rgba(13, 19, 33, 0.12);
}

.tt-related > h2,
.tt-comments > h2 {
	margin: 0 0 17px;
	font-size: 19px;
}

.tt-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.tt-related article {
	position: relative;
	min-width: 0;
	padding: 9px 9px 12px;
	border: 1px solid rgba(13, 19, 33, 0.11);
	border-radius: 9px;
	background: #fff;
}

.tt-related article > .tt-blog-card__corner {
	width: 16px;
	height: 16px;
}

.tt-related article > .tt-blog-card__corner--top-start {
	top: -2px;
	right: -2px;
	border-radius: 0 9px 0 0;
}

.tt-related article > .tt-blog-card__corner--top-end {
	top: -2px;
	left: -2px;
	border-radius: 9px 0 0;
}

.tt-related article > .tt-blog-card__corner--bottom-start {
	right: -2px;
	bottom: -2px;
	border-radius: 0 0 9px;
}

.tt-related article > .tt-blog-card__corner--bottom-end {
	bottom: -2px;
	left: -2px;
	border-radius: 0 0 0 9px;
}

.tt-related__image {
	position: relative;
	display: block;
	height: 145px;
	overflow: hidden;
	border-radius: 8px;
	background: var(--tt-navy);
}

.tt-related__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tt-related h3 {
	display: -webkit-box;
	min-height: 44px;
	margin: 8px 0 3px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.8;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tt-related__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: #888;
	font-size: 8.5px;
}

.tt-related__meta time,
.tt-related__meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}

.tt-related__meta img,
.tt-related__meta .tt-icon {
	width: 12px;
	height: 12px;
	filter: brightness(0) saturate(100%) invert(48%) sepia(6%) saturate(381%) hue-rotate(177deg) brightness(93%) contrast(88%);
}

.tt-comments {
	margin-top: 32px;
	padding-top: 22px;
	border-top: 1px solid rgba(13, 19, 33, 0.12);
}

.tt-comment-list,
.tt-comment-list .children {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tt-comment-list .children {
	padding-right: 58px;
}

.tt-comment {
	margin-bottom: 10px;
	padding: 12px;
	border: 1px solid rgba(13, 19, 33, 0.11);
	border-radius: 9px;
	background: #fff;
}

.tt-comment__box {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 13px;
	padding: 0;
}

.tt-comment-list .children {
	margin-top: 10px;
	padding-right: 62px;
}

.tt-comment-list .children .tt-comment {
	padding: 10px;
	border: 0;
	border-right: 3px solid var(--tt-red);
	border-radius: 7px;
	background: #fafafa;
}

.tt-comment__avatar img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	object-fit: cover;
}

.tt-comment__content header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.tt-comment__content header strong {
	font-size: 12px;
}

.tt-comment__content header time {
	color: #999;
	font-size: 8px;
}

.tt-comment__text {
	color: #565c65;
	font-size: 11px;
	line-height: 1.9;
}

.tt-comment__text p {
	margin: 6px 0;
}

.comment-reply-link {
	color: var(--tt-red);
	font-size: 9px;
	font-weight: 700;
}

.tt-comment__awaiting {
	color: var(--tt-red);
	font-size: 9px;
}

.comment-respond {
	margin-top: 18px;
}

.comment-reply-title {
	margin: 0 0 12px;
	font-size: 16px;
}

.comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.comment-form > p {
	margin: 0;
}

.comment-form label {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(13, 19, 33, 0.17);
	border-radius: 6px;
	outline: 0;
	background: #fff;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
	height: 42px;
}

.comment-form textarea {
	height: 108px;
	min-height: 108px;
	resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: var(--tt-red);
	box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
}

.comment-form-comment,
.comment-form-cookies-consent,
.form-submit,
.logged-in-as {
	grid-column: 1 / -1;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 7px;
}

.comment-form-cookies-consent input {
	width: auto;
}

.tt-comments .tt-comment-submit,
.tt-comments input[type="submit"].tt-comment-submit {
	padding: 10px 21px;
	border: 0 !important;
	border-radius: 6px;
	background: var(--tt-red) !important;
	color: #fff !important;
	cursor: pointer;
	font-weight: 700;
}

@media (max-width: 1100px) {
	.tt-single-hero__inner {
		grid-template-columns: minmax(0, 1.15fr) 360px;
		gap: 36px;
	}

	.tt-single-layout {
		grid-template-columns: minmax(0, 1fr) 270px;
		gap: 24px;
	}
}

@media (max-width: 840px) {
	.tt-single-hero__inner {
		display: flex;
		min-height: 0;
		flex-direction: column;
		gap: 24px;
		padding-block: 25px 28px;
	}

	.tt-single-hero__content,
	.tt-single-hero__image {
		width: 100%;
	}

	.tt-single-hero__content {
		order: 1;
		text-align: center;
	}

	.tt-single-hero__image {
		order: 2;
		height: clamp(220px, 53vw, 390px);
	}

	.tt-single-breadcrumb,
	.tt-single-hero__meta {
		justify-content: center;
	}

	.tt-single-hero__meta {
		display: flex;
		max-width: 100%;
		flex-wrap: wrap;
	}

	.tt-single-hero h1 {
		margin-inline: auto;
		font-size: clamp(26px, 7vw, 38px);
	}

	.tt-single-layout {
		display: block;
	}

	.tt-single-sidebar {
		display: none;
	}

	.tt-single-mobile-promo,
	.tt-single-mobile-newsletter {
		display: block;
		margin-top: 24px;
	}
}

@media (max-width: 600px) {
	.tt-single-body {
		padding: 18px 0 50px;
	}

	.tt-single-hero__inner {
		gap: 18px;
	}

	.tt-single-breadcrumb {
		margin-bottom: 13px;
		font-size: 9px;
	}

	.tt-single-hero__category {
		margin-bottom: 10px;
		padding: 5px 11px;
		font-size: 9px;
	}

	.tt-single-hero h1 {
		margin-bottom: 19px;
		font-size: clamp(23px, 7vw, 31px);
		line-height: 1.55;
	}

	.tt-single-hero__meta {
		row-gap: 10px;
		font-size: 8px;
	}

	.tt-single-hero__meta > * {
		padding-inline: 7px;
	}

	.tt-single-hero__author {
		flex-basis: 100%;
		justify-content: center;
	}

	.tt-single-hero__image {
		height: clamp(185px, 51vw, 270px);
		padding: 6px;
	}

	.tt-single-hero__target {
		top: -115px;
		left: -150px;
		opacity: 0.65;
	}

	.tt-article-summary {
		padding: 15px;
	}

	.tt-article-summary__title,
	.tt-article-toc summary {
		font-size: 13px;
	}

	.tt-article-summary p,
	.tt-article-content {
		font-size: 11.5px;
	}

	.tt-article-content h2 {
		font-size: 17px;
	}

	.tt-article-content h3 {
		font-size: 15px;
	}

	.tt-article-content blockquote {
		min-height: 66px;
		padding: 17px 53px 17px 15px;
		margin: 19px 0;
		border-radius: 8px;
	}

	.tt-article-content blockquote::before {
		top: 17px;
		right: 14px;
		width: 24px;
		height: 24px;
	}

	.tt-article-content blockquote p {
		font-size: 11.5px;
	}

	.tt-article-faq {
		margin-top: 27px;
		padding-top: 19px;
	}

	.tt-article-faq > h2 {
		margin-bottom: 13px;
		font-size: 17px;
	}

	.tt-article-faq__item summary {
		min-height: 52px;
		padding: 11px 13px;
		font-size: 12px;
	}

	.tt-article-faq__answer {
		padding: 0 13px 13px;
		font-size: 11.5px;
	}

	.tt-article-toc ol {
		padding-right: 25px;
	}

	.tt-article-tags,
	.tt-article-share {
		display: block;
	}

	.tt-article-tags strong,
	.tt-article-share strong {
		display: block;
		margin-bottom: 8px;
	}

	.tt-article-author {
		grid-template-columns: 78px 1fr;
		gap: 12px;
		padding: 13px;
	}

	.tt-article-author__avatar {
		width: 74px;
		height: 74px;
	}

	.tt-article-author h2 {
		font-size: 15px;
	}

	.tt-article-author p {
		display: -webkit-box;
		margin-top: 5px;
		overflow: hidden;
		font-size: 9px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.tt-article-navigation {
		grid-template-columns: 1fr;
	}

	.tt-related__grid {
		display: flex;
		gap: 10px;
		padding-block: 2px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.tt-related__grid::-webkit-scrollbar {
		display: none;
	}

	.tt-related article {
		flex: 0 0 72%;
		scroll-snap-align: start;
	}

	.tt-related__image {
		height: 128px;
	}

	.tt-comment-list .children {
		padding-right: 22px;
	}

	.tt-comment__box {
		grid-template-columns: 42px 1fr;
		gap: 9px;
		padding: 10px;
	}

	.tt-comment__avatar img {
		width: 42px;
		height: 42px;
	}

	.comment-form {
		grid-template-columns: 1fr;
	}

	.comment-form > p {
		grid-column: 1;
	}
}
