/* KeyMax PWA Badge Styles - /assets/css/pwa-badge.css */

.km-badge-count {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #e53e3e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -4px;
    right: -6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    pointer-events: none;
    z-index: 10;
}

/* For nav items that need relative positioning to anchor the badge */
.km-badge-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}