.richtext {
  line-height: 1.4;
  font-size: 1.2em;
  color: var(--body-text);
}

.richtext a {
}

.richtext a:hover {
  opacity: 0.6;
}

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

.richtext h1 {
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--heading-1);
}

.richtext h2 {
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--heading-2);
}

.richtext h3 {
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--heading-3);
}

.richtext h4 {
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--heading-4);
}

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

.richtext a[href^="http"]:not([href*="events.ntv.org.au"]):not([href*="localhost:8000"]):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 a[href^="#"]:before {
  content: ' ';
  background: url('/static/images/anchor_arrow.svg') center/contain no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.richtext a[href^="mailto:"]:before {
  content: ' ';
  background: url('/static/images/envelope.svg') center/contain no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

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


.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;
}
