@media (max-width:720px) {
  #zsiq_float {
    border:4px solid #fff !important;
    border-radius:50% !important;
    box-sizing:border-box !important;
    box-shadow:0 7px 20px rgba(0,0,0,.24) !important;
  }

  .zsiq-float-tooltip {
    display:none !important;
  }

  html.zobot-cookie-offset #zsiq_float {
    bottom:var(--zobot-cookie-clearance) !important;
  }

  html.zobot-cookie-offset .zsiq_floatmain {
    top:12px !important;
    bottom:auto !important;
    height:calc(100dvh - var(--zobot-cookie-clearance) - 12px) !important;
    max-height:calc(100dvh - var(--zobot-cookie-clearance) - 12px) !important;
  }

  html.zobot-cookie-offset .zsiq_floatmain > iframe,
  html.zobot-cookie-offset .zsiq_floatmain .siqembed {
    height:100% !important;
    max-height:100% !important;
  }

  html.cookie-modal-open #zsiq_float,
  html.cookie-modal-open .zsiq_floatmain {
    opacity:0 !important;
    pointer-events:none !important;
  }
}
