/**
 * SemanticLinker — Frontend CSS
 */

/* Injected link styling */
.smlnk-link {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    transition: text-decoration-color 0.2s ease;
}

.smlnk-link:hover {
    text-decoration-style: solid;
}
