<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Example front-end styles */
.mrp_discount_display {
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 10px;
    background-color: #f8f8f8;
}

.mrp_discount_display p {
    font-size: 16px;
    line-height: 1.5;
}

.ris_price {
	margin-bottom: 0px;
}

.ris_price bdi {
	font-size: 23px;
}

.ris_price .dis_percent {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #C92E2E;
}

.product-info strong &gt; p {
	display:flex;
}</pre></body></html>