/* ── ALLINEAMENTO BOLLA CON WHATSAPP (desktop) ── */
#lhc_container_v2 #lhc_status_widget_v2 {
  right: 0px !important;
}

/* ── PALLINO ONLINE (desktop) ── */
#lhc_container_v2 #lhc_status_widget_v2[data-online]::after {
  content: '' !important;
  position: fixed !important;
  bottom: 15px !important;
  right: 60px !important;
  width: 18px !important;
  height: 18px !important;
  background-color: #2ecc71 !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  z-index: 2147483641 !important;
  pointer-events: none !important;
}

/* ── MOBILE ── */
@media only screen and (max-device-width: 768px) {
  #lhc_container_v2 #lhc_status_widget_v2 {
    min-height: 65px !important;
    min-width: 65px !important;
    max-height: 65px !important;
    max-width: 65px !important;
    width: 65px !important;
    height: 65px !important;
    bottom: 20px !important;
    right: 0px !important;
  }

  #lhc_container_v2 #lhc_status_widget_v2[data-online]::after {
    bottom: 15px !important;
    right: 50px !important;
    width: 13px !important;
    height: 13px !important;
  }
}