/*
Theme Name: Whitesmile Blog
Theme URI: https://www.whitesmilesorem.com/blog/
Description: Custom theme that wraps WordPress posts in the same header/footer as the static whitesmilesorem.com site.
Version: 1.0.0
Author: White Smiles Family Dentistry
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

/* ---- Blog post-content typography ---- */
.blog-main {
  padding: 4rem 1rem;
}
.blog-main .post-list,
.blog-main .post-single {
  max-width: 760px;
  margin: 0 auto;
}
.blog-main .post {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e5e5e5;
}
.blog-main .post:last-child {
  border-bottom: none;
}
.blog-main .post-title {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.blog-main .post-title a {
  color: inherit;
  text-decoration: none;
}
.blog-main .post-title a:hover {
  text-decoration: underline;
}
.blog-main .post-meta {
  color: #666;
  font-size: 0.9rem;
  margin: 0 0 1.5rem;
}
.blog-main .post-content {
  font-size: 1.05rem;
  line-height: 1.7;
}
.blog-main .post-content p,
.blog-main .post-content ul,
.blog-main .post-content ol,
.blog-main .post-content blockquote,
.blog-main .post-content pre,
.blog-main .post-content figure {
  margin: 0 0 1.25rem;
}
.blog-main .post-content h2,
.blog-main .post-content h3,
.blog-main .post-content h4 {
  margin: 2rem 0 1rem;
  line-height: 1.3;
}
.blog-main .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.blog-main .post-content a {
  color: #1f73b7;
}
.blog-main .post-content blockquote {
  border-left: 4px solid #ddd;
  padding-left: 1rem;
  color: #555;
  font-style: italic;
}
.blog-main .blog-pagination {
  margin-top: 2rem;
  text-align: center;
}
.blog-main .blog-pagination a,
.blog-main .blog-pagination span {
  display: inline-block;
  padding: 0.5rem 0.85rem;
  margin: 0 0.15rem;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #1f73b7;
}
.blog-main .blog-pagination .current {
  background: #1f73b7;
  color: #fff;
  border-color: #1f73b7;
}
.blog-main .read-more {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: #1f73b7;
}
.blog-main .back-to-list {
  display: inline-block;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: #1f73b7;
}
.blog-main .no-posts {
  text-align: center;
  padding: 4rem 1rem;
  color: #666;
}
