.dastchin-aali.dastchin-aali-single-page {
	background: #fafafa;
}

.dastchin-aali-single-page .site-content,
.dastchin-aali-single-page .site-content > .ast-container,
.dastchin-aali-single-page.ast-narrow-container .site-content > .ast-container,
.dastchin-aali-single-page.ast-separate-container .ast-article-single {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fafafa;
	box-shadow: none;
}

.dastchin-aali-single-page #primary,
.dastchin-aali-single-page #primary.content-area,
.dastchin-aali-single-primary {
	margin: 0;
	width: 100%;
}

.dastchin-aali-single-page .dastchin-aali-single.ast-article-single,
.dastchin-aali-single-page article.dastchin-aali-single {
	padding: 8px 0 48px;
	margin: 0;
	background: transparent;
	box-shadow: none;
}

.dastchin-aali-single-page .ast-single-post-featured-section,
.dastchin-aali-single-page .entry-header,
.dastchin-aali-single-page .ez-toc-container {
	display: none !important;
}

.dastchin-aali-single {
	padding: 8px 0 48px;
	font-family: Dana, Tahoma, sans-serif;
}

.dastchin-aali-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	padding: 14px 16px;
	border-radius: 8px;
	background: #ffffff;
	color: #333333;
	font-size: 15px;
	line-height: 1.5;
}

.dastchin-aali-breadcrumb a {
	color: #04372b;
	text-decoration: none;
}

.dastchin-aali-breadcrumb a:hover,
.dastchin-aali-breadcrumb a:focus {
	color: #03281f;
}

.dastchin-aali-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 345px;
	gap: 20px;
	align-items: start;
}

.dastchin-aali-single__main {
	display: flex;
	flex-direction: column;
	gap: 23px;
	padding: 16px;
	border-radius: 16px;
	background: #ffffff;
}

.dastchin-aali-single__media {
	margin: 0;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}

.dastchin-aali-single__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 600 / 250;
	object-fit: fill;
}

.dastchin-aali-single__title {
	margin: 0;
	color: #181e25;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
}

.dastchin-aali-single__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-self: start;
	gap: 16px 20px;
	width: fit-content;
	padding: 8px 16px;
	border-radius: 6px;
	background: #fafafa;
	color: #04372b;
	font-size: 14px;
	line-height: 1.5;
}

.dastchin-aali-single__cat,
.dastchin-aali-single__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #04372b;
	text-decoration: none;
}

.dastchin-aali-single__meta svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.dastchin-aali-toc {
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.dastchin-aali-toc__title {
	margin: 0;
	padding: 20px;
	background: #04372b;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
}

.dastchin-aali-toc__list {
	margin: 0;
	padding: 20px;
	list-style: none;
}

.dastchin-aali-toc__list li {
	margin: 0 0 8px;
	padding: 0;
}

.dastchin-aali-toc__list li:last-child {
	margin-bottom: 0;
}

.dastchin-aali-toc__list a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #07382d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
}

.dastchin-aali-toc__list a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #04372b;
	flex: 0 0 7px;
}

.dastchin-aali-toc__list a:hover,
.dastchin-aali-toc__list a:focus {
	color: #04372b;
}

.dastchin-aali-single__content {
	color: #073830;
	font-size: 15px;
	line-height: 1.81;
}

.dastchin-aali-single__content > *:first-child {
	margin-top: 0;
}

.dastchin-aali-single__content p,
.dastchin-aali-single__content div {
	margin: 0 0 14px;
}

.dastchin-aali-single__content h2 {
	margin: 8px 0 16px;
	color: #073830;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	scroll-margin-top: 160px;
}

.dastchin-aali-single__content h3 {
	margin: 8px 0 14px;
	color: #073830;
	font-size: 22px;
	font-weight: 600;
}

.dastchin-aali-single__content a {
	color: #04372b;
}

.dastchin-aali-single__content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.dastchin-aali-share {
	display: inline-flex;
	align-items: center;
	align-self: start;
	gap: 21px;
	padding: 8px 16px;
	border-radius: 6px;
	background: #f1f7fe;
}

.dastchin-aali-share__label {
	color: #333333;
	font-size: 16px;
}

.dastchin-aali-share__list {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dastchin-aali-share__list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 32px;
	color: #04372b;
}

.dastchin-aali-share__list svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.dastchin-aali-single__aside {
	position: sticky;
	top: calc(env(safe-area-inset-top, 0px) + var(--dastchin-aali-offset) + var(--dastchin-aali-header-h) + 12px);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dastchin-aali-side-card {
	padding: 16px;
	border-radius: 16px;
	background: #ffffff;
}

.dastchin-aali-side-card__head h2 {
	margin: 0 0 4px;
	color: #181e25;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.dastchin-aali-side-card__head p {
	margin: 0 0 12px;
	color: #6b6b6b;
	font-size: 13px;
	line-height: 1.6;
}

.dastchin-aali-products,
.dastchin-aali-related {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dastchin-aali-products {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dastchin-aali-products__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 4px 4px 28px;
	border-radius: 10px;
	background: rgba(148, 148, 148, 0.1);
	color: #181e25;
	text-decoration: none;
}

.dastchin-aali-products__item span {
	font-size: 15px;
	font-weight: 600;
}

.dastchin-aali-products__item img {
	width: 64px;
	height: 56px;
	object-fit: contain;
}

.dastchin-aali-related {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.dastchin-aali-related__item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.dastchin-aali-related__media {
	flex: 0 0 76px;
	overflow: hidden;
	border-radius: 10px;
}

.dastchin-aali-related__media img {
	display: block;
	width: 76px;
	height: 83px;
	object-fit: cover;
}

.dastchin-aali-related__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
}

.dastchin-aali-related__body h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
}

.dastchin-aali-related__body h3 a {
	color: #181e25;
	text-decoration: none;
}

.dastchin-aali-related__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.dastchin-aali-related__cat {
	display: inline-flex;
	align-items: center;
	padding: 4px 7px;
	border-radius: 8px;
	background: #f1f7fe;
	color: #04372b;
	font-size: 11px;
	text-decoration: none;
}

.dastchin-aali-related__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 8px;
	border-radius: 8px;
	background: #04372b;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}

.dastchin-aali-comments {
	margin-top: 24px;
	padding: 16px;
	border-radius: 16px;
	background: #ffffff;
}

.dastchin-aali-comments__title,
.dastchin-aali-comments .comment-reply-title {
	margin: 8px 0 16px;
	color: #333333;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
}

.dastchin-aali-comments__list {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.dastchin-aali-comments .comment-notes,
.dastchin-aali-comments label {
	color: #333333;
	font-size: 15px;
}

.dastchin-aali-comments .required {
	color: #cc3366;
}

.dastchin-aali-comments input[type="text"],
.dastchin-aali-comments input[type="email"],
.dastchin-aali-comments input[type="url"],
.dastchin-aali-comments textarea {
	width: 100%;
	max-width: 100%;
	padding: 8px 16px;
	border: 0;
	border-radius: 16px;
	background: #fafafa;
	color: #000000;
	font-family: Dana, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.dastchin-aali-comments textarea {
	min-height: 208px;
	resize: vertical;
}

.dastchin-aali-comments p {
	margin: 0 0 14px;
}

.dastchin-aali-comments__submit,
.dastchin-aali-comments .submit {
	padding: 8px 16px;
	border: 0;
	border-radius: 8px;
	background: #04372b;
	color: #ffffff;
	font-family: Dana, Tahoma, sans-serif;
	font-size: 16px;
	cursor: pointer;
}

.dastchin-aali-comments__submit:hover,
.dastchin-aali-comments .submit:hover {
	background: #03281f;
}

@media (max-width: 1024px) {
	.dastchin-aali-single__layout {
		grid-template-columns: 1fr;
	}

	.dastchin-aali-single__aside {
		position: static;
	}

	.dastchin-aali-single__title,
	.dastchin-aali-single__content h2 {
		font-size: 24px;
		line-height: 1.4;
	}
}

@media (max-width: 767px) {
	.dastchin-aali-single__meta {
		width: 100%;
	}

	.dastchin-aali-share {
		width: 100%;
		flex-wrap: wrap;
	}

	.dastchin-aali-single__media img {
		max-height: 220px;
	}
}
