#tariff-results {
	position: relative;
}

#tariff-results::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%);
}

.loading-spinner-wrapper
{
	margin-bottom: 2rem;
}

.promo-badges {
	margin: 10px 0 8px;
	text-align: center;
}

.promo-badge {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 8px 14px;
	background: #0a2a5a;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.promo-badge__original {
	text-decoration: line-through;
	opacity: 0.8;
	font-weight: 500;
}
