.richtext {
  line-height: 1.4;
  font-size: 1.2em;
}

.richtext a {
}

.richtext a:hover {
  opacity: 0.6;
}

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

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4 {
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 900;
}

.richtext h1 {
  font-size: 2.5em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .richtext h1 {
    font-size: 1.9em;
  }
}

.richtext h2 {
  font-size: 1.5em;
  text-transform: uppercase;
}

.richtext h3 {
  font-size: 1.3em;
  text-transform: uppercase;
}

.richtext h4 {
  font-size: 0.9em;
}

.richtext b {
  font-weight: 900;
}

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

.richtext a[href^="http://"]:not([href*="airshowsdownundershellharbour.com.au"]):not([href*="boojum.com.au"]):not([href*="localhost:8000"]):before,
.richtext a[href^="https://"]:not([href*="airshowsdownundershellharbour.com.au"]):not([href*="boojum.com.au"]):not([href*="localhost:8000"]):before {
  content: ' ';
  background: url('/static/shellharbour/images/external.svg') center/contain no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}

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

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

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

.richtext a[href*="/media/documents/"]:before,
.richtext a[href*="/documents/"]:before {
  content: ' ';
  background: url('/static/shellharbour/images/file.svg') center/contain no-repeat;
  width: 15px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.richtext blockquote {
  position: relative;
  margin: 1.4rem 0 0;
  padding: 1em 0 1em 4em;
  border-left: 5px solid var(--aqua-blue);
  font-style: italic;
}

.richtext blockquote:before {
  content: '\201C';
  font-size: 3.5em;
  font-weight: bold;
  color: var(--aqua-blue);
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 10px;
}

.richtext small {
  font-size: 0.8em;
}

.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;
  max-width: 100%;
  display: block;
  height: auto;
}

.richtext ul {
  padding-left: 1em;
}
