/* Price Box Bootstrap v5 */
.rspbld-price-box table {
	text-align: center;
	margin: 0;
}
.rspbld-price-box table tr:first-of-type  > td {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.rspbld-price-box .rspbld-price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 2rem;
	line-height: 1;
}
