/* ============================================================
 * Offer Price RP — v1.0.0 — by Raianuzzaman
 * ============================================================ */

.elementor-widget-offer_price_rp .elementor-widget-container { margin: 0 !important; padding: 0 !important; }

.oprp-root {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: inherit;
	line-height: 1.1;
	box-sizing: border-box;
}
.oprp-root *, .oprp-root *::before, .oprp-root *::after { box-sizing: border-box; }

.oprp-prices {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 14px;
}

/* Offer price */
.oprp-offer {
	font-size: 56px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.5px;
	display: inline-flex;
	align-items: baseline;
}
.oprp-offer .oprp-cur {
	font-size: 60%;
	font-weight: 700;
}
.oprp-cur-space { margin: 0 0.12em; }

/* Regular price */
.oprp-regular {
	font-size: 26px;
	font-weight: 600;
	color: #9A9AA5;
	display: inline-flex;
	align-items: baseline;
	line-height: 1;
	align-self: center;
}
.oprp-regular.is-strike {
	text-decoration: line-through;
	text-decoration-color: #C9622E;
	text-decoration-thickness: 2px;
}
.oprp-regular .oprp-cur { font-size: 72%; }

/* Save badge */
.oprp-save {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #2E7D32;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .3px;
	padding: 5px 12px;
	border-radius: 30px;
	line-height: 1;
	white-space: nowrap;
	align-self: center;
}

@media (max-width: 480px) {
	.oprp-offer { font-size: 44px; }
	.oprp-regular { font-size: 22px; }
}
