/* Price Box Bootstrap v5 */
.rspbld-price-box table {
	text-align: center;
	margin: 0;
}

.rspbld-price-box table tr:last-child td {
	border-bottom-width: 0;
}

:where(.rspbld-price-box table tr:first-of-type > td) {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.rspbld-price-box .rspbld-icon {
	line-height: 1;
	background-color: transparent;
}

.rspbld-price-box .rspbld-price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: normal;
	line-height: normal;
}

.rspbld-price-box .rspbld-content {
	width: 75%;
	font-size: small;
	line-height: 1.66;
	color: gray;
	margin: 0 auto 1rem;
}

.rspbld-price-box .rspbld-button {
	margin-top: 1rem;
}