/**
 * Mr Golf Cart — Promo price block (Elementor Single Listing Price).
 */

.mgc-price-promo {
	text-align: right;
	line-height: 1.35;
	font-family: Montserrat, sans-serif;
}

.mgc-price-promo__line {
	display: block;
	margin: 0 0 4px;
}

.mgc-price-promo__label {
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 400;
	margin-right: 4px;
}

.mgc-price-promo__value {
	font-weight: 700;
}

.mgc-price-promo__value--strike {
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 400;
	text-decoration: line-through;
}

.mgc-price-promo__value--highlight {
	color: #072648;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.mgc-price-promo__sale .mgc-price-promo__label {
	color: #072648;
	font-size: 15px;
	font-weight: 700;
}

.mgc-price-promo__savings {
	color: #2db84c;
	font-size: 16px;
	font-weight: 700;
	margin: 2px 0 8px;
}

.mgc-price-promo__financing-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 4px;
}

.mgc-price-promo__financing {
	color: #d35400;
	font-size: 14px;
	font-weight: 700;
}

.mgc-price-promo__info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #e74c3c;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}

.mgc-price-promo__info:hover,
.mgc-price-promo__info:focus {
	color: #fff;
	opacity: 0.85;
}

.mgc-price-promo__info .motors-icons {
	font-size: 11px;
}

.mgc-price-promo__info .motors-icons::before {
	color: #fff;
}
