.fsgb-block-slider.is-style-3-cards-full .swiper-slide,.fsgb-block-slider.is-style-3-framed-cards-full .swiper-slide{
  width:70%;
  height:auto;
  aspect-ratio:1/1;
}
.fsgb-block-slider.is-style-3-cards-full .swiper-navigation,.fsgb-block-slider.is-style-3-framed-cards-full .swiper-navigation{
  width:calc(100% - var(--wp--style--root--padding-left) - var(--wp--style--root--padding-right));
  max-width:calc(var(--wp--style--global--content-size) + 248px);
  display:flex;
  justify-content:space-between;
  position:absolute;
  top:50%;
  left:50%;
  z-index:1;
  transform:translate(-50%, -50%);
  pointer-events:none;
}
.fsgb-block-slider.is-style-3-cards-full .swiper-button-next,.fsgb-block-slider.is-style-3-cards-full .swiper-button-prev,.fsgb-block-slider.is-style-3-framed-cards-full .swiper-button-next,.fsgb-block-slider.is-style-3-framed-cards-full .swiper-button-prev{
  pointer-events:all;
}
.fsgb-block-slider.is-style-3-framed-cards-full .swiper{
  padding-top:20px;
  padding-bottom:20px;
  margin-top:-20px;
  margin-bottom:-20px;
}
.fsgb-block-slider.is-style-3-framed-cards-full .swiper:before{
  content:"";
  border:5px solid var(--wp--preset--color--primary);
  aspect-ratio:1/1;
  height:100%;
  position:absolute;
  top:0;
  left:50%;
  z-index:10;
  box-sizing:border-box;
  transform:translateX(-50%);
  pointer-events:none;
}
@media (min-width:768px){
  .fsgb-block-slider.is-style-3-cards-full .swiper-slide,.fsgb-block-slider.is-style-3-framed-cards-full .swiper-slide{
    width:calc((var(--wp--style--global--content-size) - 64px)/3);
  }
  .fsgb-block-slider.is-style-3-framed-cards-full .swiper{
    padding-top:25px;
    padding-bottom:25px;
    margin-top:-25px;
    margin-bottom:-25px;
  }
  .fsgb-block-slider.is-style-3-framed-cards-full .swiper:before{
    border:10px solid var(--wp--preset--color--primary);
  }
}
@media (max-width:767px){
  .fsgb-block-slider.is-style-3-cards-full .swiper-navigation,.fsgb-block-slider.is-style-3-framed-cards-full .swiper-navigation{
    display:none;
  }
}
/*# sourceMappingURL=slider.css.map */
