.gate-cb-root {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(5.4rem, calc(env(safe-area-inset-bottom, 0px) + 5.4rem));
  z-index: 12040;
  font-family: inherit;
}
html.has-gate-wa .mr-sisulu-root {
  bottom: max(10rem, calc(env(safe-area-inset-bottom, 0px) + 10rem));
}
.gate-cb-fab {
  border: 0;
  border-radius: 999px;
  padding: .65rem 1rem;
  background: #551516;
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  box-shadow: 0 10px 28px rgba(85, 21, 22, .35);
  cursor: pointer;
}
.gate-cb-panel {
  position: absolute;
  right: 0;
  bottom: 3.2rem;
  width: min(92vw, 360px);
  background: #fff;
  border: 1px solid #e4ddd8;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(26, 26, 46, .2);
  padding: 1rem 1.05rem 1.1rem;
}
.gate-cb-panel[hidden] { display: none !important; }
.gate-cb-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .35rem;
}
.gate-cb-panel__head h2 {
  margin: 0;
  font-size: 1rem;
  color: #551516;
}
.gate-cb-close {
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: #71717a;
}
.gate-cb-lead {
  margin: 0 0 .75rem;
  font-size: .82rem;
  color: #52525b;
  line-height: 1.45;
}
.gate-cb-panel label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  margin: .45rem 0 .2rem;
}
.gate-cb-panel input,
.gate-cb-panel select,
.gate-cb-panel textarea {
  width: 100%;
  box-sizing: border-box;
  padding: .5rem .6rem;
  border: 1px solid #d0d5d6;
  border-radius: 6px;
  font: inherit;
}
.gate-cb-honeypot { position: absolute; left: -9999px; }
.gate-cb-submit {
  margin-top: .75rem;
  width: 100%;
  border: 0;
  border-radius: 6px;
  padding: .65rem .8rem;
  background: #551516;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.gate-cb-status { font-size: .8rem; margin: .5rem 0 0; }
.gate-cb-status.is-ok { color: #166534; }
.gate-cb-status.is-err { color: #991b1b; }
