.plant-list {
  position: relative;
}

.plant a, .plant-cats a {
  display: inline-block;
  zoom: 1;
}

.plant dl dt, .plant dl dd {
  box-sizing: border-box;
}

.plant dl, .plant-list {
  display: flex;
  flex-wrap: wrap;
}

.plant dl, .plant-list {
  justify-content: space-between;
}

.plant-list {
  align-items: flex-start;
}

.plant-list h2, .plant-list h1 {
  font-family: "bodoni_72", sans-serif;
}

.plant-list {
  padding-left: 15%;
  padding-right: 15%;
}
@media screen and (min-width: 600px) and (max-width: 1440px) {
  .plant-list {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 599px) {
  .plant-list {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.plant-list {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .plant-list {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 450px) {
  .plant-list {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.plant-list h1 {
  font-size: 3.3em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .plant-list h1 {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .plant-list h1 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 450px) {
  .plant-list h1 {
    font-size: 1.3em;
  }
}

.intro p, .plant-list h2 {
  font-size: 2.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .intro p, .plant-list h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .intro p, .plant-list h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 450px) {
  .intro p, .plant-list h2 {
    font-size: 1.5em;
  }
}

.plant-list p, .plant dl dt, .plant dl dd {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .plant-list p, .plant dl dt, .plant dl dd {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .plant-list p, .plant dl dt, .plant dl dd {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .plant-list p, .plant dl dt, .plant dl dd {
    font-size: 0.9em;
  }
}

.plant-list h2, .plant-list h1 {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.8em;
}

.plant dl dt, .plant dl dd {
  font-weight: normal;
  line-height: 1.65em;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

.webp .hero {
  background-image: url("/app/images/plants/hero.webp");
}

.no-webp .hero {
  background-image: url("/app/images/plants/hero.jpg");
}

.plant-cats {
  margin-bottom: 4em;
}
.plant-cats a {
  border-radius: 10px;
  background-color: #653332;
  color: #FFFFFF;
  padding: 0.2em 0.6em;
  margin: 0 0.5em 0.5em;
}
.plant-cats a:hover {
  background-color: #a95554;
}

.plant-list {
  background-color: #f7f3eb;
}
.plant-list h1 {
  width: 100%;
  margin-bottom: 2em;
}
.plant-list h2 {
  border-bottom: 5px solid #b9e95a;
}
.plant-list p {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
}

.plant {
  width: 100%;
  margin-bottom: 6em;
}
.plant dl dt, .plant dl dd {
  width: 50%;
  margin-bottom: 0.2em;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  padding: 0.2em 0;
}
.plant dl dt {
  font-weight: bold;
}
.plant dl dd {
  font-style: oblique;
}
.plant a {
  font-weight: bold;
  color: #2d7e56;
  margin-top: 1em;
}
.plant a:hover {
  color: #99cc33;
}

.plant::after {
  content: "";
  flex: auto;
}

@media screen and (max-width: 600px) {
  .plant dt, .plant dd {
    width: 100%;
  }
  .plant dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .plant dd {
    padding-top: 0;
  }
}
