.df-reviews-shortcode #w-title,
.df-reviews-shortcode #w-more {
  display: none !important;
}

.df-reviews-shortcode .slide-container {
  padding: 30px;
  background: none !important;
  font-family: "Open Sans", sans-serif;
  border: 2px solid #5fcbbf !important;
  border-radius: 22px !important;
  height: 100% !important;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.df-reviews-shortcode,
.df-reviews-shortcode .elementor-widget-container {
  max-width: 100%;
  overflow: visible !important;
}

.df-reviews-shortcode #lgcomments-owl {
  max-width: 100%;
  overflow: visible !important;
  position: relative;
  padding: 0 32px;
}

.df-reviews-shortcode #lgcomments-owl .owl-stage-outer {
  max-width: 100%;
  overflow: hidden !important;
}

.df-reviews-shortcode #lgcomments-owl .owl-stage {
  display: flex;
}

.df-reviews-shortcode #lgcomments-owl .owl-item {
  flex-shrink: 0;
}

/* Flechas escritorio */
.df-reviews-shortcode #lgcomments-owl .owl-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.df-reviews-shortcode #lgcomments-owl .owl-prev,
.df-reviews-shortcode #lgcomments-owl .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #ffffff !important;
  border: 1px solid #d8e7e2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  color: #006a5c !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.df-reviews-shortcode #lgcomments-owl .owl-prev:hover,
.df-reviews-shortcode #lgcomments-owl .owl-next:hover {
  background: #f5fbf9 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.df-reviews-shortcode #lgcomments-owl .owl-prev {
  left: -6px;
}

.df-reviews-shortcode #lgcomments-owl .owl-next {
  right: -6px;
}

.df-reviews-shortcode #lgcomments-owl .owl-prev span,
.df-reviews-shortcode #lgcomments-owl .owl-next span {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  transform: translateY(-1px);
}

/* Ocultar dots nativos */
.df-reviews-shortcode #lgcomments-owl .owl-dots {
  display: none !important;
}

/* Dots móviles personalizados */
.df-lgc-mobile-dots {
  display: none;
}

/* Refuerzo final */
html,
body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .df-reviews-shortcode #lgcomments-owl {
    padding: 0;
  }

  .df-reviews-shortcode #lgcomments-owl .owl-nav {
    display: none !important;
  }

  .df-lgc-mobile-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 14px;
    padding-top: 8px;
  }

  .df-lgc-mobile-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
  }

  .df-lgc-mobile-dot span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #b8d8d2;
    transition: all .2s ease;
  }

  .df-lgc-mobile-dot.is-active span {
    width: 18px;
    height: 9px;
    border-radius: 999px;
    background: #006a5c;
  }
}