.richtext {
  line-height: 1.4;
  font-size: 20px;
}

.richtext a {
  color: var(--aqua);
}

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

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4 {
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 0;
  font-weight: 900;
  color: var(--base01);
}

.richtext p {
  margin-top: 1.4em;
  min-height: 1em;
  margin-bottom: 0;
}

.richtext a[href^="https://"]:not([href*="mrs.log.au"]):before {
  content: ' ';
  background: url('/static/images/external.svg') center/contain no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 5px;
}

.richtext blockquote {
  position: relative;
  margin: 3rem 0 1.4rem;
  padding: 0;
  font-style: italic;
}

ul,
ol {
  margin: 1.4em 0 1em;
  padding-left: 1.5em;
}

li {
  margin-bottom: 1em;
}

.richtext .responsive-object {
  position: relative;
  margin: 1em 0;
}

.richtext .responsive-object iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.richtext-image {
  margin: 1em 0;
  width: 100%;
  display: block;
  height: auto;
}
