
.ywcrbp_regular_price, .ywcrbp_sale_price, .ywcrbp_your_price, .ywcrbp_their_price {
	display: block;
}

.ywcrbp-role-price-rule {
	margin-bottom: 50px;
}

.ywcrbp-role-price-rule::before {
	display: block;
	content: "";
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.ywcrbp-role-price-rule::after {
	display: block;
	content: "";
	border: 1px solid #ddd;
	margin-top: 20px;
}

.ywcrbp-role-price-rule:not(.other-price) {
	margin-bottom: 20px;
}

.ywcrbp-role-price-rule:nth-of-type(n+2)::before {
	display: none;
}

.ywcrbp-role-price-rule .role-name {
	text-transform: uppercase;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 600;
}

.ywcrbp-role-price-rule .role-price {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.ywcrbp-role-price-rule .role-price .price {
	margin: 0 !important;
}

.ywcrbp-role-price-rule .rule-message {
	margin-top: 16px;
}

.products .ywcrbp-role-price-rule::before {
	margin-bottom: 10px;
}

.products .ywcrbp-role-price-rule::after {
	margin-top: 10px;
}

.products .ywcrbp-role-price-rule .role-name {
	margin-bottom: 10px;
}

.products .ywcrbp_your_price {
	padding-top: 10px;
	padding-bottom: 10px;
}

.products .ywcrbp-role-price-rule {
	margin-bottom: 0;
}

.products .ywcrbp-role-price-rule .role-price {
	justify-content: center;
	flex-direction: column;
	gap: .5rem;
}

.ywcrbp-role-price-rule .role-price .discount-badge, .ywcrbp-role-prices-table .ywcrbp-role-prices-table__price_badge .discount-badge {
	background-color: #dcdcdc;
	border-radius: 25px;
	text-transform: uppercase;
	padding: 5px 10px;
	font-weight: bold;
	color: #475569;
	font-size: .67rem;
}

.ywcrbp-role-prices-table-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.ywcrbp-role-prices-table {
	border: 1px solid #d8d8d8;
	margin-bottom: 50px;
	border-radius: 5px;
}

.ywcrbp-role-prices-table .ywcrbp-role-prices-table__price_row {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	padding: 15px;
	gap: 10px;
	align-items: center;
}

.ywcrbp-role-prices-table .ywcrbp-role-prices-table__price_row:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
}

.ywcrbp-role-prices-table .ywcrbp-role-prices-table__price_label {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

.ywcrbp-role-prices-table .ywcrbp-role-prices-table__price_value {
	color: var(--proteo-single_product_price_color, var(--proteo-main_color_shade, #448a85));
	text-align: end;
	font-size: 18px;
}

.woocommerce-variation.single_variation .ywcrpb_discount {
	color: var(--proteo-single_product_title_font_color, #404040);
	font-size: var(--proteo-single_product_description_font_size, 1.25rem);
}
