/* =============================================================
   barrio_npm_prototype — e-pānui detail page

   node--e-panui--canonical — the read-online CTA that sits at the top
   of the content column. E-pānui's primary action is the external
   Mailchimp archive link (field_read_online), surfaced as a prominent
   button before the body / attached-files content.

   The shared publication-family detail chrome (two-column layout,
   .np-epanui-rail min-width + mobile-order reset) lives in
   css/publication-detail.css alongside the featured_publication /
   arotahi / newsletter rails — grouped there per the shared-selector
   convention (all four rails share identical treatment).

   Extracted from publication-detail.css 2026-07-14 per the
   per-content-type file convention (css-organisation.md §2).
   ============================================================= */

/* E-Pānui read-online CTA — the top-of-content-column button that
   opens the external Mailchimp archive URL in the link viewer modal
   (barrioNpmLinkModal). Dark solid style since it's the primary
   action on the page. */
.np-epanui-cta {
  display: inline-block;
  margin: 0 0 22px;
  padding: 11px 22px;
  border-radius: 8px;
  background: #2c2c2b;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.np-epanui-cta:hover {
  background: #4c4842;
  color: #fff;
}
