.article-hero {
  padding: 120px 0 60px;
}

.article-title {
  font-size: 2.25rem;
}

.article-meta-top {
  font-size: 0.8rem;
}

.article-layout {
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: block;
}

.article-sidebar {
  display: none;
}

.article-content-area {
  width: 100%;
}

.article-lead {
  font-size: 1.15rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.entry-content h2 {
  font-size: 1.75rem;
}

.entry-content h3 {
  font-size: 1.35rem;
}

.entry-content blockquote {
  padding: 1.5rem;
  font-size: 1.1rem;
  margin: 2rem 0;
}

.article-cta-box {
  padding: 2rem 1.5rem;
}

.cta-box-content h3 {
  font-size: 1.5rem;
}

.related-grid {
  grid-template-columns: 1fr;
  gap: 2rem;
}

.footer-cta-title {
  font-size: 2rem;
}

.newsletter-form {
  flex-direction: column;
}

.newsletter-form input,
.submit-btn {
  width: 100%;
}

.author-bio-box {
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 1rem;
}

.bio-avatar img {
  width: 70px;
  height: 70px;
}
