.jcu-floating-tooltip {
    position: fixed;
    z-index: 999999;
    max-width: min(320px, calc(100vw - 24px));
    padding: 8px 10px;
    border-radius: 7px;
    background: rgba(10, 24, 38, 0.96);
    color: #fff;
    font-size: 12px;
    line-height: 1.7;
    text-align: right;
    direction: rtl;
    box-shadow: 0 6px 20px rgba(0,0,0,.22);
    pointer-events: none;
}

.jcu-change-tooltip {
    cursor: help;
    outline: none;
}

.jcu-change-tooltip:focus-visible {
    outline: 1px dashed currentColor;
    outline-offset: 3px;
}


.jcu-market-change-guide {
    cursor: help;
    outline: none;
}

.jcu-market-change-guide:focus-visible {
    outline: 1px dashed currentColor;
    outline-offset: 3px;
}
