/* Rich-text HTML from LK editors on guest SSR pages */
.richtext {
  line-height: 1.6;
}

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

.richtext > *:last-child {
  margin-bottom: 0;
}

.richtext p {
  margin: 0 0 0.75em;
}

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

.richtext strong,
.richtext b {
  font-weight: 600;
}

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

.richtext ul,
.richtext ol {
  margin: 0 0 0.75em;
  padding-left: 1.25em;
}

.richtext a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4 {
  margin: 0 0 0.5em;
  line-height: 1.2;
  font-weight: 600;
}
