.ecf-menu-link {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ecf-menu-badge {
    position: absolute;
    top: -10px;
    right: -16px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    background: var(--green, #5f8f3a);
    color: #ffffff;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
}

/* Backward compatibility if old class remains in menu markup */
.quote-count {
    display: none !important;
}
