/* breadcrumb.css — helenahospital.com
   Structure matches the fleet (.wj-bc); colours are Helena's. */
.wj-bc{font-size:.82rem;line-height:1.4;padding:.75rem 0;background:#f4f7f9;
  border-bottom:1px solid #e2e9ee}
.wj-bc ol{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0 auto;
  padding:0 1rem;max-width:80rem;list-style:none}
.wj-bc li{display:flex;align-items:center;gap:.4rem;color:#5b6b7a}
.wj-bc li+li::before{content:"/";color:#9db0bf}
.wj-bc a{color:#0f6c7a;text-decoration:none;font-weight:600}
.wj-bc a:hover{text-decoration:underline}
.wj-bc [aria-current="page"]{color:#0b2b45;font-weight:600}
@media(max-width:640px){.wj-bc{font-size:.78rem}.wj-bc ol{gap:.3rem}}
