.rgt-price-table-block {
	width: 100%;
	max-width: 100%;
	margin: 0 0 24px;
	overflow-x: visible;
	direction: rtl;
}

.rgt-price-table-title {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 700;
	color: inherit;
}

.rgt-price-table-anchor {
	display: block;
	position: relative;
	top: -90px;
	visibility: hidden;
	scroll-margin-top: 100px;
}

.rgt-price-table-title {
	scroll-margin-top: 100px;
}

.rgt-price-table-description {
	margin: 0 0 14px;
	padding: 10px 14px;
	background-color: #000000;
	line-height: 25px;
	color: #FFFFFF;
	border-radius: 14px 14px 14px 14px;
	white-space: pre-line;
	overflow-wrap: anywhere;
	text-align: center;
}

.tablepress.rgt-price-table {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 15px;
	box-shadow: 0 15px 20px 0 #00000014;
	font-size: 13px;
	overflow: hidden;
	direction: rtl;
}

.tablepress.rgt-price-table > :where(thead, tfoot) > * > th,
.tablepress.rgt-price-table > * + tbody > * > *,
.tablepress.rgt-price-table > tbody > * ~ * > *,
.tablepress.rgt-price-table > tfoot > * > * {
	text-align: center;
}

.tablepress.rgt-price-table > :where(thead, tfoot) > * > th {
	background-color: #b31818 !important;
	color: #fff !important;
}

.tablepress.rgt-price-table th,
.tablepress.rgt-price-table td {
	box-sizing: border-box;
	padding: 12px 10px;
	line-height: 1.8;
	vertical-align: middle;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	border-left: 1px solid #dddddd !important;
	border-bottom: 1px solid #dddddd;
}

.tablepress.rgt-price-table th:last-child,
.tablepress.rgt-price-table td:last-child {
	border-left: 0 !important;
}

.tablepress.rgt-price-table thead th:last-child {
	border-radius: 14px 0 0 0;
}

.tablepress.rgt-price-table thead th:first-child {
	border-radius: 0 14px 0 0;
}

.tablepress.rgt-price-table tbody tr:last-child > td {
	border-bottom: 0;
}

.tablepress.rgt-price-table > tbody > tr:nth-child(odd) > * {
	background-color: #fff !important;
}

.tablepress.rgt-price-table > tbody > tr:nth-child(even) > * {
	background-color: #f9f9f9 !important;
}

.tablepress.rgt-price-table > tbody > tr:hover > * {
	background-color: #f3f3f3 !important;
}

@media (max-width: 640px) {
	.rgt-price-table-title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.tablepress.rgt-price-table {
		font-size: 11px;
	}

	.tablepress.rgt-price-table th,
	.tablepress.rgt-price-table td {
		padding: 8px 5px;
		line-height: 1.7;
	}
}

@media (max-width: 420px) {
	.tablepress.rgt-price-table {
		font-size: 10px;
	}

	.tablepress.rgt-price-table th,
	.tablepress.rgt-price-table td {
		padding: 7px 4px;
	}
}
