.f3t-wrap {
  width: 100%;
  margin: 0 auto;
  min-height: 0;
  background: transparent;
  color: #102010;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.f3t-body {
  padding: 0;
}

.f3t-intro {
  margin: 0 0 12px;
  padding: 0 1px;
  font-size: 14px;
  line-height: 1.45;
}

.f3t-list {
  display: grid;
  gap: 8px;
}

.f3t-section-title {
  margin: 12px 0 0;
  color: #0d4f27;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 1.2;
}

.f3t-section-title:first-child {
  margin-top: 0;
}

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

.f3t-avatar {
  display: block !important;
  width: 52px;
  height: 52px;
  max-width: 52px;
  max-height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #e3e8dc;
}

.f3t-avatar-placeholder {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.f3t-avatar-placeholder svg {
  display: block !important;
  width: 52px;
  height: 52px;
  max-width: 52px;
  max-height: 52px;
}

.f3t-info {
  min-width: 0;
}

.f3t-info h2 {
  margin: 0 0 3px;
  color: #152015;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.f3t-info p {
  margin: 0;
  color: #1c241c;
  font-size: 12px;
  font-weight: 540;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.f3t-actions {
  display: flex;
  gap: 11px;
  align-items: center;
  padding-left: 4px;
}

.f3t-action {
  display: grid !important;
  place-items: center;
  width: 43px;
  height: 43px;
  min-width: 43px;
  min-height: 43px;
  max-width: 43px;
  max-height: 43px;
  color: #4b862e;
  background: #fbfdfa;
  border: 1px solid #dfe9d7;
  border-radius: 50%;
}

.f3t-action svg {
  display: block !important;
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  fill: currentColor;
}

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

@media (max-width: 360px) {
  .f3t-card {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 7px;
  }

  .f3t-avatar,
  .f3t-avatar-placeholder svg {
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
  }

  .f3t-actions {
    gap: 6px;
  }

  .f3t-action {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
  }
}
