.ziz-st-tooltip {
    position: absolute;
    background: #111;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    z-index: 9999;
    white-space: nowrap;
    text-decoration: none;
    pointer-events: auto;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.ziz-st-tooltip:hover {
    background: #333;
}
