#zohogc-helper-main > div > chat > div > div > div {
  width: 450px
}

@media (max-width: 768px) {
/* 🔥 Anulamos el offset del padre */
#zohogc-helper-main > div > chat > div > div:not(.gcc59b01c4968) {
	top: 0 !important;
    right: 0 !important;
    left: 0 !important;

    width: 100vw !important;
    height: 100vh !important;

    --gc_widget_bottomspace: 0px;
    --gc_widget_rightspace: 0px;
 }
  
 #zohogc-helper-main 
.gcc442a697436.gccedf97c3fb2.gcc5f87debfd0 {
 	transform: scale(0.85);
    position: fixed !important;
    right: -1rem !important;
    /*left: auto !important;*/
    top: 36rem !important;
}

/* 🔥 El chat ocupa toda la pantalla */
#zohogc-helper-main > div > chat > div > div > div {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw;
    max-height: 100vh;

    border-radius: 0;
    margin: 0;
  }

  /* 🔥 Evitar doble scroll */
  body {
    overflow: hidden;
  }
}
