.twb-bar {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 99999;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    opacity: 0.9;
}

.twb-bar:hover {
    opacity: 1;
}

.twb-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.twb-text {
    white-space: nowrap;
}

body {
    padding-top: 25px !important;
}
