.wsd-sale-banner {
	background: var(--wsd-banner-bg, #111827);
	color: var(--wsd-banner-text, #ffffff);
	position: sticky;
	top: 0;
	z-index: 9999;
}

.wsd-sale-banner__link {
	color: inherit;
	display: block;
	text-decoration: none;
}

.wsd-sale-banner__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	padding: 12px 16px;
	text-align: center;
}

.wsd-sale-banner__countdown {
	display: inline-flex;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-left: 4px;
	white-space: nowrap;
}

body.wsd-sale-banner-visible #header-sub.is-sticky {
	top: var(--wsd-banner-offset, 0px) !important;
}

@media (max-width: 767px) {
	.wsd-sale-banner__inner {
		font-size: 14px;
		line-height: 1.4;
		padding: 10px 12px;
	}

	.wsd-sale-banner__countdown {
		font-size: 14px;
	}
}
