.afqp-discount-notice {
	margin: 8px 0 16px;
	max-width: 460px;
	font: inherit;
	font-size: 14px;
	line-height: 1.45;
	color: inherit;
}

.afqp-pricing {
	margin: 24px 0 18px;
	max-width: 460px;
	font-family: inherit;
	color: inherit;
}

.afqp-pricing__title {
	margin: 0 0 9px;
	padding: 0;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: inherit;
}

.afqp-pricing__table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	table-layout: fixed;
}

.afqp-pricing__table th,
.afqp-pricing__table td {
	padding: 7px 8px 7px 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 13px;
	line-height: 1.35;
	text-align: left;
	vertical-align: middle;
}

.afqp-pricing__table th {
	font-weight: 700;
}

.afqp-pricing__table th:nth-child(1),
.afqp-pricing__table td:nth-child(1) {
	width: 34%;
}

.afqp-pricing__table th:nth-child(2),
.afqp-pricing__table td:nth-child(2) {
	width: 34%;
}

.afqp-pricing__table th:nth-child(3),
.afqp-pricing__table td:nth-child(3) {
	width: 32%;
	padding-right: 0;
}

.afqp-pricing__table .woocommerce-Price-amount {
	color: inherit;
	font-weight: 700;
}

.afqp-pricing__table tr.is-active td {
	font-weight: 700;
}

.afqp-pricing__config {
	display: none !important;
}

@media (max-width: 480px) {
	.afqp-discount-notice,
	.afqp-pricing {
		max-width: none;
	}

	.afqp-pricing__table th,
	.afqp-pricing__table td {
		font-size: 12px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
}
