/* ARTICLE PAGE */

.article {
  max-width: 800px;
  margin: auto;
  padding: 60px 20px;
}

/* Title */
.article-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

/* Meta */
.article-meta {
  color: #777;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Lead paragraph */
.lead {
  font-size: 18px;
  color: #444;
}

/* Full width image */
.article-image-full {
  margin: 30px 0;
}

/* Pull quote */
.pull-quote {
  font-size: 22px;
  font-weight: 600;
  color: #313a44;
  border-left: 4px solid #cbeb00;
  padding-left: 15px;
  margin: 30px 0;
}

/* Highlight line */
.highlight-line {
  margin-top: 30px;
  font-weight: 700;
  color: #5e4402;
}

/* Paragraph spacing */
.article p {
  margin-bottom: 15px;
  line-height: 1.7;
}