.f3g-wrap {
  width: 100%;
  color: #142114;
}

.f3g-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 12px;
}

.f3g-title {
  margin: 0;
  color: #0d4f27;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.f3g-description {
  margin: 5px 0 0;
  color: #5f6b5f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.f3g-download-all {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  align-items: center;
  min-height: 36px;
  padding: 0 11px;
  color: #fff;
  background: linear-gradient(180deg, #3c8e2e, #28731e);
  border-radius: 999px;
  box-shadow: 0 5px 13px rgba(35, 105, 28, .24);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.f3g-download-all span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, .18);
  border-radius: 50%;
}

.f3g-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.f3g-item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  background: #fff;
  border: 1px solid #dfe6da;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(21, 35, 20, .13);
}

.f3g-image-link {
  display: block;
  aspect-ratio: 1 / .78;
  background: #edf3e9;
}

.f3g-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f3g-item-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 6px;
  align-items: center;
  min-height: 44px;
  padding: 7px 7px 7px 9px;
}

.f3g-item-bar span {
  min-width: 0;
  color: #182318;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f3g-item-bar a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #24712c;
  background: #edf5e8;
  border: 1px solid #cfe1c6;
  border-radius: 50%;
}

.f3g-item-bar svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

body.f3g-lightbox-open {
  overflow: hidden;
}

.f3g-lightbox[aria-hidden="true"] {
  display: none;
}

.f3g-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 18px;
}

.f3g-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 20, 10, .88);
  backdrop-filter: blur(5px);
}

.f3g-lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(920px, 100%);
  min-height: 260px;
}

.f3g-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 148px);
  object-fit: contain;
  background: #0b1a0f;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
}

.f3g-lightbox-close,
.f3g-lightbox-nav {
  appearance: none;
  position: absolute;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .24);
  cursor: pointer;
}

.f3g-lightbox-close {
  top: -10px;
  right: -10px;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 1;
}

.f3g-lightbox-nav {
  top: 50%;
  width: 46px;
  height: 46px;
  font-size: 40px;
  line-height: 1;
  transform: translateY(-50%);
}

.f3g-lightbox-prev {
  left: 10px;
}

.f3g-lightbox-next {
  right: 10px;
}

.f3g-lightbox-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  width: min(620px, 100%);
  margin-top: 12px;
  padding: 9px 10px;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
}

.f3g-lightbox-title {
  min-width: 0;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f3g-lightbox-download {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #0d4f27;
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.f3g-empty {
  margin: 0;
  padding: 14px 12px;
  color: #657065;
  background: #fff;
  border: 1px solid #dfe6da;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(21, 35, 20, .1);
  font-size: 14px;
  font-weight: 700;
}

.f3g-albums-title {
  margin-bottom: 12px;
}

.f3g-albums-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.f3g-album-card {
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid #dfe6da;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(21, 35, 20, .13);
  text-decoration: none;
}

.f3g-album-cover {
  display: block;
  aspect-ratio: 1 / .72;
  background: linear-gradient(135deg, #edf5e8, #dbe9d4);
}

.f3g-album-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f3g-album-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 34% 34%, rgba(47, 125, 47, .18) 0 18px, transparent 19px),
    linear-gradient(135deg, #edf5e8, #dbe9d4);
}

.f3g-album-body {
  display: grid;
  gap: 3px;
  padding: 9px 10px 10px;
}

.f3g-album-body strong {
  color: #142114;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.f3g-album-body small {
  color: #667066;
  font-size: 12px;
  font-weight: 750;
}

@media (min-width: 430px) {
  .f3g-grid,
  .f3g-albums-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 360px) {
  .f3g-head {
    display: grid;
  }

  .f3g-download-all {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .f3g-lightbox {
    padding: 12px;
  }

  .f3g-lightbox-image {
    max-height: calc(100vh - 132px);
  }

  .f3g-lightbox-close {
    top: 8px;
    right: 8px;
  }

  .f3g-lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 34px;
  }

  .f3g-lightbox-prev {
    left: 8px;
  }

  .f3g-lightbox-next {
    right: 8px;
  }
}
