.kopek-form {
  position: relative;
}

.form-status {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 3px solid currentColor;
  font-size: 14px;
  line-height: 1.5;
}

.form-status[hidden] {
  display: none;
}

.form-status.is-pending {
  color: #4f625e;
  background: rgba(79, 98, 94, 0.1);
}

.form-status.is-success {
  color: #155c4f;
  background: rgba(21, 92, 79, 0.12);
}

.form-status.is-error {
  color: #8b2f28;
  background: rgba(139, 47, 40, 0.1);
}

.form-status a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.kopek-form [type="submit"][disabled] {
  cursor: wait;
  opacity: 0.72;
}

.form-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.is-disabled-link {
  cursor: not-allowed;
  opacity: 0.58;
}
