.artdon-captcha-field{
  grid-column:1/-1;
  min-width:0;
  margin:2px 0 4px;
}
.artdon-captcha-label{
  display:block;
  margin:0 0 8px;
  color:#222;
  font-size:11px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.artdon-captcha-label span{color:#d71920}
.artdon-captcha-row{
  display:flex;
  align-items:stretch;
  gap:10px;
  min-width:0;
}
.artdon-captcha-image{
  flex:0 0 156px;
  width:156px;
  height:50px;
  display:block;
  border-radius:3px;
  background:#f7f7f7;
}
.artdon-captcha-code{
  flex:1 1 150px;
  width:auto!important;
  min-width:112px;
  height:50px!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid #cfcfcf!important;
  border-radius:3px!important;
  background:#fff!important;
  color:#111!important;
  font:700 16px/1 Arial,Helvetica,sans-serif!important;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:none!important;
  outline:0;
}
.artdon-captcha-code:focus{border-color:#111!important}
.artdon-captcha-refresh{
  flex:0 0 auto;
  height:50px;
  margin:0!important;
  padding:0 16px!important;
  border:1px solid #cfcfcf!important;
  border-radius:3px!important;
  background:#fff!important;
  color:#111!important;
  font:750 11px/1 Arial,Helvetica,sans-serif!important;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
.artdon-captcha-refresh:hover,.artdon-captcha-refresh:focus{border-color:#111!important;background:#f5f5f5!important}
.artdon-captcha-hint{
  display:block;
  margin:7px 0 0;
  color:#777;
  font-size:11px;
  line-height:1.45;
}
@media(max-width:560px){
  .artdon-captcha-row{display:grid;grid-template-columns:156px minmax(0,1fr)}
  .artdon-captcha-code{min-width:0}
  .artdon-captcha-refresh{grid-column:1/-1;width:100%;height:42px}
}

