/**
 * Internal Linkbuilding Links - Front Office Styles
 * Author: Bullmade
 */

/* Default styling for injected SEO links */
.bm-seo-link {
    /* Inherit styling from parent to blend naturally */
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
}

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

/* Optional: subtle highlight on hover */
.bm-seo-link:hover {
    opacity: 0.9;
}

/* Ensure links don't break word wrapping */
.bm-seo-link {
    white-space: normal;
    word-wrap: break-word;
}
