/* Fix CAPTCHA image sizing */
.captcha__image-wrapper img {
  width: auto !important;
  height: auto !important;
  max-width: 180px !important;
  max-height: 60px !important;
  object-fit: contain !important;
}
