/* LinkSEO Frontend Styles */
.linkseo-link {
    text-decoration: underline;
    color: inherit;
}

.linkseo-link:hover {
    opacity: 0.9;
}

.linkseo-external-link::after {
    content: '↗';
    display: inline-block;
    margin-left: 2px;
    font-size: 0.8em;
    text-decoration: none;
}

/* Clickable length labels */
.linkseo-length-label {
    cursor: pointer;
    transition: color 0.2s ease;
}

.linkseo-length-label:hover {
    color: #135e96;
    text-decoration: underline;
}
