nav.breadcrumbs{font-size:14px;line-height:1.4;margin:12px 0 20px;background-color: white; z-index: 1000;}
nav.breadcrumbs a{text-decoration:none;color:inherit}
nav.breadcrumbs a:hover{text-decoration:underline}
.bh-text-clip {overflow: hidden; transition: max-height 0.3s ease; position: relative; max-height: 3em}
@media(max-width: 767px) {
  .bh-text-clip {max-height: 4.5em}
}
.bh-text-collapse {position: relative; margin-bottom: 40px}
.bh-text-clip.bh-truncated::after {content:""; position: absolute; bottom: 0; left: 0; right:0; height: 1.5em; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); pointer-events: none;}
.bh-text-collapse.bh-expanded .bh-text-clip {max-height: none !important;}
.bh-text-collapse.bh-expanded .bh-text-clip::after {display: none;}
.bh-toggle-btn {
  position: absolute;
  left: 0.5em;
  bottom: -2em; 
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 999px;
  font-size: 0.875rem;
  cursor: pointer;
  z-index: 2;

    box-shadow:
    0 0 0 8px rgba(255,255,255,0.85),
    0 0 20px 12px rgba(255,255,255,0.6);
}

td.bh-text-collapse .bh-text-clip {max-height: none !important;}

td.bh-text-collapse li {display: inline; margin-right: 10px;}
