.instant-query{
  position:fixed; right:18px; bottom:18px; z-index:9999;
  background:#3F51B5; color:#fff; border-radius:999px;
  padding:12px 18px; box-shadow:0 12px 26px rgba(63,81,181,.3);
  font-weight:600; text-decoration:none;
}
.instant-query-panel{
  position:fixed; right:18px; bottom:70px; width:320px; z-index:9999;
  background:#FDFEFF; border:1px solid rgba(63,81,181,.12); border-radius:16px;
  box-shadow:0 16px 36px rgba(0,0,0,.12); padding:14px; display:none;
}
.instant-query-panel.active{ display:block; }
.instant-query-panel h4{ margin:0 0 8px; }
.instant-query-panel input, .instant-query-panel textarea{
  width:100%; padding:8px; margin-bottom:8px; border:1px solid #dbe1f1; border-radius:8px;
}
