.appapro-dr-tier-pricing {
	margin: 0 0 calc(50vw / var(--context, 14.4));
}

.appapro-dr-tier-pricing__table {
	width: 100%;
	border-collapse: collapse;
	border-radius: calc(3vw / var(--context, 14.4));
	overflow: hidden;
	font-size: var(--font-size-body-sm, 0.875rem);
	text-align: center;
}

.appapro-dr-tier-pricing__table th,
.appapro-dr-tier-pricing__table td {
	padding: 10px !important;
	border: 1px solid #A2A2A2;
	text-align: center;
	vertical-align: middle;
}

.appapro-dr-tier-pricing__table thead tr {
	background: #e1e0e0;
}

.appapro-dr-tier-pricing__table thead th {
	background: #e1e0e0;
	font-weight: 600;
}

.appapro-dr-tier-pricing__table tbody tr {
	background: #fff;
}

.appapro-dr-tier-pricing__table tbody tr:nth-child(even) {
	background: #fff;
}

.appapro-product-discount {
	display: inline-block;
	background: #006694;
	color: #fff;
	font-size: var(--font-size-body-sm, 0.8125rem);
	font-weight: 600;
	line-height: 1;
	padding: 5px 12px;
	border-radius: calc(3vw / var(--context, 14.4));
	margin-bottom: 6px;
	letter-spacing: 0.02em;
}
