.fsgb-playlist.style-1{
  position:relative;
  padding-bottom:var(--wp--preset--spacing--70);
}
.fsgb-playlist.style-1 .fsgb-playlist__swiper{
  overflow:visible;
  padding-inline:var(--wp--preset--spacing--50);
}
.fsgb-playlist.style-1 .fsgb-playlist__swiper .swiper-slide{
  width:380px;
  max-width:80svw;
}
.fsgb-playlist.style-1 .fsgb-playlist__swiper .swiper-slide:not(:last-child){
  margin-right:var(--wp--preset--spacing--50);
}
.fsgb-playlist.style-1 .fsgb-playlist__swiper .swiper-slide .card{
  height:100%;
}
.fsgb-playlist.style-1 .paper-texture{
  position:absolute;
  z-index:-1;
  bottom:0;
  left:0;
  width:100%;
  height:75%;
}
.fsgb-playlist.style-1 .paper-texture .botanical-image{
  opacity:.1;
  width:auto;
  height:auto;
  max-width:75%;
  max-height:75%;
  -o-object-fit:contain;
     object-fit:contain;
  position:absolute;
  bottom:var(--wp--preset--spacing--50);
  left:5svw;
}
.fsgb-playlist.style-2 .fsgb-playlist__swiper{
  overflow:visible;
  padding-inline:var(--wp--preset--spacing--50);
}
.fsgb-playlist.style-2 .fsgb-playlist__swiper .swiper-slide{
  width:340px;
  max-width:80svw;
}
.fsgb-playlist.style-2 .fsgb-playlist__swiper .swiper-slide:not(:last-child){
  margin-right:var(--wp--preset--spacing--50);
}
.fsgb-playlist.style-3 .fsgb-playlist__swiper{
  overflow:visible;
  padding-inline:var(--wp--preset--spacing--50);
}
.fsgb-playlist.style-3 .fsgb-playlist__swiper .swiper-slide{
  width:380px;
  max-width:80svw;
}
.fsgb-playlist.style-3 .fsgb-playlist__swiper .swiper-slide:not(:last-child){
  margin-right:var(--wp--preset--spacing--50);
}
.fsgb-playlist.map{
  position:relative;
  padding-inline:0;
}
.fsgb-playlist.map .fsgb-playlist__swiper{
  position:relative;
  margin-inline:var(--wp--preset--spacing--50);
  margin-top:calc(var(--wp--preset--spacing--60)*-1);
  overflow:hidden;
  z-index:1000;
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map{
  position:relative;
  display:block;
  width:100%;
  min-height:100%;
  background:var(--wp--preset--color--rust);
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map .card__thumbnail{
  position:absolute;
  inset:0;
  height:100%;
  width:100px;
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map .card__thumbnail img{
  height:100%;
  width:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map .card__content{
  padding:var(--wp--preset--spacing--50);
  padding-left:calc(100px + var(--wp--preset--spacing--50));
  padding-top:calc(var(--wp--preset--spacing--50) + 48px + .75rem);
  display:flex;
  flex-direction:column;
  gap:.75rem;
  color:var(--wp--preset--color--white);
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map .card__content .card__title{
  font-size:var(--wp--preset--font-size--medium);
  color:var(--wp--preset--color--slate);
  display:inline-block;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  max-height:3;
  text-overflow:ellipsis;
  overflow:hidden;
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map .card__content .card__intro{
  display:inline-block;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  max-height:6;
  text-overflow:ellipsis;
  overflow:hidden;
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation{
  position:absolute;
  gap:0;
  z-index:2;
  top:var(--wp--preset--spacing--50);
  left:0;
  display:flex;
  justify-content:space-between;
  color:var(--wp--preset--color--white);
  padding-inline:calc(100px + var(--wp--preset--spacing--50)) var(--wp--preset--spacing--50);
  width:100%;
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation .swiper-counter{
  font-size:var(--wp--preset--font-size--large);
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation .buttons{
  display:flex;
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation .buttons .swiper-button-next,.fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation .buttons .swiper-button-prev{
  cursor:pointer;
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation .buttons .swiper-button-next:before,.fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation .buttons .swiper-button-prev:before{
  display:none;
}
.fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation .buttons .swiper-button-disabled{
  opacity:.4;
  cursor:default;
}
.fsgb-playlist.map .fsgb-playlist__map{
  height:400px;
  width:100%;
}
.fsgb-playlist.map .fsgb-playlist__map .leaflet-marker-icon.active{
  position:relative;
  z-index:1000;
}
.fsgb-playlist.map .fsgb-playlist__map .leaflet-marker-icon.active svg{
  fill:var(--wp--preset--color--slate);
}
@media (min-width:500px){
  .fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map .card__thumbnail{
    width:20%;
  }
  .fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation,.fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map .card__content{
    padding-left:calc(20% + var(--wp--preset--spacing--50));
  }
}
@media (min-width:1280px){
  .fsgb-playlist.style-1 .paper-texture{
    width:75%;
    height:400px;
  }
  .fsgb-playlist.style-2 .fsgb-playlist__swiper .swiper-slide{
    width:calc(25% - var(--wp--preset--spacing--50)*3/4);
  }
  .fsgb-playlist.style-3 .fsgb-playlist__swiper .swiper-slide{
    width:calc(33.33333% - var(--wp--preset--spacing--50)*3/3);
  }
  .fsgb-playlist.map{
    padding-bottom:var(--wp--preset--spacing--60);
  }
  .fsgb-playlist.map .fsgb-playlist__swiper{
    position:absolute;
    bottom:0;
    overflow:hidden;
    left:calc(var(--wp--preset--spacing--40) + var(--wp--preset--spacing--60));
    width:calc(100% - var(--wp--preset--spacing--50)*2);
    max-width:670px;
  }
  .fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map .card__thumbnail{
    z-index:1;
    width:180px;
    height:100%;
  }
  .fsgb-playlist.map .fsgb-playlist__swiper .swiper-slide .card-playlist-map .card__content{
    justify-content:center;
    padding-left:calc(180px + var(--wp--preset--spacing--50));
  }
  .fsgb-playlist.map .fsgb-playlist__swiper .swiper-navigation{
    padding-left:calc(180px + var(--wp--preset--spacing--50));
  }
  .fsgb-playlist.map .fsgb-playlist__map{
    height:700px;
  }
}
/*# sourceMappingURL=playlist.css.map */
