/* Related options and hub navigation: the destination name is the full link label. */
body .related-grid>a.related-card.name-only-card,
body .hub-grid>a.hub-card.name-only-card{display:flex;align-items:center;min-width:0;min-height:54px;height:auto;padding:14px 16px!important;box-sizing:border-box;gap:0;text-decoration:none}
body a.related-card.name-only-card>strong{display:block;margin:0;font-size:17px!important;font-weight:600!important;line-height:1.4!important;color:#07523a;overflow-wrap:anywhere}
body a.hub-card.name-only-card>h3{display:block;margin:0!important;font-size:19px!important;font-weight:600!important;line-height:1.4!important;color:#07523a;overflow-wrap:anywhere}
body a.name-only-card:focus-visible{outline:3px solid #0a8558;outline-offset:3px}
body a.name-only-card:hover{background:#edf7ef;border-color:#72b592}
@media(max-width:600px){
 body .related-grid:has(>.name-only-card),body .hub-grid:has(>.name-only-card){grid-template-columns:minmax(0,1fr)!important;gap:10px}
 body a.related-card.name-only-card,body a.hub-card.name-only-card{min-height:52px;padding:13px 14px!important}
 body a.hub-card.name-only-card>h3{font-size:18px!important}
}
