.ppp-payment-plan {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #e3e7e7;
	border-radius: 5px;
	color: #b3b3b3;
	font-size: 19px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	box-sizing: border-box;
}

.ppp-payment-plan .woocommerce-Price-amount,
.ppp-payment-plan .woocommerce-Price-currencySymbol {
	color: #b3b3b3 !important;
}

.woocommerce-loop-product__title + .ppp-payment-plan,
.price + .ppp-payment-plan {
	margin-top: 10px;
}
