/* CuoreBlocks base */

/* Slider base */
.cuore-swiper{
  position:relative;
  width:100%;
  min-width:0;
  overflow:hidden;
  overflow:clip;
}
.cuore-swiper[data-cuore-overflow="free"]{
  overflow:visible !important;
}

.cuore-swiper .swiper-wrapper{
  display:flex !important;
  flex-wrap:nowrap !important;
  overflow:visible !important; /* wrapper must stay visible to avoid clipping during translate */
}

.cuore-swiper .swiper-slide{
  width:auto !important;
  flex:0 0 auto !important;
}

/* Grid base */
.cuore-grid{
  display:grid;
  gap:16px;
}
