/* Carousel hospedaje — swipe táctil en mobile */
.fem-carousel .fem-viewport {
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.fem-carousel .fem-viewport.is-dragging {
  cursor: grabbing;
}

.fem-carousel .fem-track {
  touch-action: pan-y;
}

@media (max-width: 767px) {
  .fem-carousel .fem-viewport {
    overflow: hidden;
  }

  .fem-carousel .fem-card {
    flex: 0 0 100%;
  }
}
