.further-reading {
  margin: 0;
  padding-top: 1.313rem;
  padding-bottom: 1.313rem;
  border-bottom: 1px solid rgba(12, 67, 74, 0.16);
}

.further-reading__label {
  margin: 0 0 0.75rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3F5B5F;
}

.further-reading__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.background-plum .further-reading,
.background-teal .further-reading {
  border-bottom-color: rgba(255, 166, 142, 0.3);
}

.background-tan .further-reading {
  border-bottom-color: rgba(12, 67, 74, 0.3);
}

.background-plum .further-reading__label,
.background-teal .further-reading__label {
  color: #FDFBFA;
  opacity: 0.82;
}

.background-tan .further-reading__label {
  color: #072F33;
  opacity: 1;
}

/*# sourceMappingURL=further-reading.css.map */
