.mbs-antibot-security {
  clear: both;
  display: block;
  margin: 1rem 0;
  max-width: 100%;
  overflow: hidden;
}

.mbs-antibot-widget-slot {
  min-height: 65px;
  max-width: 100%;
}

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

.mbs-antibot-client-error,
.mbs-antibot-public-error {
  margin-top: 1rem;
}

@media (max-width: 390px) {
  .mbs-antibot-security,
  .mbs-antibot-widget-slot,
  .mbs-antibot-widget-slot > div,
  .mbs-antibot-widget-slot iframe {
    max-width: 100% !important;
  }
}
