.taxai-agent-auto-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    margin-left: auto;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(239,68,68,.24);
}
.taxai-sidebar-link[href*="agent-os-automation"],
.taxai-agent-os-automation-nav {
    gap: 10px;
}
.taxai-sidebar-link[href*="agent-os-automation"] span:last-child:not(.taxai-agent-auto-badge) {
    flex: 1;
}
