.f3k-wrap {
  color: #102010;
}

.f3k-title {
  margin: 0 0 12px;
  color: #0d4f27;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.15;
}

.f3k-intro-row {
  display: grid !important;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 18px;
}

.f3k-intro-icon {
  display: grid !important;
  place-items: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  max-width: 42px;
  max-height: 42px;
  color: #fff;
  background: #2f7d2f;
  border-radius: 50%;
}

.f3k-intro-icon svg {
  display: block !important;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  fill: currentColor;
}

.f3k-intro-row p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.f3k-form {
  display: grid !important;
  gap: 12px;
}

.f3k-field,
.f3k-fieldset {
  display: grid !important;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  min-inline-size: 0;
}

.f3k-field span,
.f3k-fieldset legend {
  color: #1e2c1e;
  font-size: 12px;
  font-weight: 800;
}

.f3k-field input,
.f3k-field select,
.f3k-field textarea,
.f3k-fieldset input {
  display: block !important;
  width: 100% !important;
  min-height: 42px;
  padding: 10px 12px;
  color: #182318;
  background: #fff;
  border: 1px solid #dfe6da;
  border-radius: 7px;
  font-size: 13px;
  box-shadow: inset 0 1px 2px rgba(20, 35, 20, .04);
}

.f3k-field textarea {
  min-height: 118px;
  resize: vertical;
}

.f3k-field small {
  justify-self: end;
  color: #738070;
  font-size: 10px;
}

.f3k-fieldset {
  gap: 8px;
}

.f3k-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  width: 100%;
  margin-top: 4px;
  color: #fff;
  background: linear-gradient(180deg, #3d8b2e, #2c741f);
  border: 0;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(30, 92, 24, .22);
}

.f3k-submit svg {
  display: block !important;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  fill: currentColor;
}

.f3k-alert {
  margin: 12px 0 0;
  padding: 12px 13px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
}

.f3k-alert p {
  margin: 3px 0 0;
}

.f3k-alert-success {
  color: #1e441b;
  background: #eef7e8;
  border: 1px solid #cfe6c4;
}

.f3k-alert-error {
  color: #6a261f;
  background: #fff0ed;
  border: 1px solid #f0c9c2;
}
