
/* Price Box Bootstrap v5 */

.rspbld-price-box .rspbld-icon {
	border-radius: 0px;
	background-color: #a12222;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	padding: 10px;
}
.rspbld-price-box .rspbld-icon i {
	text-align: center;
	height: 1em;
	width: 1em;
}
.rspbld-price-box .rspbld-price {
	color: var(--rspbld-text-color);
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.rspbld-price-box table tr:first-of-type  > td {
	border-top: none;
}
.rspbld-price-box .table td,  .rspbld-price-box .table th {
	border-color: var(--rspbld-border-color-2);
	text-align: center;
}
.rspbld-price-box .table tbody a {
	text-decoration: none;
}