/* Price Just Reduced banner (helpers/price-reduced.php). Green strip above the SRP card image
   and above the VDP hero grid. Bump DN_PRICE_REDUCED_CSS_VERSION on every edit. */
body .price-reduced-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 35px;
	padding: 4px 12px;
	background: #086700;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

body .price-reduced-banner .price-reduced-banner-text {
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}

/* SRP: first strip in the card, above the red Certified / Hail Damage strip when both show */
body .search-filter-results-list .item > div > .price-reduced-banner.srp {
	flex: 0 0 auto;
}

/* VDP: full width of the hero wrapper, sits flush on top of the grid */
body #featured-inventory-wrap .price-reduced-banner.vdp {
	min-height: 44px;
}

body #featured-inventory-wrap .price-reduced-banner.vdp .price-reduced-banner-text {
	font-size: 22px;
}

@media (max-width: 600px) {
	body .price-reduced-banner .price-reduced-banner-text,
	body #featured-inventory-wrap .price-reduced-banner.vdp .price-reduced-banner-text {
		font-size: 17px;
	}
}
