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

.f3e-intro {
  margin: 0 0 12px;
  color: #102010;
  font-size: 13px;
  line-height: 1.45;
}

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

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

.f3e-icon {
  display: grid !important;
  place-items: center;
  width: 42px !important;
  height: 42px !important;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.f3e-icon-medic {
  background: #2f7d2f;
}

.f3e-icon-fire {
  background: #c8351c;
}

.f3e-icon-both {
  background: #276c8e;
}

.f3e-icon svg {
  display: block !important;
  width: 23px !important;
  height: 23px !important;
  fill: currentColor;
}

.f3e-name {
  margin: 0 0 3px;
  color: #152015;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
}

.f3e-meta {
  margin: 0;
  color: #1c241c;
  font-size: 12px;
  line-height: 1.32;
}

.f3e-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.f3e-badge-medic {
  background: #2f7d2f;
}

.f3e-badge-fire {
  background: #c8351c;
}

.f3e-badge-both {
  background: #276c8e;
}

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