/* ═══════════════════════════════════════════════════════════════════════════
   SOURCE ATTRIBUTION — fine print naming the source of reproduced material.

   Used by templates/components/common/legislation-attribution.html, included
   ONLY on the public /goat page (in-app surfaces deliberately dropped it,
   2026-08-14 — see the template's comment).

   This is a licence condition, not decoration: the content is CC BY 4.0 and
   attribution is a term of that licence. Keep the line visible — do not hide
   it behind a disclosure, collapse it into a tooltip, or drop it on mobile.

   Loaded via a <link> in templates/public/components/head-assets.html (it
   left the APP_BASE dashboard bundle when the in-app surfaces dropped the
   component). Sizes are in px on purpose — typography.css runs two roots
   (14px dashboard, 16px public), so a rem here would render two sizes.
   ═══════════════════════════════════════════════════════════════════════════ */

.source-attribution {
    margin: 0;
    padding-top: 12px;
    font-size: 11px;
    line-height: 1.5;
    color: var(--muted-foreground-faint);
    text-wrap: pretty;
}

.source-attribution a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.source-attribution a:hover,
.source-attribution a:focus-visible {
    color: var(--muted-foreground);
}
