.adhit-wd-pricing-table {
	margin-bottom: 24px;
	padding: 16px 20px;
	background: #f9f9f9;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
}

.adhit-wd-pricing-table h4 {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 600;
}

.adhit-wd-pricing-table table {
	border-collapse: collapse;
	width: 100%;
	max-width: 420px;
	font-size: 0.9rem;
}

.adhit-wd-pricing-table th,
.adhit-wd-pricing-table td {
	padding: 6px 12px;
	border: 1px solid #ddd;
	text-align: left;
}

.adhit-wd-pricing-table th {
	background: #efefef;
	font-weight: 600;
}

.adhit-wd-pricing-table tr.adhit-wd-active td {
	background: #fff3cd;
	font-weight: 700;
}
