.argos-term {
    border-bottom: 1px dotted var(--color-accent, #4F8EF7);
    cursor: help;
    color: inherit;
}

.argos-popover {
    position: absolute;
    z-index: 1000;
    background: #1a1a2e;
    color: #e8e8f0;
    border: 1px solid rgba(79, 142, 247, 0.3);
    border-radius: 8px;
    padding: 14px 16px;
    max-width: 320px;
    font-size: 0.85rem;
    line-height: 1.55;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.argos-popover__title {
    font-weight: 700;
    color: #4F8EF7;
    margin-bottom: 6px;
    font-size: 0.9rem;
}
