/* ================================================================
   صفحه‌ی نمایش هر خدمت — استایل
   نکته: بخش نمودار (.tm-chart) و جدول قیمت (.tm-price-table) از
   استایل خودِ قالب Tamis استفاده می‌کنند و اینجا تعریف نشده‌اند.
   ================================================================ */

.tzo-svc {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 0 90px;
	font-family: inherit;
	color: #2b3a4a;
}

/* ---------- نوار بالا (خارج از عکس): منو + رزرو تلفنی ---------- */
.tzo-svc-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 16px;
}
.tzo-svc-topbar__menu {
	background: #f0f4f7;
	border: none;
	border-radius: 10px;
	width: 38px;
	height: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	cursor: pointer;
	flex-shrink: 0;
}
.tzo-svc-topbar__menu span {
	display: block;
	width: 17px;
	height: 2px;
	background: #223142;
	border-radius: 2px;
}
.tzo-svc-topbar__reserve {
	display: flex;
	align-items: center;
	gap: 6px;
	background: linear-gradient(90deg, #17c1f0, #0a93cf);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 800;
	font-family: inherit;
	border: none;
	cursor: pointer;
	padding: 9px 18px;
	border-radius: 20px;
	box-shadow: 0 4px 14px rgba(10, 147, 207, 0.3);
}
.tzo-svc-topbar__reserve-icon {
	display: flex;
}
.tzo-svc-topbar__end {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}
.tzo-svc-topbar__account {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #eaf7fd;
	color: #0a93cf;
	flex-shrink: 0;
}
.tzo-svc-topbar__account:hover { color: #0a93cf; }

/* ---------- هیرو: breadcrumb (بالای عکس) و عنوان+امتیاز (پایین عکس) ---------- */
.tzo-svc-hero {
	padding: 0 16px 4px;
}
.tzo-svc-hero__media {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 14px;
	aspect-ratio: 2.2 / 1;
}
.tzo-svc-hero__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* مسیر (Breadcrumb): نوار خاکستری روشن و مات، طبق مشخصات دقیق کاربر */
.tzo-svc-crumb {
	display: inline-flex;
	align-items: center;
	background-color: rgb(245, 245, 245);
	height: 32px;
	border-radius: 8px;
	padding: 0 13px;
	color: rgb(51, 51, 51);
	position: absolute;
	top: 10px;
	right: 10px;
	gap: 5px;
	font-size: 11px;
	white-space: nowrap;
}
.tzo-svc-crumb a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
.tzo-svc-crumb .is-current {
	color: rgb(51, 51, 51);
	font-weight: 800;
}

/* عنوان + امتیاز: پایین عکس، روی نوار آبی نیمه‌شفاف، عنوان بالا و امتیاز زیرش */
.tzo-svc-hero__overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 6px;
	padding: 1rem;
	background: linear-gradient(rgba(34, 34, 34, 0), rgba(34, 34, 34, 0.4) 25%, rgb(34, 34, 34));
}
.tzo-svc-hero__title {
	font-size: 17px;
	font-weight: 900;
	margin: 0;
	color: #fff;
}
.tzo-svc-rating {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 6px;
}
.tzo-svc-rating__count {
	font-size: 10.5px;
	color: #fff;
	white-space: nowrap;
}
.tzo-svc-rating__badge {
	display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 1px 9px;
    border-radius: 10px;
    white-space: nowrap;
    border: 2px solid #17c1f0;
}
.tzo-svc-rating__star {
	color: #ffd75e;
	font-size: 12px;
}

/* ---------- امتیاز زیر هیرو ---------- */
.tzo-svc-rating {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	color: #3a4a58;
}
.tzo-svc-rating__star {
	color: #17c1f0;
	font-size: 15px;
}
.tzo-svc-rating__num {
	font-weight: 800;
}
.tzo-svc-rating__count {
color: #ffffff;
    font-size: 0.75rem;
    font-weight: 300;
    margin-right: 0.17rem;
}

/* ---------- سه آیکون توضیحی ---------- */
/* ---------- بنرِ اعتمادسازی: پرداخت بعد از اتمامِ کار ---------- */
.tzo-svc-payment-badge {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 7px 16px 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: linear-gradient(135deg, #eafff2, #eaf9fe);
	border: 1px solid #d6f3e4;
}
.tzo-svc-payment-badge__icon {
	flex: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1cc26b, #17c1f0);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px -3px rgba(28, 194, 107, 0.45);
}
.tzo-svc-payment-badge__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.tzo-svc-payment-badge__text b {
	font-size: 13.5px;
	font-weight: 800;
	color: #16643f;
}
.tzo-svc-payment-badge__text span {
	font-size: 11.5px;
	color: #5b8a76;
	line-height: 1.7;
}

.tzo-svc-perks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 16px 16px 4px;
}
.tzo-svc-perk {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
}
.tzo-svc-perk__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #eaf7fd;
	color: #0a93cf;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tzo-svc-perk__text {
	font-size: 11px;
	line-height: 1.6;
	color: #5a7080;
	font-weight: 600;
}

/* ---------- بخش تعرفه (کارت‌سازی دور نمودار/جدول قالب) ---------- */
.tzo-svc-tariff {
	padding: 18px 16px 6px;
}
.tzo-svc-tariff .tm-tariff__title {
	margin: 0;
}

/* وقتی ستون «خانم» حذف شده (خدماتی مثل راه‌پله)، گرید ۳ستونه‌ی قالب باید ۲ستونه بشود */
.tm-price-table--men-only .tm-price-table__cols,
.tm-price-table--men-only .tm-price-table__row {
	grid-template-columns: 1fr 1fr;
}
.tm-price-table--men-only .tm-price-table__cols span {
	text-align: center;
}
.tzo-svc-extra-table {
	margin-top: 14px;
	background: #fdf3e2;
	border-radius: 12px;

}
.tzo-svc-extra-table .tm-price-table__head {
	background: #fdf3e2;
	color: #8a5a06;
}
.tm-price-table__row.tzo-svc-extra-table__row {
	display: flex !important;
	justify-content: space-between;
	gap: 10px;
	grid-template-columns: none;
}
.tzo-svc-extra-table__label {
	font-size: 12px;
    color: #3d3d3d;
    white-space: normal;
}
.tzo-svc-extra-table__row .tm-price-table__value {
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: 500;
    background: #fdf3e2;
    color: #b2790a;
    padding: 4px 7px;
    border-radius: 7px;
}
.tzo-svc-hourly-title {
font-size: 12px;
    font-weight: 900;
    color: #7a8a99;
    margin: 0px -5px 4px;
    white-space: nowrap;
}
.tm-tariff__title {
	font-size: 16.5px;
	font-weight: 900;
	margin-bottom: 12px;
	color: #0a5f85;
}

/* ---------- متخصصان برتر و بخش‌های فوتر قالب (reuse از قالب Tamis) ---------- */
.tzo-svc-pros {
	margin-top: 24px;
	padding: 0 16px;
}
.tzo-svc-pros .tm-section-head {
	padding: 0 0 10px;
}
.tzo-svc-pros .tm-carousel--pros {
	padding: 0;
}
.tm-trust-wrap,
.tm-stats {
	margin-top: 10px;
}
.tm-about {
	margin-top: 10px;
}

/* ---------- تب‌های اطلاعات ---------- */
/* ---------- CTA میانی، درست زیرِ جدولِ قیمت ---------- */
.tzo-svc-mid-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin: 18px 16px 4px;
}
.tzo-svc-mid-cta__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 15px;
	border-radius: 16px;
	background: linear-gradient(90deg, #f6a80a, #e0910a);
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14.5px;
	font-weight: 800;
	box-shadow: 0 10px 24px -10px rgba(224, 145, 10, 0.55);
}
.tzo-svc-mid-cta__hint {
	font-size: 11px;
	color: #8095a3;
}

.tzo-svc-tabs {
	margin: 20px 16px 0;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 14px rgba(20, 60, 90, 0.06);
}
.tzo-svc-tabs__nav {
	display: flex;
	border-bottom: 1px solid #eef2f5;
}
.tzo-svc-tabs__btn {
	flex: 1;
	background: none;
	border: none;
	padding: 14px 6px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	color: #8095a3;
	cursor: pointer;
	position: relative;
}
.tzo-svc-tabs__btn.is-active {
	color: #0a93cf;
	background-color: #d8f3ff;
}
.tzo-svc-tabs__panel {
	display: none;
	padding: 18px 16px 20px;
}
.tzo-svc-tabs__panel.is-active {
	display: block;
	animation: tzoSvcFade 0.25s ease;
}
@keyframes tzoSvcFade {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.tzo-svc-richtext {
	font-size: 13.5px;
	line-height: 2;
	color: #3a4a58;
}
.tzo-svc-richtext p { margin: 0 0 12px; }
.tzo-svc-richtext h2 {
	font-size: 15.5px;
}
.tzo-svc-richtext img {
	border-radius: 14px;
	max-width: 100%;
	height: auto;
	display: block;
}
.tzo-svc-empty {
	font-size: 13px;
	color: #9aabb5;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

/* ---------- کوتاه‌شده/بازشوی توضیحات (مشاهده مطالب بیشتر) ---------- */
.tzo-svc-desc-wrap {
	position: relative;
	overflow: hidden;
	max-height: 400px;
	transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.tzo-svc-desc-wrap.is-open {
	max-height: 4000px; /* عدد بزرگ کافی برای هر طول متنی */
}
.tzo-svc-desc-fade {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	height: 70px;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
	pointer-events: none;
	transition: opacity 0.25s ease;
}
.tzo-svc-desc-wrap.is-open .tzo-svc-desc-fade {
	opacity: 0;
	pointer-events: none;
}
.tzo-svc-desc-toggle-row {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}
.tzo-svc-desc-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #eaf7fd;
	color: #0a6ea8;
	border: none;
	border-radius: 20px;
	padding: 9px 18px;
	font-family: inherit;
	font-size: 12.5px;
	font-weight: 800;
	cursor: pointer;
}
.tzo-svc-desc-toggle__icon {
	transition: transform 0.3s ease;
	flex-shrink: 0;
}
.tzo-svc-desc-toggle.is-open .tzo-svc-desc-toggle__icon {
	transform: rotate(180deg);
}

.tzo-svc-terms__title {
	font-size: 15px;
	font-weight: 900;
	color: #0a6ea8;
	margin: 0 0 12px;
}
.tzo-svc-terms {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13.5px;
	line-height: 2.1;
	color: #3a4a58;
}
.tzo-svc-terms li {
	position: relative;
	margin-bottom: 8px;
	padding-right: 18px;
	line-height: 24px;
}
.tzo-svc-terms li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0a93cf;
}

/* ---------- نظرات ---------- */
.tzo-svc-reviews {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.tzo-svc-review {
	position: relative;
	background: #fff;
	border: 1px solid #eef2f5;
	border-radius: 12px;
	padding: 14px;
	box-shadow: 0 2px 10px rgba(20, 60, 90, 0.04);
}
.tzo-svc-review__badge {
	position: absolute;
	top: -10px;
	left: 12px;
	display: flex;
	align-items: center;
	gap: 3px;
	background: #eafaf0;
	color: #1a9c56;
	border: 1px solid #cdeedb;
	font-size: 11px;
	font-weight: 800;
	padding: 3px 10px;
	border-radius: 20px;
}
.tzo-svc-review__badge-star {
	color: #1a9c56;
	font-size: 11px;
}
.tzo-svc-review__head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}
.tzo-svc-review__avatar {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #eef2f5;
	color: #8095a3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tzo-svc-review__who {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.tzo-svc-review__name {
	font-size: 13px;
	font-weight: 800;
	color: #223142;
}
.tzo-svc-review__meta {
	font-size: 10.5px;
	color: #9aabb5;
}
.tzo-svc-review__text {
	font-size: 12.5px;
	line-height: 1.9;
	color: #5a7080;
	margin: 0;
}
.tzo-svc-review__cleaner {
	color: #0a93cf;
	font-weight: 700;
}

/* ---------- نوار پایین: سفارش آنلاین + رزرو تلفنی ---------- */
.tzo-svc-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
	z-index: 50;
	padding: 10px 14px;
	padding-bottom: max(10px, env(safe-area-inset-bottom));
	display: flex;
	gap: 8px;
	max-width: 760px;
	margin: 0 auto;
}
.tzo-svc-footer__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 7;
	text-align: center;
	background: linear-gradient(90deg, #17c1f0, #0a93cf);
	color: #fff !important;
	border: none;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 800;
	font-family: inherit;
	cursor: pointer;
	padding: 15px 10px;
	text-decoration: none !important;
}
.tzo-svc-footer__btn:active {
	transform: scale(0.99);
}
.tzo-svc-footer__call {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex: 3;
	background: linear-gradient(225deg, #6bb927 0%, rgb(157, 196, 77) 100%);
	color: #fff;
	border: none;
	border-radius: 14px;
	font-size: 13.5px;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	padding: 15px 8px;
	white-space: nowrap;
}
.tzo-svc-footer__call:active {
	transform: scale(0.99);
}

/* ---------- پاپ‌آپ شماره‌های تماس ---------- */
.tzo-call-modal[hidden] {
	display: none;
}
.tzo-call-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.tzo-call-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 30, 40, 0.55);
	animation: tzoCallFadeIn 0.25s ease;
}
.tzo-call-modal__card {
	position: relative;
	width: 100%;
	max-width: 460px;
	max-height: 82vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 22px 22px 0 0;
	padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
	animation: tzoCallSlideUp 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 560px) {
	.tzo-call-modal {
		align-items: center;
	}
	.tzo-call-modal__card {
		border-radius: 22px;
		max-height: 80vh;
	}
}
@keyframes tzoCallFadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@keyframes tzoCallSlideUp {
	0%   { opacity: 0; transform: translateY(100%); }
	60%  { opacity: 1; }
	100% { opacity: 1; transform: translateY(0); }
}
.tzo-call-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}
.tzo-call-modal__title {
	font-size: 16.5px;
	font-weight: 900;
	color: #223142;
	margin: 0;
}
.tzo-call-modal__close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	background: #f0f4f7;
	color: #5a7080;
	cursor: pointer;
	flex-shrink: 0;
}

/* ---------- کارت رزرو تلفنی (بالای لیست شماره‌ها) — دقیقاً مطابق کارت tm-support قالب ---------- */
.tzo-call-modal__featured {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #eaf7fd;
	border-radius: 16px;
	padding: 12px 16px;
	margin-bottom: 16px;
	text-decoration: none !important;
}
.tzo-call-modal__featured-start {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.tzo-call-modal__featured-avatars {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.tzo-call-modal__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #cfe9f5;
	color: #0a93cf;
	border: 2px solid #fff;
	flex-shrink: 0;
	overflow: hidden;
}
.tzo-call-modal__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.tzo-call-modal__avatar:not(:first-child) {
	margin-right: -11px;
}
.tzo-call-modal__featured-text {
	text-align: right;
	min-width: 0;
}
.tzo-call-modal__featured-text .tzo-call-modal__featured-title {
	font-size: 13.5px;
	font-weight: 900;
	color: #223142;
}
.tzo-call-modal__featured-text .tzo-call-modal__featured-hours {
	margin-top: 2px;
	font-size: 11.5px;
	font-weight: 700;
	color: #6b93a8;
	white-space: nowrap;
}
.tzo-call-modal__featured-call-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}
.tzo-call-modal__featured-call-label {
	font-size: 10.5px;
	font-weight: 800;
	color: #0a93cf;
}
.tzo-call-modal__featured-call {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-shrink: 0;
	background: #00aeef;
	color: #fff !important;
	border-radius: 12px;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 900;
	direction: rtl;
	white-space: nowrap;
	box-shadow: 0 8px 6px rgba(0, 174, 239, 0.15);
}
.tzo-call-modal__featured-call svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.tzo-call-modal__list {
	display: flex;
	flex-direction: column;
}
.tzo-call-modal__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 4px;
	border-bottom: 1px solid #f0f3f5;
	text-decoration: none !important;
}
.tzo-call-modal__row:last-child {
	border-bottom: none;
}
.tzo-call-modal__number {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
	color: #189c47;
	font-weight: 800;
	font-size: 13.5px;
}
.tzo-call-modal__number svg {
	background: #eafaf0;
	border-radius: 50%;
	padding: 6px;
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	flex-shrink: 0;
}
.tzo-call-modal__label {
	color: #5a7080;
	font-weight: 600;
	font-size: 13px;
}

/* ---------- منوی کشویی موبایل (سایدبار همبرگری) ---------- */
.tzo-mobile-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 300;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	backdrop-filter: blur(2px);
}
.tzo-mobile-overlay.is-active {
	opacity: 1;
	visibility: visible;
}
.tzo-mobile-sidebar {
	position: fixed;
	top: 0;
	right: -100%;
	width: 280px;
	max-width: 90vw;
	height: 100vh;
	background: #f8f8f8;
	z-index: 301;
	transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	overflow-y: auto;
	box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
}
.tzo-mobile-sidebar.is-active {
	right: 0;
}
.tzo-mobile-sidebar__close {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.85);
	color: #223142;
	cursor: pointer;
	flex-shrink: 0;
}
.tzo-mobile-sidebar__header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 165px;
	position: relative;
}
.tzo-mobile-sidebar__banner {
	background-color: #91e8ff;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #434345;
}
.tzo-mobile-sidebar__banner img {
	width: 100%;
	position: absolute;
	bottom: -3px;
	right: 0;
}
.tzo-mobile-sidebar__content {
	padding: 18px;
}
.tzo-mobile-sidebar__logo-area {
	text-align: center;
	margin-bottom: 15px;
}
.tzo-mobile-sidebar__logo {
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	color: #00a9e0;
	text-decoration: none;
}
.tzo-mobile-sidebar__cta {
	display: block;
	background: linear-gradient(135deg, #56ccf2 0%, #2f80ed 100%);
	color: #fff !important;
	padding: 13px 25px;
	border-radius: 25px;
	text-align: center;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.tzo-mobile-sidebar__login {
	display: block;
	background: #fff;
	border: 1.5px solid #2f80ed;
	color: #2f80ed !important;
	padding: 11px 25px;
	border-radius: 25px;
	text-align: center;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
.tzo-mobile-sidebar__nav {
	padding-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 11px;
}
.tzo-mobile-sidebar__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #e6e6e6;
	border-radius: 5px;
	padding: 12px 14px;
	color: #6a6b6c;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 600;
}
.tzo-mobile-sidebar__arrow {
	flex-shrink: 0;
	stroke: #718096;
}
.tzo-mobile-sidebar__footer {
	margin: 30px 0 10px;
    padding-top: 4px;
    border-top: 1px dashed #b8c1c8;
}
.tzo-mobile-sidebar__phone {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none !important;
	padding: 10px 0;
}
.tzo-mobile-sidebar__phone-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #e6f7fd;
	color: #00a9e0;
	margin-bottom: 10px;
}
.tzo-mobile-sidebar__phone-number {
display: block;
    direction: ltr;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.tzo-mobile-sidebar__phone-text {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #8a94a0;
	margin-top: 6px;
}

/* ---------- دسکتاپ ---------- */
@media (min-width: 780px) {
	.tzo-svc-hero__title { font-size: 26px; }
	.tzo-svc-tabs__btn { font-size: 14px; padding: 16px 10px; }
}

/* ---------- نوار بالای موبایل/دسکتاپ برای صفحات عادی وردپرس (singular.php) ----------
   نکته: عمداً از اسم site-mobile/site-desktop استفاده نشده چون قبلا تو تم برای
   پوسته‌ی تمام‌صفحه‌ی اپلیکیشن (صفحه‌ی اصلی) استفاده شده و تصادف اسمی ایجاد می‌کرد. */
@media (min-width: 901px) {
	.tzo-page-topbar-mobile { display: none !important; }
}
@media (max-width: 900px) {
	.tzo-page-topbar-desktop { display: none !important; }
}
/* ---------- صفحه‌ی «سفارش‌های من» ---------- */
.tzo-myorders-wrap {
	max-width: 480px;
	margin: 0 auto;
	padding: 18px 16px 40px;
}
.tzo-btn {
	display: inline-block;
	width: 100%;
	margin-top: 12px;
	padding: 13px;
	border: none;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.tzo-btn--primary {
	background: #17c1f0;
	color: #fff;
}
.tzo-btn--primary:hover { background: #0a93cf; color: #fff; }

.tzo-myorders-login #tzoMoResendBtn {
	width: 100%;
	margin-top: 8px;
	text-align: center;
}

.tzo-myorders-login__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-bottom: 16px;
	border-radius: 20px;
	background: linear-gradient(150deg, #17c1f0, #0a6ea8);
	box-shadow: 0 12px 26px rgba(10, 110, 168, 0.28);
}
.tzo-myorders-login__title {
	margin: 0 0 8px;
	font-size: 19px;
	font-weight: 900;
	color: #223142;
}
.tzo-myorders-login__head {
	display: flex;
	margin-bottom: 6px;
}
.tzo-myorders-login__back {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 11px;
	background: #f4f9fb;
	color: #46586a;
	cursor: pointer;
}
.tzo-myorders-login__edit {
	display: inline;
	margin-right: 4px;
	padding: 0;
	border: none;
	background: none;
	color: #0a93cf;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.tzo-myorders-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 4px;
}
.tzo-myorders-logout {
	border: 1px solid #e3edf4;
	background: #fff;
	color: #e05a6f;
	font-size: 12.5px;
	font-weight: 700;
	padding: 8px 14px;
	border-radius: 10px;
	cursor: pointer;
}
.tzo-myorders-newbtn { text-decoration: none; }

.tzo-myorders-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 18px;
}
.tzo-myorders-item {
	padding: 14px 16px;
	border: 1px solid #e3edf4;
	border-radius: 16px;
	background: #fff;
}
.tzo-myorders-item__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.tzo-myorders-item__title {
	font-size: 14.5px;
	font-weight: 900;
	color: #223142;
}
.tzo-myorders-item__badge {
	flex-shrink: 0;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 10.5px;
	font-weight: 700;
	color: #fff;
}
.tzo-myorders-item__meta {
	margin-top: 6px;
	font-size: 12px;
	color: #7a8a99;
}
.tzo-myorders-item__price {
	margin-top: 6px;
	font-size: 13px;
	font-weight: 900;
	color: #0a93cf;
}
.tzo-myorders-item__address {
	margin-top: 4px;
	font-size: 11.5px;
	color: #9aa8b5;
	line-height: 1.8;
}

/* ---------- فیلترِ وضعیتِ سرویس (در جریان/پایان‌یافته/لغوشده) ---------- */
.tzo-myorders-filter {
	display: flex;
	gap: 8px;
	margin: 14px 0;
	overflow-x: auto;
}
.tzo-myorders-filter__btn {
	flex-shrink: 0;
	padding: 8px 16px;
	border: 1.5px solid #dbe7ef;
	border-radius: 20px;
	background: #fbfdfe;
	font-size: 12.5px;
	font-weight: 700;
	color: #5b6b7b;
	cursor: pointer;
}
.tzo-myorders-filter__btn.is-active {
	border-color: #17c1f0;
	background: #eaf7fd;
	color: #0a93cf;
}

/* ---------- فرمِ اطلاعاتِ شخصی ---------- */
.tzo-myorders-field-label {
	display: block;
	margin: 12px 0 6px;
	font-size: 12.5px;
	font-weight: 700;
	color: #5b6b7b;
}
.tzo-myorders-field-label:first-child { margin-top: 0; }

/* ---------- آدرس‌های ذخیره‌شده ---------- */
.tzo-myorders-address-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 14px;
}
.tzo-myorders-address {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 16px;
	border: 1px solid #e3edf4;
	border-radius: 16px;
	background: #fff;
}
.tzo-myorders-address__title {
	font-size: 13px;
	font-weight: 900;
	color: #223142;
	margin-bottom: 3px;
}
.tzo-myorders-address__text {
	font-size: 12px;
	line-height: 1.9;
	color: #5b6b7b;
}
.tzo-myorders-address__delete {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 10px;
	background: #fdecee;
	color: #e05a6f;
	cursor: pointer;
}