.ambiguous-link {
    color: #ffd700;
    /* Gold/Orange */
    border-bottom: 1px dotted #ffd700;
    cursor: help;
    position: relative;
    transition: all 0.2s;
}

.ambiguous-link:hover {
    background-color: rgba(255, 215, 0, 0.1);
    border-bottom-style: solid;
}

/* Ensure link picker style is compatible */
.link-picker-header {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border);
    background: rgba(0, 0, 0, 0.2);
}