.kbs-security-check {
  margin: 18px 0;
  padding: 16px 18px;
  background: #f7f9fc;
  border: 1px solid #d8e3ef;
  border-radius: 10px;
}

.kbs-security-check__label {
  margin: 0 0 10px;
  font-weight: 700;
  color: #24364b;
}

.kbs-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.kbs-public-error {
  margin: 0 0 22px;
  padding: 16px 18px;
  background: #fff5e6;
  border: 1px solid #edc77d;
  border-left: 6px solid #c98a00;
  border-radius: 10px;
  color: #5b4100;
}

.kbs-public-error strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.kbs-public-error p {
  margin: 0;
}
