#bbm-auth-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 8px 20px;
    background: #0b0b0c;
    color: #edecea;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    z-index: 99999;
}

#bbm-auth-bar a {
    color: #edecea;
    text-decoration: none;
    border: 1px solid #2a2a2e;
    border-radius: 99px;
    padding: 4px 14px;
    transition: border-color .15s ease;
    white-space: nowrap;
}

#bbm-auth-bar a:hover {
    border-color: #edecea;
}

#bbm-auth-bar .bbm-user {
    color: #9a9a9e;
}

#bbm-auth-bar .bbm-user b {
    color: #edecea;
    font-weight: 600;
}
