body {
  line-height: 1.4;
  background-color: #fff;
  color: #222;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte h2,
.rte h3,
.rte h4,
.rte h5 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.rte h2 {
  font-size: 2em;
}
.rte h3 {
  font-size: 1.8em;
}
.rte h4 {
  font-size: 1.6em;
}
.rte h5 {
  font-size: 1.2em;
}
.rte ul,
.rte ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.4em;
}
.rte ul {
  list-style: disc;
}
.rte ol {
  list-style: decimal;
}
