/* Patricinha Internal SEO Links — frontend styles (sutil, não override do tema) */
.pisl-internal {
    border-bottom: 1px dotted currentColor;
    text-decoration: none;
    transition: opacity .15s ease;
}
.pisl-internal:hover {
    opacity: .8;
    border-bottom-style: solid;
}
.pisl-internal.pisl-cross-site::after {
    content: " \2197";
    font-size: .85em;
    opacity: .6;
    margin-left: 2px;
}
