/* GG Host custom styles for the Lagom "futuristic" style.
   Loaded by templates/lagom2/includes/head.tpl (Lagom 2.4.5) whenever this file exists:
   core/styles/<active style>/assets/css/custom.css, with the theme cache key on the URL.
   No Lagom package ships this file, so theme updates cannot overwrite it. Do NOT append
   custom rules to assets/css/theme.css: RS Themes regenerates that file (the 2026-08-18
   block appended there was lost in the 2.4.5 update on 2026-09-12).
   If the active style ever changes in RS Themes, copy this file to the new style's folder. */

/* KB/announcement body links were indistinguishable from the surrounding text:
   .article-content carries no anchor rule and --link-color equals the body text colour.
   Underline-based so it holds across palette changes and does not rely on colour alone.
   (Originally added 2026-08-18 by the SEO project.) */
.article-content a:not(.btn),
.markdown-content a:not(.btn) {
    text-decoration: underline;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
}
.article-content a:not(.btn):hover,
.markdown-content a:not(.btn):hover {
    text-decoration-thickness: 2px;
}
