/* ===============================
   BLOG ARTICLE BASE
================================ */

.nyt-article-wrapper {
  max-width: 800px;
  margin: 50px auto;
  padding: 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  color: #222;
  line-height: 1.8;
}

/* ===============================
   HEADLINE & META
================================ */

.nyt-headline {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.nyt-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.nyt-meta span {
  display: block;
}

/* ===============================
   HERO IMAGE
================================ */

.nyt-hero-image {
  margin: 40px 0;
}

.nyt-hero-image img {
  width: 100%;
  height: auto;
}

.nyt-caption {
  font-size: 13px;
  color: #777;
  margin-top: 8px;
}

/* ===============================
   ARTICLE BODY
================================ */

.nyt-article-body p {
  margin-bottom: 22px;
  font-size: 18px;
}

/* Drop cap */
.nyt-dropcap::first-letter {
  font-size: 60px;
  float: left;
  line-height: 1;
  padding-right: 10px;
  padding-top: 6px;
}

/* Pull quote */
.nyt-pull-quote {
  font-size: 26px;
  font-style: italic;
  margin: 40px 0;
  padding-left: 20px;
  border-left: 4px solid #ccc;
  color: #444;
}

/* Inline image */
.nyt-inline-image {
  margin: 40px 0;
}

.nyt-inline-image img {
  width: 100%;
}

/* ===============================
   AUTHOR BIO
================================ */

.nyt-bottom-bio {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 16px;
}

/* ===============================
   COMMENTS
================================ */

.nyt-comments-section {
  margin-top: 60px;
}

.nyt-comments-title {
  font-size: 26px;
  margin-bottom: 20px;
}

.nyt-comment {
  padding: 15px 0;
  border-top: 1px solid #eee;
}

.nyt-comment-content strong {
  font-size: 15px;
}

.nyt-comment-content p {
  margin: 8px 0 0;
  font-size: 16px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .nyt-headline {
    font-size: 32px;
  }

  .nyt-article-body p {
    font-size: 17px;
  }
}
