/* Stl Addons — Product Price frontend styles.
 *
 * Reproduces the Hyun Engines single-product price block. Visual baselines
 * live here; Elementor controls override them at higher specificity.
 */

.stl-pp-section {
	--stl-pp-accent: #e8431b;
	--stl-pp-ink: #0e0f11;
}

.stl-pp {
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
}

.stl-pp .now {
	font-weight: 800;
	font-size: 2.2rem;
	line-height: 1;
	color: var(--stl-pp-ink);
}

.stl-pp .was {
	color: #9aa1ab;
	text-decoration: line-through;
	font-size: 1.1rem;
}

.stl-pp .now bdi,
.stl-pp .was bdi {
	text-decoration: inherit;
}

.stl-pp .save {
	background: #fdeee9;
	color: var(--stl-pp-accent);
	font-weight: 700;
	font-size: 0.8rem;
	padding: 4px 11px;
	border-radius: 7px;
}

@media (max-width: 600px) {
	.stl-pp .now {
		font-size: 1.8rem;
	}
}
