.arnika-free-check {
  max-width: 560px;
}

.arnika-free-check__form {
  padding: 16px;
  border: 1px solid #c5d0d8;
  background: #f7fafc;
}

.arnika-free-check__form label {
  display: block;
  margin-bottom: 0.35rem;
}

.arnika-free-check__form input[type="text"],
.arnika-free-check__form input[type="email"] {
  width: 100%;
  max-width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.arnika-free-check__form .arnika-fc-field {
  margin: 0 0 1rem;
}

.arnika-free-check__form .arnika-fc-consent {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.arnika-free-check__form .arnika-fc-consent input {
  margin-right: 0.4rem;
}

.arnika-free-check__hp {
  display: none !important;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.arnika-fc-email-hint {
  display: none;
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #8a5a00;
  background: #fff8e6;
  border: 1px solid #f0d78c;
  padding: 0.5rem 0.65rem;
}

.arnika-fc-email-hint.is-visible {
  display: block;
}

.arnika-fc-turnstile {
  margin: 0 0 1rem;
}

.arnika-free-check__submit {
  padding: 10px 16px;
  background: #0b6e4f;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.arnika-free-check__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.arnika-free-check__success {
  display: none;
  padding: 16px;
  background: #eef7f2;
  border: 1px solid #b7d7c7;
  margin-bottom: 16px;
}

.arnika-free-check__success.is-visible {
  display: block;
}

.arnika-free-check__error {
  display: none;
  padding: 12px;
  background: #fde8e8;
  border: 1px solid #f5c2c2;
  margin-bottom: 12px;
}

.arnika-free-check__error.is-visible {
  display: block;
}

.arnika-free-check__note {
  font-size: 12px;
  color: #555;
  margin: 0.75rem 0 0;
}
