/* ==========================================================================
   COMING SOON NOTICE
   One small modifier on top of the existing .du-cta--compact dark card
   (_cta.css) — icon badge, "Coming Soon" label, heading, description,
   button are all inherited as-is. Only the badge placement is new.
   ========================================================================== */

.du-cta--notice {
    position: relative;
}

.du-cta--notice__badge {
    margin-bottom: var(--space-sm);
    background-color: var(--surface);
    color: var(--primary-container);
}
