/* ============================================
   FIX v1.9 (build v2.1) — Chat Cliengo + back-to-top
   ============================================ */

/* Chat Cliengo - mover a la izquierda para no topar con borde */
iframe[src*="cliengo"],
iframe[src*="cliengo.com"],
[id*="cliengo"],
[class*="cliengo"],
.cl-chat-widget,
#cl-chat-widget,
#cl-widget-container,
[data-cl-widget] {
  right: 24px !important;
}

/* Back-to-top más adentro para separarse del chat */
.back-to-top {
  bottom: 160px !important;
  right: 24px !important;
  z-index: 9998 !important;
}
@media (max-width: 720px) {
  .back-to-top {
    bottom: 150px !important;
    right: 16px !important;
    width: 42px !important;
    height: 42px !important;
  }
}

/* Asegurar que back-to-top no se solape con footer */
.site-footer + .back-to-top,
body > .back-to-top {
  position: fixed !important;
}
