.ounuo-mail-form-status {
  margin: 14px 0 0;
  color: #167b35;
  font-size: 14px;
  line-height: 1.5;
}

.ounuo-mail-form-status.is-error {
  color: #b32d2e;
}

form.is-sending [type="submit"] {
  opacity: 0.72;
  cursor: progress;
}

.ounuo-mail-captcha {
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
  max-width: 100%;
}

.ounuo-mail-captcha::after {
  content: "";
  display: block;
  clear: both;
}

.ounuo-mail-captcha__field {
  display: inline-block;
  width: 128px;
  margin: 0;
  vertical-align: bottom;
}

.ounuo-mail-captcha__field span {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font-size: 15px;
  line-height: 1.3;
}

.ounuo-mail-captcha__field input {
  width: 128px;
  max-width: 100%;
  height: 48px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  color: #121010;
  font-size: 16px;
  outline: none;
  padding: 0 14px;
}

.ounuo-mail-captcha__field input:focus {
  border-color: #d7000f;
  box-shadow: 0 10px 24px rgba(215, 0, 15, 0.1);
}

.ounuo-mail-captcha__image-button {
  display: inline-block;
  width: 116px;
  height: 48px;
  margin-left: 12px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 2px;
  cursor: pointer;
  vertical-align: bottom;
}

.ounuo-mail-captcha__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .ounuo-mail-captcha__image-button {
    width: 116px;
  }
}

@media (max-width: 360px) {
  .ounuo-mail-captcha__field,
  .ounuo-mail-captcha__image-button {
    display: block;
  }

  .ounuo-mail-captcha__image-button {
    margin-top: 10px;
    margin-left: 0;
  }
}
