.coming_soon_tooltip {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #0D0D0D;
    border: 1px solid #191919;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
}

.coming_soon_tooltip_dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E8FF00;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(232, 255, 0, 0.5);
}

.coming_soon_tooltip_text {
    color: #FFF;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    white-space: nowrap;
}
