.nt-review-plans {
	--nt-review-blue: #00498e;
	--nt-review-ink: #123d63;
	--nt-review-text: #244d73;
	--nt-review-muted: #6c86a0;
	--nt-review-head: #e9f8ff;
	--nt-review-row: rgba(255, 255, 255, 0.96);
	--nt-review-border: rgba(128, 194, 236, 0.36);
	--nt-review-shadow: rgba(71,75,255,.075) 0px 2px 5px;
	clear: both;
	margin: 2.2rem 0 1.8rem;
	color: var(--nt-review-text);
	direction: rtl;
}

.nt-review-plans__title {
	margin: 0 0 0.95rem;
	color: var(--nt-review-ink);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	text-align: right;
}

.nt-review-plans a:not(.nt-review-table__button) {
	color: var(--nt-review-blue);
	font-weight: 850;
	text-decoration: none;
}

.nt-review-plans a:not(.nt-review-table__button):hover {
	color: #0874ce;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.nt-review-table-wrap {
	margin-top: 1rem;
	overflow: visible;
}

.nt-review-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0 6px;
	table-layout: fixed;
	background: transparent;
}

.nt-review-table__col--current-price,
.nt-review-table__col--old-price {
	width: 115px;
}

.nt-review-table__col--company {
	width: 130px;
}

.nt-review-table th,
.nt-review-table td {
	padding: 0.84rem 0.2rem;
	border: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.65;
}

.nt-review-table th {
	background: var(--nt-review-head);
	color: #174a72;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.nt-hosting-companies-table .nt-review-table__header-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.38rem;
	max-width: 100%;
	color: inherit;
}

.nt-hosting-companies-table .nt-review-table__header-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	color: inherit;
}

.nt-hosting-companies-table .nt-review-table__header-icon-svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nt-hosting-companies-table .nt-review-table__header-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nt-hosting-companies-table .nt-review-table__mobile-label {
	display: none;
}

.nt-review-table th:first-child {
	border-radius: 0 16px 16px 0;
}

.nt-review-table th:last-child {
	border-radius: 16px 0 0 16px;
}

.nt-review-table tbody td {
	background: var(--nt-review-row);
	border-top: 1px solid rgba(170, 214, 242, 0.28);
	border-bottom: 1px solid rgba(170, 214, 242, 0.28);
}

.nt-review-table tbody td:first-child {
	border-right: 1px solid rgba(170, 214, 242, 0.28);
	border-radius: 0 18px 18px 0;
}

.nt-review-table tbody td:last-child {
	border-left: 1px solid rgba(170, 214, 242, 0.28);
	border-radius: 18px 0 0 18px;
}

.nt-review-table tbody tr:hover td {
	background: #f7fdff;
}

.nt-review-table__cell.is-green,
.nt-review-info__value.is-green {
	color: #139838;
	font-weight: 700;
}

.nt-review-table__cell.is-red,
.nt-review-info__value.is-red {
	color: #dd2f45;
	font-weight: 700;
}

.nt-review-table__cell.is-bold,
.nt-review-info__value.is-bold {
	font-weight: 600;
	color: #4e6a92;
}

.nt-review-table__extra {
	display: block;
	margin: 0.26rem 0;
	color: var(--nt-review-muted);
	font-size: 11px;
	font-weight: 300;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.nt-review-table__extra.is-green {
	color: #139838;
}

.nt-review-table__extra.is-red {
	color: #dd2f45;
}

.nt-review-table__extra.is-bold {
	font-weight: 800;
}

.nt-review-table__plan {
	color: #4e6a92;
	font-weight: 600;
}

.nt-review-price-current,
.nt-review-price-old {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.28rem;
	box-sizing: border-box;
	max-width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #139838;
	white-space: nowrap;
}

.nt-review-price-period {
	color: var(--nt-review-muted);
	font-size: 0.52em;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
}

.nt-review-price-old {
	color: #dd2f45;
	text-decoration: none;
}

.nt-review-price-old .nt-review-price-value {
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.nt-review-price-old .nt-review-price-period {
	text-decoration: none !important;
}

.nt-review-table td.nt-review-table__cell--current-price,
.nt-review-table td.nt-review-table__cell--old-price {
	padding-right: 0.42rem;
	padding-left: 0.42rem;
}

.nt-review-table__cell--current-price .nt-review-price-value,
.nt-review-table__cell--old-price .nt-review-price-value {
	font-size: 1.08em;
	line-height: 1;
}

.nt-review-plans.has-price-boxes .nt-review-price-current,
.nt-review-plans.has-price-boxes .nt-review-price-old,
.nt-review-package-mobile.has-price-boxes .nt-review-price-current,
.nt-review-package-mobile.has-price-boxes .nt-review-price-old {
	min-width: 100px;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(21, 101, 192, 0.34);
	border-radius: 8px;
	background: transparent;
	box-shadow: none;
}

.nt-review-plans.has-price-boxes .nt-review-price-current,
.nt-review-package-mobile.has-price-boxes .nt-review-price-current {
	border-color: #ccd6dd8a;
}

.nt-review-plans.has-price-boxes .nt-review-price-old,
.nt-review-package-mobile.has-price-boxes .nt-review-price-old {
	border-color: #ccd6dd8a;
}

.nt-review-feature-list {
	display: grid;
	/*gap: 0.18rem;*/
	box-sizing: border-box;
	width: max-content;
	max-width: 100%;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
	list-style: none !important;
	color: #385d82;
	font-size: 13px;
	line-height: 1.45;
	text-align: right;
	counter-reset: nt-review-feature;
}

.nt-review-feature-list li {
	position: relative;
	box-sizing: border-box;
	min-width: 0;
	margin: 0 !important;
	padding: 0 .6rem !important;
	list-style: none !important;
	overflow-wrap: anywhere;
}

.nt-review-feature-list li::before {
	content: "\2022";
	position: absolute;
	right: 0;
	top: 0;
	color: #22a36a;
	font-size: 0.92em;
	font-weight: 900;
	line-height: inherit;
}

.nt-review-feature-list--number li {
	counter-increment: nt-review-feature;
	padding-right: 1.35rem !important;
}

.nt-review-feature-list--number li::before {
	content: counter(nt-review-feature) ".";
	color: #1565c0;
	font-size: 0.9em;
}

.nt-review-feature-list--dash li::before {
	content: "\002D";
	color: #a6afbd;
}

.nt-review-feature-list--star li::before {
	content: "\002A";
	color: #f5a524;
}

.nt-review-feature-list--check li::before {
	content: "\2713";
	color: #139838;
}

.nt-review-feature-list--wrong li::before {
	content: "\00D7";
	color: #dd2f45;
}

.nt-review-feature-list a {
	color: var(--nt-review-blue);
	font-weight: 800;
	text-decoration: none;
}

.nt-review-feature-list a:hover {
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.nt-review-feature-list strong,
.nt-review-feature-list b {
	font-weight: 600;
	font-size: 11px;
	color: #4e6a92;
}

.nt-review-table__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(96px, 100%);
	max-width: 100%;
	box-sizing: border-box;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	text-align: center;
	padding: 13px 0.76rem;
	border-radius: 15px;
	background: linear-gradient(180deg, #20c24b 0%, #129537 100%);
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	transition: box-shadow 0.2s ease, filter 0.2s ease, background-color 0.2s ease;
}

.nt-review-table__button:hover,
.nt-review-table__button:focus {
	color: #ffffff !important;
	filter: saturate(1.05);
	background: linear-gradient(160deg, #1565c0 0%, #1e88e5 100%);
}

.nt-review-package-table .nt-review-table__cell--button .nt-review-table__button {
	width: 80%;
	min-width: 0;
	max-width: 100%;
}

.nt-review-table__coupon,
.nt-coupon-code.nt-review-table__coupon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 0.44rem 0.68rem;
	border: 1.5px dashed #004a90;
	border-radius: 12px;
	background: linear-gradient(135deg, #f0f6ff, #e6f0fc);
	color: #00498e;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-align: center;
	overflow-wrap: anywhere;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nt-review-table__coupon:hover,
.nt-review-table__coupon:focus,
.nt-review-table__coupon.is-copied {
	border-color: #0ea060;
	background: #f0f6ff;
	color: #000;
}

.nt-hosting-companies-table .nt-review-table__cell--button .nt-review-table__coupon--under-button {
	display: flex;
	width: fit-content;
	min-width: 0;
	max-width: min(100%, 108px);
	margin: 0.4rem auto 0;
	padding: 0.28rem 0.52rem;
	border-width: 1px;
	border-radius: 8px;
	font-size: 10px;
	line-height: 1.15;
}

.nt-hosting-companies-table .nt-company-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-width: 0;
	max-width: 100%;
}

.nt-hosting-companies-table .nt-company-logo {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
	border: 0;
}

.nt-hosting-companies-table .nt-company-name {
	color: #4e6a92;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	display: block;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
	hyphens: auto;
}

.nt-hosting-companies-table .nt-coupon-code {
	color: var(--nt-review-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.nt-review-package-mobile {
	display: none;
}

.nt-review-table__cell--text {
	font-weight: 300;
}

@media (max-width: 900px) {
	.nt-review-table-wrap {
		margin-top: 1rem;
	}

	.nt-hosting-companies-table .nt-review-card-table colgroup {
		display: none;
	}

	.nt-review-card-table,
	.nt-review-card-table thead,
	.nt-review-card-table tbody,
	.nt-review-card-table tr,
	.nt-review-card-table th,
	.nt-review-card-table td {
		display: block;
		width: 100%;
	}

	.nt-review-card-table {
		border-spacing: 0;
	}

	.nt-review-card-table thead {
		display: none;
	}

	.nt-review-card-table tr {
		width: min(100%, 520px);
		margin: 0 auto 1rem;
		padding: 1rem;
		border: 1px solid var(--nt-review-border);
		border-radius: 22px;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 252, 255, 0.94));
		box-shadow: 0 14px 28px rgba(22, 78, 126, 0.09);
		filter: none !important;
	}

	.nt-review-card-table tr:hover {
		background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(237, 250, 255, 0.98));
	}

	.nt-review-card-table td {
		padding: 0.58rem 0;
		border: 0 !important;
		border-bottom: 1px solid rgba(170, 214, 242, 0.22) !important;
		border-radius: 0 !important;
		background: transparent !important;
		text-align: center;
	}

	.nt-review-card-table td:last-child {
		border-bottom: 0 !important;
	}

	.nt-review-card-table td::before {
		content: attr(data-label);
		display: block;
		margin-bottom: 0.28rem;
		color: var(--nt-review-muted);
		font-size: 12px;
		font-weight: 900;
		text-align: center;
	}

	.nt-hosting-companies-table.has-header-icons .nt-review-card-table td::before {
		display: none;
	}

	.nt-hosting-companies-table .nt-review-table__mobile-label {
		display: flex;
		justify-content: center;
		margin-bottom: 0.28rem;
		color: var(--nt-review-muted);
		font-size: 12px;
		font-weight: 900;
		line-height: 1.4;
		text-align: center;
	}

	.nt-hosting-companies-table .nt-review-table__mobile-label .nt-review-table__header-icon {
		flex-basis: 15px;
		width: 15px;
		height: 15px;
	}

	.nt-hosting-companies-table .nt-review-table__mobile-label .nt-review-table__header-icon-svg {
		width: 15px;
		height: 15px;
	}

	.nt-review-feature-list {
		width: fit-content;
		max-width: min(100%, 420px);
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: right;
	}

	.nt-review-table__button {
		width: 60%;
		min-width: min(150px, 100%);
		max-width: 250px;
	}

	.nt-review-package-table .nt-review-table__cell--button .nt-review-table__button,
	.nt-review-package-mobile .nt-review-table__cell--button .nt-review-table__button {
		width: 80%;
		min-width: 0;
		max-width: 100%;
	}

	.nt-review-package-mobile .nt-review-table__cell--button {
		display: block;
		width: 100%;
	}

	.nt-review-package-table .nt-review-table-wrap {
		display: none;
	}

	.nt-review-package-mobile {
		display: grid;
		gap: 1rem;
		margin-top: 1rem;
	}

	.nt-review-package-mobile__card {
		width: min(100%, 520px);
		margin: 0 auto;
		padding: 1rem;
		border: 1px solid var(--nt-review-border);
		border-radius: 22px;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 252, 255, 0.94));
		box-shadow: 0 14px 28px rgba(22, 78, 126, 0.09);
		color: var(--nt-review-text);
	}

	.nt-review-package-mobile__item {
		display: grid;
		gap: 0.28rem;
		justify-items: center;
		padding: 0.58rem 0;
		border-bottom: 1px solid rgba(170, 214, 242, 0.22);
		text-align: center;
	}

	.nt-review-package-mobile__item:last-child {
		border-bottom: 0;
	}

	.nt-review-package-mobile__item strong {
		display: block;
		margin-bottom: 0.28rem;
		color: var(--nt-review-muted);
		font-size: 12px;
		font-weight: 900;
		line-height: 1.35;
		text-align: center;
	}

	.nt-review-package-mobile__item > span {
		color: #385d82;
		font-size: 16px;
		line-height: 1.65;
		text-align: center;
	}

	.nt-review-package-mobile .nt-review-price-current,
	.nt-review-package-mobile .nt-review-price-old {
		min-width: 0;
		font-size: 17px;
	}

	.nt-hosting-companies-table .nt-company-logo {
		width: 58px;
		height: 58px;
	}

	.nt-hosting-companies-table .nt-company-name {
		font-size: 15px;
		max-width: min(100%, 220px);
	}

	.nt-hosting-companies-table .nt-coupon-code {
		font-size: 13px;
	}
}

@media (max-width: 560px) {
	.nt-review-card-table tr {
		padding: 0.9rem;
		border-radius: 20px;
	}

	.nt-review-price-current,
	.nt-review-price-old {
		min-width: 0;
		font-size: 18px;
	}

	.nt-review-plans.has-price-boxes .nt-review-price-current,
	.nt-review-plans.has-price-boxes .nt-review-price-old,
	.nt-review-package-mobile.has-price-boxes .nt-review-price-current,
	.nt-review-package-mobile.has-price-boxes .nt-review-price-old {
		min-width: 100px;
		margin-top: 5px;
		padding: .8rem 1rem;
	}
}
