/**
 * Smart Internal Linker - Public Styles
 * Optional styles for auto-generated links
 */

.sil-auto-link {
    /* Add custom styling for auto-generated links if needed */
    /* Default: inherit all styles from theme */
}

.sil-manual-link {
    /* Add custom styling for manually inserted links if needed */
    /* Default: inherit all styles from theme */
}

