/**
 * Public Styles for Internal Link Builder
 */

/* Auto-inserted links */
a.ilb-auto-link {
    /* Default styling - can be customized */
    text-decoration: underline;
    transition: color 0.2s ease;
}

a.ilb-auto-link:hover {
    opacity: 0.8;
}

/* Optional: Add a subtle indicator that the link was auto-inserted 
a.ilb-auto-link::after {
    content: '🔗';
    font-size: 0.7em;
    margin-left: 2px;
    opacity: 0.5;
}
*/
