.sst-tabs-wrap2 {
	font-family: 'Vazirmatn', Tahoma, sans-serif;
	direction: rtl;
	max-width: 100%;
	box-sizing: border-box;
}

.sst-tabs-wrap2 * {
	box-sizing: border-box;
}

.sst-tabs-nav2 {
	position: relative;
	display: flex;
	gap: 4px;
	background: #0d0f12;
	border: 1px solid #2a2d34;
	border-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 5px;
	margin-bottom: 0;
}

.sst-tabs-nav2 .sst-tab-btn2 {
	position: relative;
	z-index: 1;
	flex: 1 1 0;
	background-color: transparent !important;
	border: none !important;
	color: #82858e !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	padding: 10px 14px !important;
	border-radius: 8px !important;
	text-align: center !important;
	white-space: nowrap !important;
	cursor: pointer;
	transition: color 0.25s ease, background-color 0.25s ease;
}

.sst-tabs-nav2 .sst-tab-btn2.sst-tab-btn-active2 {
	color: #f5f5f0 !important;
	background-color: #c8102e !important;
}

.sst-tabs-indicator2 {
	position: absolute;
	top: 5px;
	bottom: 5px;
	background: #c8102e;
	border-radius: 8px;
	transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
}

.sst-tabs-panels2 {
	position: relative;
	margin-top: 0;
}

.sst-tab-panel2 {
	display: none;
	opacity: 0;
	transform: translateY(6px);
}

.sst-tab-panel-active2 {
	display: block;
	animation: sst-tab-fade-in 0.35s ease forwards;
}

@keyframes sst-tab-fade-in {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.sst-tab-panel-placeholder2 {
	background: #0d0f12;
	border-radius: 16px;
	padding: 2.5rem 1.5rem;
	text-align: center;
	color: #82858e;
	font-size: 14px;
}

/* جدول داخل تب‌ها بدون فاصله به تب بچسبد (فقط همین حالت؛ روی جدول مستقل/بدون تب اثری ندارد) */
.sst-tabs-panels2 .sst-table-wrap {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
