.falcon-ew-product-badge {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    border-radius: 999px;
    background-color: #2B64F8;
    color: #ffffff;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    /* Covers the Badge Link case, where the badge renders as an <a> instead
     * of a span/div (see Falcon_EW_Product_Badge_Widget::get_badge_link_url()). */
    text-decoration: none;
}

/*
 * Default spacing for the nav-menu-injected badge (see
 * Falcon_EW_Nav_Product_Badge) since that markup has no Elementor wrapper
 * for the widget's own Margin control to reach.
 */
.falcon-ew-product-badge--nav {
    margin-left: 8px;
}
