#comingSoon-tooltip {
    display: none;
    position: fixed;
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 99999;
    pointer-events: none; /* make sure tooltip doesn't block clicks */
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.comingSoon {
    cursor: not-allowed !important;
}
