/* AV Auto Internal Linker — frontend
 * Force auto-generated links to inherit typography from their surrounding
 * text so the theme can't change font-size / font-family / line-height when
 * a phrase is wrapped in an anchor. Color is left to the theme so the link
 * is still visually identifiable.
 */
a.sil-auto-link,
a.sil-auto-link:visited,
a.sil-auto-link:hover,
a.sil-auto-link:focus,
a.sil-auto-link:active {
    font: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
    vertical-align: baseline !important;
    background: transparent !important;
}
