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

.f3p-head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  padding: 14px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(7, 59, 28, .96), rgba(28, 112, 46, .92)),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, .04) 18px 19px);
  border-radius: 8px;
  box-shadow: 0 5px 16px rgba(19, 48, 22, .18);
}

.f3p-avatar,
.f3p-avatar img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}

.f3p-avatar {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, .16);
  border: 2px solid rgba(255, 255, 255, .78);
}

.f3p-avatar img {
  display: block;
  object-fit: cover;
}

.f3p-title {
  min-width: 0;
}

.f3p-title h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.f3p-title p {
  margin: 5px 0 0;
  color: #d6ef7a;
  font-size: 13px;
  font-weight: 750;
}

.f3p-grid {
  display: grid;
  gap: 8px;
}

.f3p-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 10px;
  background: #fff;
  border: 1px solid #dfe6da;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(21, 35, 20, .1);
}

.f3p-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #2f7d2f;
  background: #edf5e9;
  border-radius: 8px;
}

.f3p-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.f3p-row strong,
.f3p-row em {
  display: block;
  font-style: normal;
  overflow-wrap: anywhere;
}

.f3p-row strong {
  color: #657065;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.f3p-row em {
  margin-top: 2px;
  color: #142014;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
}

.f3p-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(180deg, #3c8e2e, #28731e);
  border-radius: 7px;
  box-shadow: 0 4px 10px rgba(35, 105, 28, .22);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.f3p-message {
  margin: 0;
  padding: 14px 12px;
  color: #657065;
  background: #fff;
  border: 1px solid #dfe6da;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 650;
}

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

.f3p-edit-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-bottom: 10px;
  padding: 13px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(7, 59, 28, .96), rgba(28, 112, 46, .92)),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, .04) 18px 19px);
  border-radius: 8px;
  box-shadow: 0 5px 16px rgba(19, 48, 22, .18);
}

.f3p-avatar-small,
.f3p-avatar-small img {
  width: 62px;
  height: 62px;
}

.f3p-edit-head h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.12;
}

.f3p-edit-head p {
  margin: 5px 0 0;
  color: #d6ef7a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.f3p-edit-card {
  padding: 12px;
  background: #fff;
  border: 1px solid #dfe6da;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(21, 35, 20, .1);
}

.f3p-edit-form {
  display: grid;
  gap: 10px;
}

.f3p-field {
  display: grid;
  gap: 5px;
}

.f3p-field span {
  color: #1d281d;
  font-size: 11px;
  font-weight: 850;
}

.f3p-field input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: #142014;
  background: #fff;
  border: 1px solid #dbe2d7;
  border-radius: 6px;
  box-shadow: none;
  font-size: 13px;
}

.f3p-field input:focus {
  border-color: #2e7d26;
  box-shadow: 0 0 0 3px rgba(46, 125, 38, .12);
  outline: 0;
}

.f3p-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 43px;
  margin-top: 4px;
  color: #fff;
  background: linear-gradient(180deg, #3c8e2e, #28731e);
  border: 0;
  border-radius: 7px;
  box-shadow: 0 6px 14px rgba(35, 105, 28, .3);
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.f3p-alert {
  margin: 0 0 10px;
  padding: 10px 11px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.f3p-alert-success {
  color: #276c24;
  background: #edf5e9;
  border: 1px solid #d5e6cf;
}

.f3p-alert-error {
  color: #8a241b;
  background: #fff1ed;
  border: 1px solid #f0cdc5;
}

.f3p-edit-card .um {
  margin: 0 !important;
  max-width: none !important;
}

.f3p-edit-card .um-form,
.f3p-edit-card form {
  margin: 0 !important;
}

.f3p-edit-card .um-field {
  padding: 0 0 12px !important;
}

.f3p-edit-card .um-field-label {
  margin: 0 0 5px !important;
}

.f3p-edit-card .um-field-label label,
.f3p-edit-card label {
  color: #1d281d !important;
  font-size: 11px !important;
  font-weight: 850 !important;
}

.f3p-edit-card input[type="text"],
.f3p-edit-card input[type="email"],
.f3p-edit-card input[type="password"],
.f3p-edit-card input[type="url"],
.f3p-edit-card input[type="tel"],
.f3p-edit-card textarea,
.f3p-edit-card select {
  min-height: 42px !important;
  padding: 0 12px !important;
  color: #142014 !important;
  background: #fff !important;
  border: 1px solid #dbe2d7 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-size: 13px !important;
}

.f3p-edit-card textarea {
  min-height: 92px !important;
  padding-top: 10px !important;
}

.f3p-edit-card input:focus,
.f3p-edit-card textarea:focus,
.f3p-edit-card select:focus {
  border-color: #2e7d26 !important;
  box-shadow: 0 0 0 3px rgba(46, 125, 38, .12) !important;
  outline: 0 !important;
}

.f3p-edit-card .um-button,
.f3p-edit-card input[type="submit"].um-button,
.f3p-edit-card input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 43px !important;
  margin-top: 4px !important;
  color: #fff !important;
  background: linear-gradient(180deg, #3c8e2e, #28731e) !important;
  border: 0 !important;
  border-radius: 7px !important;
  box-shadow: 0 6px 14px rgba(35, 105, 28, .3) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  text-transform: none !important;
}

.f3p-edit-card .um-notice,
.f3p-edit-card .um-field-error {
  border-radius: 7px !important;
  font-size: 12px !important;
}

.f3p-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding: 0 14px;
  color: #2f7d2f;
  background: #edf5e9;
  border: 1px solid #d5e6cf;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 360px) {
  .f3p-head {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .f3p-avatar,
  .f3p-avatar img {
    width: 66px;
    height: 66px;
  }

  .f3p-title h2 {
    font-size: 19px;
  }
}
