/* CRM runtime styles: hidden honeypot and responsive error messages. */
.ap-honeypot{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
}
.smartcaptcha-shell{
  min-width:0;
  max-width:100%;
  min-height:0;
  margin:0;
}
.smartcaptcha-shell--error{
  min-height:auto;
  color:#b42318;
  font-size:13px;
  line-height:1.4;
  white-space:normal;
  overflow-wrap:anywhere;
}
.ap-crm-status--error{
  min-width:0;
  max-width:100%;
  color:#b42318!important;
  white-space:normal;
  overflow-wrap:anywhere;
}