/* One opt-in navigational cue. Editorial prose links do not receive this class. */
body.wiscohana-blocksy-shell .wiscohana-quiet-cta {
 display:inline-flex;
 align-items:flex-start;
 gap:.45em;
 min-height:2.75rem;
 padding:0;
 color:inherit;
 background:transparent;
 border:0;
 border-radius:0;
 box-shadow:none;
 font:600 .75rem/1.5 var(--wiscohana-font-interface);
 letter-spacing:.08em;
 text-transform:uppercase;
 text-decoration:none;
}
body.wiscohana-blocksy-shell .wiscohana-quiet-cta:hover {
 color:inherit;
 text-decoration:underline;
 text-decoration-thickness:1px;
 text-underline-offset:.25em;
}
body.wiscohana-blocksy-shell .wiscohana-quiet-cta:focus-visible {
 outline:2px solid currentColor;
 outline-offset:4px;
 box-shadow:none;
}
.wiscohana-quiet-cta__arrow { flex:none; }
