/**
 * Hive canon cross link strip.
 *
 * Styles the static block that scripts/apply_partner_canon_crosslinks.py writes
 * into partner and use case pages between the HIVE CANON CROSSLINK markers. The
 * block itself is plain HTML, generated from
 * /canon/registry/hive-canon-registry.json, so the link works with no
 * JavaScript and cannot drift from the canon explorer: both sides are rendered
 * from that one registry file.
 */
.hv-xlink{margin:44px auto;max-width:1180px;padding:24px 26px;border:1px solid rgba(77,166,255,.34);
  border-radius:16px;background:linear-gradient(180deg,rgba(16,26,46,.92),rgba(11,17,32,.92));
  color:#F2F6FF;font-family:"Space Grotesk",system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.62}
.hv-xlink__k{font-family:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;
  letter-spacing:.14em;text-transform:uppercase;color:#8496B2;display:block;margin-bottom:8px}
.hv-xlink__h{font-family:"Michroma","Space Grotesk",sans-serif;font-size:18px;font-weight:400;
  line-height:1.35;color:#fff;margin:0 0 8px;letter-spacing:-0.005em}
.hv-xlink__p{color:#B9C6DC;font-size:15.5px;margin:0 0 14px;max-width:78ch}
.hv-xlink__grid{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}
.hv-xlink__grid li{display:flex;max-width:100%}
.hv-xlink__e{display:inline-flex;flex-direction:column;gap:3px;text-decoration:none;
  border:1px solid rgba(77,166,255,.4);border-radius:11px;padding:10px 13px;min-height:44px;
  background:rgba(47,128,255,.10);color:#fff;max-width:100%}
.hv-xlink__e:hover,.hv-xlink__e:focus-visible{border-color:#4DA6FF;background:rgba(47,128,255,.2);color:#fff}
.hv-xlink__n{font-size:15px;line-height:1.35;overflow-wrap:break-word}
.hv-xlink__s{font-family:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;
  color:#93BEFF;line-height:1.45;overflow-wrap:anywhere}
.hv-xlink__s[data-op="0"]{color:#B9C6DC}
.hv-xlink__all{display:inline-block;margin-top:14px;font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:13.5px;color:#4DA6FF;text-decoration:none;border-bottom:1px solid rgba(77,166,255,.5);
  padding-bottom:2px}
.hv-xlink__all:hover,.hv-xlink__all:focus-visible{color:#fff;border-color:#fff}
@media (max-width:640px){.hv-xlink{padding:18px 16px;margin:30px auto}.hv-xlink__e{width:100%}}
