.tab-count{display:flex;justify-content:end;align-items:center;margin-left:auto}.tab-count__number{background-color:#ef4444;color:#fff;font-size:12px;font-weight:700;border-radius:50%;text-align:center;display:inline-flex;justify-content:center;align-items:center;min-width:32px;min-height:30px;width:auto;height:auto;padding:6px 10px}.tab-count__number[data-count="99+"]:before{content:"99+";font-size:10px}@media(max-width:600px){.tab-count__number{font-size:10px;padding:4px 8px;min-width:24px;min-height:22px}.tab-count__number[data-count="99+"]:before{content:"99+";font-size:8px}}@media(min-width:1024px){.tab-count__number{font-size:14px;padding:6px 12px;min-width:36px;min-height:34px}.tab-count__number[data-count="99+"]:before{content:"99+";font-size:12px}}