.schema-ai-promo-banner {
	--schema-ai-promo-accent: #009689;
	--schema-ai-promo-accent-dark: #00332e;

	position: relative;
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 20px 20px 0 2px;
	padding: 20px 56px 20px 28px;
	border: none;
	border-radius: 8px;
	background: radial-gradient( circle at 15% 20%, rgba( 255, 255, 255, 0.12 ), transparent 45% ),
		linear-gradient( 90deg, var( --schema-ai-promo-accent-dark ), var( --schema-ai-promo-accent ) );
	color: #ffffff;
	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.1 );
	flex-wrap: wrap;
}

.schema-ai-promo-banner__dismiss {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 24px;
	height: 24px;
	line-height: 1;
	border: none;
	border-radius: 50%;
	background: rgba( 255, 255, 255, 0.18 );
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.schema-ai-promo-banner__dismiss:hover {
	background: rgba( 255, 255, 255, 0.3 );
}

.schema-ai-promo-banner__badge {
	flex-shrink: 0;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.5px;
	color: #ffffff;
	white-space: nowrap;
	padding: 8px 14px;
	border-radius: 6px;
	background: rgba( 255, 255, 255, 0.12 );
}

.schema-ai-promo-banner__text {
	flex: 1 1 260px;
	min-width: 220px;
}

.schema-ai-promo-banner__headline {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.schema-ai-promo-banner__subtext {
	margin-top: 4px;
	font-size: 13px;
	color: rgba( 255, 255, 255, 0.8 );
}

.schema-ai-promo-banner__countdown {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0 24px;
	border-left: 1px solid rgba( 255, 255, 255, 0.25 );
	border-right: 1px solid rgba( 255, 255, 255, 0.25 );
	flex-shrink: 0;
}

.schema-ai-promo-banner__countdown-unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 32px;
}

.schema-ai-promo-banner__countdown-value {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.1;
}

.schema-ai-promo-banner__countdown-label {
	margin-top: 2px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: rgba( 255, 255, 255, 0.7 );
}

.schema-ai-promo-banner__cta {
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: underline;
	white-space: nowrap;
}

.schema-ai-promo-banner__cta:hover,
.schema-ai-promo-banner__cta:focus {
	color: #ffffff;
	text-decoration: none;
}

@media ( max-width: 782px ) {
	.schema-ai-promo-banner {
		padding: 18px 44px 18px 18px;
		gap: 16px;
	}

	.schema-ai-promo-banner__countdown {
		border-left: none;
		border-right: none;
		padding: 0;
	}
}
