.fl-carousel,
.fl-project-carousel {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.fl-carousel .uc-carousel-container,
.fl-project-carousel .uc-carousel-container {
  width: 100%;
  max-width: 100%;
}

.fl-carousel-slide {
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fl-carousel-slide .wp-block-image {
  margin: 0;
  width: 100%;
  max-width: min(420px, 85vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fl-carousel-slide img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--fl-radius-sm, 12px);
  background: rgba(0, 0, 0, 0.06);
}

/* Carrusel de proyectos: slides cuadrados centrados en el track */
.fl-project-carousel .uc-carousel__track > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fl-project-carousel .fl-carousel-slide {
  padding: 0.25rem;
}

.fl-project-carousel .fl-carousel-slide .wp-block-image {
  max-width: min(440px, 78vw);
  margin-inline: auto;
}

.fl-project-carousel .fl-carousel-slide img {
  max-height: min(440px, 78vw);
}
