.pock-contact-form .wpforms-submit:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.pock-contact-form .wpforms-submit:disabled:hover {
  transform: none;
}

.pock-contact-form input:focus,
.pock-contact-form textarea:focus {
  border-color: #885efe;
  box-shadow: 0 0 0 3px rgba(136, 94, 254, 0.22);
  outline: none;
}

.pock-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.pock-consent-captcha-row {
  align-items: start;
  box-sizing: border-box;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 4px;
  max-width: 100%;
  width: 88% !important;
}

.pock-consent-field,
.pock-private-captcha-field {
  margin: 0;
  padding: 0 !important;
}

.pock-consent-field ul {
  margin-bottom: 0 !important;
}

.pock-consent-field li {
  align-items: flex-start;
  display: flex;
  gap: 9px;
}

.pock-consent-field input[type="checkbox"] {
  flex: 0 0 auto;
  margin-top: 2px;
}

.pock-consent-field .wpforms-field-label-inline {
  line-height: 1.35;
}

.pock-private-captcha-shell {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  max-width: 270px;
  min-height: 52px;
  padding: 6px;
  width: 100%;
}

.pock-private-captcha-shell .private-captcha {
  max-width: 246px;
  width: 100%;
}

.pock-captcha-ready .pock-private-captcha-shell {
  border-color: rgba(97, 206, 112, 0.75);
  box-shadow: 0 0 0 1px rgba(97, 206, 112, 0.25);
}

.pock-form-alert {
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.45;
  margin: 0 0 20px;
  padding: 13px 15px;
}

.pock-form-alert.is-success {
  background: rgba(97, 206, 112, 0.16);
  border: 1px solid rgba(97, 206, 112, 0.52);
  color: #ffffff;
}

.pock-form-alert.is-error {
  background: rgba(255, 84, 84, 0.14);
  border: 1px solid rgba(255, 84, 84, 0.48);
  color: #ffffff;
}

.pock-honeypot {
  display: none !important;
}

@media (min-width: 720px) {
  .pock-consent-captcha-row {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 260px);
  }

  .pock-private-captcha-field {
    justify-self: end;
    width: 100%;
  }

  .pock-private-captcha-shell {
    justify-content: center;
  }
}
