.cncbul-mw-bubble {
    position: absolute;
    max-width: 240px;
    background: #111;
    color: #fff;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.4;
    z-index: 999999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    animation: fadeIn 0.2s ease;
    pointer-events: none;
}

.cncbul-mw-text {
    white-space: normal;
}

@keyframes fadeIn {
    from { opacity:0; transform:translateY(5px);}
    to { opacity:1; transform:translateY(0);}
}
.cncbul-mw-bubble {
    pointer-events: none;
}
.cncbul-mw-inner{
    display:flex;
    align-items:flex-start;
    gap:10px;
}

.cncbul-mw-thumb{
    width:48px;
    height:48px;
    object-fit:cover;
    border-radius:6px;
    flex-shrink:0;
}

.cncbul-mw-text{
    font-size:13px;
    line-height:1.4;
}