/* JR_BN_BADGES_v1 — attention badges for mobile bottom nav (shared) */
@media (max-width: 700px) {
  .jr-bn-icwrap,
  .jrg-bn-icwrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }
  .jr-e18-bottomnav .jrg-bn-badge,
  .jrg-bn .jrg-bn-badge {
    position: absolute;
    top: -3px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    border: 2px solid #030709;
    z-index: 2;
  }
  .jr-e18-bottomnav .jrg-bn-badge.is-on,
  .jrg-bn .jrg-bn-badge.is-on {
    display: inline-flex;
  }
  .jrg-bn-badge--msg { background: #E11D48 !important; }
  .jrg-bn-badge--notif { background: #16A34A !important; }
}
