.f3r-wrap {
  color: #102010;
  width: 100%;
}

.f3r-intro-row {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
}

.f3r-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%;
  overflow: hidden;
}

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

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

.f3r-form,
.f3r-details {
  display: grid !important;
  gap: 12px;
}

.f3r-details {
  display: none !important;
}

.f3r-details.is-open {
  display: grid !important;
}

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

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

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

.f3r-field textarea {
  min-height: 132px;
  resize: vertical;
}

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

.f3r-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  width: 100% !important;
  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);
}

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

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

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

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

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