.sg-room-thumb-wrap,
.sg-hb-gallery-wrap {
	position: relative;
}

.sg-room-discount-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 6;
	box-sizing: border-box;
	max-width: calc(100% - 24px);
	background-color: #1e9f4a;
	color: #fff;
	font-weight: 700;
	font-size: clamp(11px, 2.8vw, 15px);
	line-height: 1.25;
	padding: 0.45em 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
	pointer-events: none;
	border-radius: 2px;
}

.sg-room-discount-badge__pct {
	display: inline;
	font-size: 1em;
	font-weight: 800;
	margin-right: 0.25em;
}

.sg-room-price-was {
	opacity: 0.75;
	margin-right: 0.35em;
	font-weight: 500;
}

.sg-room-booking-discount-msg {
	clear: both;
	display: block;
	margin-top: 0.55em;
	color: #1e9f4a;
	font-weight: 600;
	font-size: 0.96em;
}
