/* ===== ФОРМА "ЗАБРОНИРОВАТЬ" (ID 38) – ваши старые правила (оставляем как есть) ===== */
#webform-client-form-38 fieldset.captcha legend {
  display: none;
}
#webform-client-form-38 .form-item-captcha-response .description {
  display: none;
}
#webform-client-form-38 .captcha img {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  #webform-client-form-38 .form-item-captcha-response {
    text-align: center;
  }
  #webform-client-form-38 .form-item-captcha-response input {
    display: inline-block;
    width: auto;
  }
}