/* Formatted CMS text on the public site */
.rich-text p {
  margin: 0 0 0.85em;
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4 {
  margin: 0 0 0.45em;
  line-height: 1.2;
  font-weight: 700;
}

.rich-text ul,
.rich-text ol {
  margin: 0 0 0.85em;
  padding-left: 1.25em;
}

.rich-text li + li {
  margin-top: 0.2em;
}

.rich-text blockquote {
  margin: 0 0 0.85em;
  padding-left: 0.85em;
  border-left: 3px solid #d0d0d0;
  color: #555;
}

.rich-text strong,
.rich-text b {
  font-weight: 700;
}

.rich-text em,
.rich-text i {
  font-style: italic;
}

.rich-text u {
  text-decoration: underline;
}

.rich-text s,
.rich-text strike {
  text-decoration: line-through;
}
