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

.f3d-title {
  margin: 0 0 9px;
  color: #0d4f27;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

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

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

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

.f3d-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.f3d-body {
  min-width: 0;
}

.f3d-body h3 {
  margin: 0 0 3px;
  color: #142014;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.f3d-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 3px;
}

.f3d-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 19px;
  padding: 0 6px;
  color: #2d6f29;
  background: #edf5e9;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.f3d-meta .f3d-badge-new {
  color: #fff;
  background: #d52929;
}

.f3d-body p {
  margin: 3px 0 0;
  color: #566156;
  font-size: 12px;
  line-height: 1.35;
}

.f3d-download {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  margin-top: 2px;
  padding: 0 12px;
  color: #fff;
  background: linear-gradient(180deg, #3c8e2e, #28731e);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(35, 105, 28, .22);
}

.f3d-download svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

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

.f3d-missing {
  grid-column: 1 / -1;
  color: #8a241b;
  background: #fff1ed;
  border-color: #f0cdc5;
}

@media (min-width: 390px) {
  .f3d-item {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .f3d-download,
  .f3d-missing {
    grid-column: auto;
    margin-top: 0;
    white-space: nowrap;
  }
}
