.readmore-wrapper {
  font-size: 1rem;
  max-width: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}
.readmore-wrapper::after {
  content: none;
}
.readmore-wrapper p {
  margin-top: 0;
}
.readmore-wrapper strong {
  font-weight: bold;
  color: #001313;
}

.readmore-toggle {
  margin-top: 16px;
  font-size: 1rem;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
}
.readmore-toggle:hover {
  color: black;
}

.readmore-wrapper {
  --lh: 1.5rem;
  --clamp-lines: 3;
  transition: max-height 0.3s ease;
}
.readmore-wrapper.clamped {
  overflow: hidden;
}

.seo-text__heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: Volte;
  margin-bottom: 0px;
  font-style: normal;
  margin-bottom: 16px;
}

.seo-text__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0px;
}
