.c3-career-counter-badge {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-left: 4px;
    border-radius: 100%;
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-indent: -1px;
}

.c3-career-counter.menu-item .c3-career-counter-badge {
    top: -4px;
}

.c3-career-counter.elementor-widget-wp-widget-nav_menu h5 .c3-career-counter-badge {
    top: -12px;
}

.c3-career-counter.elementor-widget-heading .c3-career-counter-badge {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -4px;
    left: 100%;
    font-size: 14px;
}