/* Generated by npm run build. */
.skh-gp .skh-gp__plant-gallery figure {
  background: #f2f4ef;
  display: flex;
  flex-direction: column;
}

.skh-gp .skh-gp__plant-gallery figure > a {
  display: grid;
  flex: 1;
  min-height: 0;
  place-items: center;
}

.skh-gp .skh-gp__plant-gallery img {
  object-fit: contain;
}

.skh-gp .skh-gp__plant-gallery figcaption {
  background: #fff;
  color: #676164;
  font-size: .8rem;
  padding: .55rem .75rem;
}

.skh-gp .skh-gp__plant-lightbox {
  background: #171717;
  border: 0;
  border-radius: var(--skh-gp-radius-small);
  color: #fff;
  max-height: calc(100vh - 2rem);
  max-width: calc(100vw - 2rem);
  padding: 2.75rem 1rem 1rem;
  width: min(90rem, calc(100vw - 2rem));
}

.skh-gp .skh-gp__plant-lightbox::backdrop {
  background: rgb(0 0 0 / 82%);
}

.skh-gp .skh-gp__plant-lightbox img {
  display: block;
  height: auto;
  margin-inline: auto;
  max-height: calc(100vh - 8rem);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.skh-gp .skh-gp__plant-lightbox p {
  margin: .75rem auto 0;
  max-width: var(--skh-gp-measure);
  text-align: center;
}

.skh-gp .skh-gp__plant-lightbox p:empty {
  display: none;
}

.skh-gp .skh-gp__plant-lightbox-close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #173f31;
  cursor: pointer;
  display: flex;
  font-size: 1.75rem;
  height: 2.25rem;
  justify-content: center;
  position: absolute;
  right: .65rem;
  top: .5rem;
  width: 2.25rem;
}
.skh-gp--plant-detail .skh-gp__plant-taxonomy {
  background: linear-gradient(135deg, var(--skh-gp-color-leaf), #fff);
  border: .08rem solid rgb(36 63 50 / 14%);
  border-radius: var(--skh-gp-radius-small);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.skh-gp--plant-detail .skh-gp__plant-taxonomy-intro {
  color: #596d63;
  font-size: .92em;
}

.skh-gp--plant-detail .skh-gp__plant-taxonomy dl {
  display: grid;
  gap: 0;
  margin: 1.25rem 0;
}

.skh-gp--plant-detail .skh-gp__plant-taxonomy dl > div {
  border-top: .08rem solid rgb(36 63 50 / 13%);
  display: grid;
  gap: .35rem 1rem;
  grid-template-columns: minmax(9rem, .7fr) minmax(0, 1.3fr);
  padding-block: .7rem;
}

.skh-gp--plant-detail .skh-gp__plant-taxonomy dt {
  font-weight: 750;
}

.skh-gp--plant-detail .skh-gp__plant-taxonomy dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.skh-gp--plant-detail .skh-gp__plant-taxonomy-source {
  font-size: .9em;
  margin-bottom: 0;
}

@media (max-width: 34rem) {
  .skh-gp--plant-detail .skh-gp__plant-taxonomy dl > div {
    grid-template-columns: 1fr;
  }
}
