.fsgb-block-playlist.is-style-customers,.fsgb-block-playlist.is-style-customers-clickable{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:var(--wp--preset--spacing--medium);
}
.fsgb-block-playlist.is-style-customers-clickable>a,.fsgb-block-playlist.is-style-customers-clickable>div,.fsgb-block-playlist.is-style-customers>a,.fsgb-block-playlist.is-style-customers>div{
  width:min(50% - var(--wp--preset--spacing--medium) / 2, (var(--wp--style--global--content-size) - var(--wp--preset--spacing--medium) * 5) / 6);
}
.fsgb-block-playlist.is-style-customers img,.fsgb-block-playlist.is-style-customers-clickable img{
  height:auto;
  max-height:5.5rem;
  -o-object-fit:contain;
     object-fit:contain;
  filter:grayscale(1);
}
.fsgb-block-playlist.is-style-customers-clickable{
  gap:0;
}
.fsgb-block-playlist.is-style-customers-clickable .customer-clickable-link{
  cursor:pointer;
  transition:opacity .25s ease-in-out;
  padding:calc(var(--wp--preset--spacing--medium)/2);
}
.fsgb-block-playlist.is-style-customers-clickable .customer-clickable-link img{
  transition:transform .25s ease-in-out;
}
.fsgb-block-playlist.is-style-customers-clickable .customer-clickable-link:hover img{
  transform:scale(1.05);
}
.fsgb-block-playlist.is-style-customers-clickable .customer-clickable-link.faded{
  opacity:40%;
}
.fsgb-block-playlist.is-style-post-list{
  display:grid;
  gap:var(--wp--preset--spacing--medium);
}
@media (min-width:1024px){
  .fsgb-block-playlist.is-style-post-list{
    grid-template-columns:repeat(3, 1fr);
  }
}
/*# sourceMappingURL=playlist.css.map */
