.nvt-wrap {
	--nvt-primary: #2563eb;
	--nvt-primary-dark: #1d4ed8;
	--nvt-text: #2563eb;
	--nvt-row-odd: #f4f5f7;
	--nvt-row-even: #ffffff;
	--nvt-border: #edf0f4;
	--nvt-check: #65b33a;
	--nvt-cross: #ff3b30;
	--nvt-radius: 7px;
	--nvt-gap: 5px;
	--nvt-font-size: 14px;

	width: 100%;
	max-width: 100%;
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
	direction: rtl;
	font-family: inherit;
}

.nvt-wrap,
.nvt-wrap * {
	box-sizing: border-box;
}

.nvt-wrap .nvt-table {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	table-layout: fixed !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: var(--nvt-gap) !important;
	background: transparent !important;
	direction: rtl !important;
	font-family: inherit !important;
	font-size: var(--nvt-font-size) !important;
	line-height: 1.75 !important;
}

.nvt-wrap .nvt-table col {
	min-width: 0 !important;
}

.nvt-wrap .nvt-table thead,
.nvt-wrap .nvt-table tbody,
.nvt-wrap .nvt-table tr {
	border: 0 !important;
	background: transparent !important;
}

.nvt-wrap .nvt-table th,
.nvt-wrap .nvt-table td {
	height: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	padding: 13px 10px !important;
	border: 1px solid var(--nvt-border) !important;
	border-radius: var(--nvt-radius) !important;
	vertical-align: middle !important;
	text-align: center !important;
	white-space: normal !important;
	overflow: hidden !important;
	overflow-wrap: anywhere !important;
	word-wrap: break-word !important;
	word-break: normal !important;
	hyphens: none !important;
	font-family: inherit !important;
}

.nvt-wrap .nvt-table thead th {
	background: linear-gradient(180deg, var(--nvt-primary) 0%, var(--nvt-primary-dark) 100%) !important;
	color: #ffffff !important;
	border-color: transparent !important;
	font-weight: 800 !important;
	font-size: calc(var(--nvt-font-size) + 1px) !important;
	line-height: 1.6 !important;
}

.nvt-wrap .nvt-table tbody tr:nth-child(odd) td {
	background: var(--nvt-row-odd) !important;
}

.nvt-wrap .nvt-table tbody tr:nth-child(even) td {
	background: var(--nvt-row-even) !important;
}

.nvt-wrap .nvt-table tbody td {
	color: var(--nvt-text) !important;
	font-weight: 500 !important;
}

.nvt-wrap .nvt-table tbody .nvt-feature-cell {
	text-align: right !important;
	padding-right: 14px !important;
	padding-left: 14px !important;
}

.nvt-wrap .nvt-table .nvt-check,
.nvt-wrap .nvt-table .nvt-cross {
	text-align: center !important;
	font-size: 20px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
}

.nvt-wrap .nvt-table .nvt-check {
	color: var(--nvt-check) !important;
}

.nvt-wrap .nvt-table .nvt-cross {
	color: var(--nvt-cross) !important;
}

.nvt-wrap .nvt-table a {
	color: var(--nvt-primary-dark) !important;
	font-weight: 700;
	text-decoration: none;
}

.nvt-wrap .nvt-table img {
	max-width: 100% !important;
	height: auto !important;
	border-radius: calc(var(--nvt-radius) - 2px);
}

/* تبلت */
@media (max-width: 1024px) {
	.nvt-wrap .nvt-table th,
	.nvt-wrap .nvt-table td {
		padding: 12px 8px !important;
	}
}

/* موبایل: ستون‌ها کنار هم باقی می‌مانند و جدول به کارت عمودی تبدیل نمی‌شود */
@media (max-width: 767px) {
	.nvt-wrap {
		margin: 14px 0;
		overflow: hidden !important;
	}

	.nvt-wrap .nvt-table {
		width: 100% !important;
		min-width: 0 !important;
		border-spacing: 4px !important;
		font-size: 12px !important;
		line-height: 1.55 !important;
	}

	.nvt-wrap .nvt-table th,
	.nvt-wrap .nvt-table td {
		padding: 10px 5px !important;
		border-radius: 7px !important;
		overflow-wrap: anywhere !important;
		word-break: normal !important;
	}

	.nvt-wrap .nvt-table thead th {
		font-size: 12px !important;
		line-height: 1.45 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.nvt-wrap .nvt-table tbody .nvt-feature-cell {
		padding-right: 7px !important;
		padding-left: 7px !important;
		text-align: right !important;
	}

	.nvt-wrap .nvt-table .nvt-check,
	.nvt-wrap .nvt-table .nvt-cross {
		font-size: 18px !important;
	}
}

/* موبایل‌های خیلی باریک */
@media (max-width: 380px) {
	.nvt-wrap .nvt-table {
		border-spacing: 3px !important;
		font-size: 11px !important;
	}

	.nvt-wrap .nvt-table th,
	.nvt-wrap .nvt-table td {
		padding: 9px 4px !important;
	}

	.nvt-wrap .nvt-table thead th {
		font-size: 11px !important;
	}
}
