/* ==============================
   POST CONTENT SYSTEM
============================== */

.post-content {
  font-size: 16px;
  line-height: 1.7;
  color: #1e3a5f;
}

/* HEADINGS */
.post-content h1 {
  font-size: 32px;
  margin: 24px 0 12px;
}

.post-content h2 {
  font-size: 26px;
  margin: 20px 0 10px;
}

.post-content h3 {
  font-size: 20px;
  margin: 18px 0 8px;
}

/* PARAGRAPHS */
.post-content p {
  margin-bottom: 14px;
}

/* LISTS */
.post-content ul,
.post-content ol {
  margin: 12px 0 12px 20px;
}

/* LINKS */
.post-content a {
  color: #a8d2f2;
  text-decoration: underline;
}

/* BLOCKQUOTE */
.post-content blockquote {
  border-left: 4px solid #a8d2f2;
  padding-left: 12px;
  opacity: 0.8;
  margin: 16px 0;
}