/* Shared organisation logo carousel */
.shared-org-host{overflow:hidden}
.shared-org-carousel{width:100%;overflow:hidden;position:relative;margin-top:18px}
.shared-org-track{--org-gap:34px;display:flex;align-items:center;width:max-content;gap:var(--org-gap);animation:jl-org-marquee 24s linear infinite;will-change:transform}
.shared-org-item{
  flex:0 0 auto;
  width:170px;
  height:76px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
}
.shared-org-item img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  filter:grayscale(1);
  opacity:.78;
}
.organisations-clean .shared-org-carousel{margin-top:24px}
.book-related-card[hidden],.home-book-feature[hidden]{display:none!important}
@keyframes jl-org-marquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - (var(--org-gap) / 2)))}}
@media(max-width:700px){
  .shared-org-track{--org-gap:24px;animation-duration:20s}
  .shared-org-item{width:140px;height:64px;padding:8px 12px}
}
@media(prefers-reduced-motion:reduce){
  .shared-org-carousel{overflow-x:auto}
  .shared-org-track{animation:none}
}
