/* la-research.css — 2026-08-16.
   Scoped styling for the Research pane on the two fish-oil PDPs. Kept in its OWN sheet on
   purpose: la-core-b2.css is shared by 83 pages behind a one-year cache buster, so adding
   three pages' worth of rules there would mean re-versioning all 83 to make them take effect.
   This file ships with its own buster and only the pages that need it load it.

   What it replaces: pasted V3 Bootstrap output that meant the wrong thing on a dark panel —
   .btn-info rendered cyan #05D7D7 with pale grey text, and .text-danger painted the entire
   legal disclaimer #DC3545 red, which read as an error rather than fine print. */

.la-research__links{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 0}
.la-research__links a{background:transparent;color:#EDF3F1;
  border:1.5px solid rgba(237,243,241,.42);border-radius:4px;padding:10px 20px;font-size:16px;
  font-family:var(--omnes),Helvetica,Arial,sans-serif;font-weight:500;text-decoration:none;
  line-height:1.2;display:inline-block;transition:background .15s ease,border-color .15s ease}
.la-research__links a:hover,.la-research__links a:focus-visible{background:rgba(237,243,241,.12);
  border-color:#EDF3F1;color:#fff;text-decoration:none}
.la-research__links a:focus-visible{outline:2px solid #6FC7E8;outline-offset:2px}

/* legal copy: quiet fine print, clearly separated from the content above it.
   The words are unchanged — only presentation. */
.la-research__legal{margin:64px 0 0;padding:22px 0 0;border-top:1px solid rgba(237,243,241,.18)}
.la-research__legal p{color:#A9BAB6;font-size:13.5px;line-height:1.65;margin:0;max-width:78ch}
.la-research__legal .lead{color:#C6D4D0;font-weight:600;letter-spacing:.02em}
