.wpc-promo-bar {
	position: relative;
	z-index: 999;
	background: #16181d;
	color: #ffffff;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13.5px;
	line-height: 1.35;
	text-align: center;
}

.wpc-promo-bar.is-style-sun {
	background: #fff0d8;
	color: #7b2e0b;
}

.wpc-promo-bar.is-style-lime {
	background: #e9f8c8;
	color: #2f5f0d;
}

.wpc-promo-bar.is-style-sky {
	background: #e2f4ff;
	color: #174b73;
}

.wpc-promo-inner {
	position: relative;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 16px;
}

.wpc-promo-item {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.wpc-promo-item.is-active {
	display: inline-flex;
}

.wpc-promo-text {
	font-weight: 600;
}

.wpc-promo-code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #ff4d17;
	color: #ffffff;
	font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 2px 8px;
}

.wpc-promo-bar.is-style-sun .wpc-promo-code {
	background: #ff8a00;
	color: #ffffff;
}

.wpc-promo-bar.is-style-lime .wpc-promo-code {
	background: #4f7d12;
	color: #ffffff;
}

.wpc-promo-bar.is-style-sky .wpc-promo-code {
	background: #1e73be;
	color: #ffffff;
}

@media (max-width: 560px) {
	.wpc-promo-inner {
		min-height: 42px;
		padding-inline: 12px;
	}

	.wpc-promo-item {
		flex-wrap: wrap;
		gap: 5px 8px;
	}
}
