/* Blog feed cards */
.blog article,
.archive article {
  background: #ffffff;
  padding: 2rem;
  margin-bottom: 2.5rem;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

/* Featured image spacing */
.blog .post-thumbnail,
.archive .post-thumbnail {
  margin-bottom: 1.25rem;
}

/* Title styling */
.blog .entry-title,
.archive .entry-title {
  font-size: 2rem;
  margin-bottom: .5rem;
}

/* Meta line */
.blog .entry-meta,
.archive .entry-meta {
  font-size: .9rem;
  margin-bottom: 1rem;
  opacity: .75;
}

/* Excerpt spacing */
.blog .entry-content,
.blog .entry-summary,
.archive .entry-content,
.archive .entry-summary {
  line-height: 1.7;
}.blog .site-main,
.archive .site-main {
  max-width: 820px;
  margin: 0 auto;
}/* Blog feed post titles — make them feel more like the Books page */
.blog .entry-title a,
.archive .entry-title a {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

/* Hover */
.blog .entry-title a:hover,
.archive .entry-title a:hover {
  text-decoration: underline;
}

/* Headings inside single blog posts */
.single-post .entry-content h2 {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.single-post .entry-content h3 {
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.single-post .entry-content h4 {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}/* Slightly tighter, cleaner heading spacing */
.blog .entry-header,
.archive .entry-header {
  margin-bottom: 1rem;
}

.blog .entry-title,
.archive .entry-title {
  margin-bottom: 0.4rem;
}/* Blog feed cards: round them more */
.blog article,
.archive article {
  background: #ffffff;
  padding: 2rem;
  margin-bottom: 2.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 22px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  overflow: hidden;
}

/* Featured image gets rounded too */
.blog .post-thumbnail img,
.archive .post-thumbnail img {
  border-radius: 16px;
}

/* Keep spacing clean */
.blog .post-thumbnail,
.archive .post-thumbnail {
  margin-bottom: 1.25rem;
}

/* Title treatment closer to Books page */
.blog .entry-title a,
.archive .entry-title a {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover {
  text-decoration: underline;
}

/* Optional: round read-more buttons/links if your theme shows them */
.blog a.more-link,
.archive a.more-link,
.blog .wp-block-button__link,
.archive .wp-block-button__link {
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
}/* Make each blog post feel more like a rounded content block */
.blog article,
.archive article {
  background: #fff;
  border: 1px solid #ece7df;
  border-radius: 28px;
  padding: 2.25rem;
  margin-bottom: 3rem;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  overflow: hidden;
}

/* Give the whole feed a little breathing room */
.blog .site-main,
.archive .site-main {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Titles closer to the Books page feel */
.blog .entry-title,
.archive .entry-title {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

.blog .entry-title a,
.archive .entry-title a {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

/* Meta line softer and smaller */
.blog .entry-meta,
.archive .entry-meta {
  font-size: 0.95rem;
  opacity: 0.72;
  margin-bottom: 1rem;
}

/* Excerpt/content spacing */
.blog .entry-summary,
.blog .entry-content,
.archive .entry-summary,
.archive .entry-content {
  line-height: 1.75;
}

/* Round featured images */
.blog .post-thumbnail img,
.archive .post-thumbnail img,
.blog .entry-content img,
.archive .entry-content img {
  border-radius: 18px;
}

/* Space between image and text */
.blog .post-thumbnail,
.archive .post-thumbnail {
  margin-bottom: 1.25rem;
}

/* Round buttons / read-more links if they appear */
.blog .more-link,
.archive .more-link,
.blog .wp-block-button__link,
.archive .wp-block-button__link {
  display: inline-block;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
}/* More separation between posts */
.blog article + article,
.archive article + article {
  margin-top: 1rem;
}

/* Optional: slightly warmer page feel */
.blog,
.archive {
  background: #fcfaf7;
}.blog,
.archive {
  background: #ffffff;
}/* Add a visual page title above the blog feed */
.blog .site-main::before {
  content: "Teaching & Writing";
  display: block;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  color: #111;
}

/* Optional short intro line under the title */
.blog .site-main::after {
  content: "Notes on writing, teaching, books, and literary life.";
  display: block;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-top: -0.75rem;
  margin-bottom: 2rem;
  color: #555;
}.blog .site-main::before {
  content: "Teaching & Writing";
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  color: #111;
  text-align: center;
}

.blog .site-main::after {
  content: "Essays, reflections, and posts on literature, teaching, and creative work.";
  display: block;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2.25rem;
  color: #666;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}.blog .site-main::before {
  content: "Teaching & Writing";
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  color: #111;
  text-align: center;
}

.blog .site-main::after {
  content: "Essays, reflections, and posts on literature, teaching, and creative work.";
  display: block;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 4.5rem;
  color: #666;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}.blog .site-main::before {
  content: "Teaching & Writing";
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  color: #111;
  text-align: center;
}

.blog .site-main::after {
  content: "Essays, reflections, and posts on literature, teaching, and creative work.";
  display: block;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 4.5rem;
  color: #666;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}.blog .site-main > article:first-of-type,
.archive .site-main > article:first-of-type {
  margin-top: 3.5rem;
}.page-id-XXX .entry-content,
.page-id-XXX .site-main,
.page-id-XXX .content-area {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}/* Top sticky post on Teaching & Writing page */
.blog article.sticky,
.home.blog article.sticky,
.archive article.sticky,
.post.sticky,
.sticky {
  background: var(--soft, #fbf8f3) !important;
  border: 1px solid var(--border, #d8cec1) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
  padding: 28px !important;
  margin-bottom: 36px !important;
}

/* Hide the little sticky/featured label if theme adds one */
.blog article.sticky .sticky-post,
.blog article.sticky .featured-post,
.blog article.sticky .post-sticky-label,
.home.blog article.sticky .sticky-post,
.home.blog article.sticky .featured-post,
.home.blog article.sticky .post-sticky-label,
.archive article.sticky .sticky-post,
.archive article.sticky .featured-post,
.archive article.sticky .post-sticky-label {
  display: none !important;
}

/* Bigger title so it reads like a section heading */
.blog article.sticky .entry-title,
.blog article.sticky h2,
.blog article.sticky h1,
.home.blog article.sticky .entry-title,
.home.blog article.sticky h2,
.home.blog article.sticky h1,
.archive article.sticky .entry-title,
.archive article.sticky h2,
.archive article.sticky h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem) !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
  color: var(--text, #1f1f1f) !important;
}

/* Make the intro text feel more like page copy */
.blog article.sticky .entry-content,
.blog article.sticky .post-content,
.home.blog article.sticky .entry-content,
.home.blog article.sticky .post-content,
.archive article.sticky .entry-content,
.archive article.sticky .post-content {
  font-size: 1.06rem !important;
  line-height: 1.8 !important;
  color: var(--muted, #5b564f) !important;
}

/* Paragraph spacing inside sticky intro */
.blog article.sticky p,
.home.blog article.sticky p,
.archive article.sticky p {
  margin: 0 0 14px !important;
}

/* Hide byline/date/comments on the sticky intro post */
.blog article.sticky .entry-meta,
.blog article.sticky .posted-on,
.blog article.sticky .byline,
.blog article.sticky .comments-link,
.blog article.sticky footer.entry-footer,
.home.blog article.sticky .entry-meta,
.home.blog article.sticky .posted-on,
.home.blog article.sticky .byline,
.home.blog article.sticky .comments-link,
.home.blog article.sticky footer.entry-footer,
.archive article.sticky .entry-meta,
.archive article.sticky .posted-on,
.archive article.sticky .byline,
.archive article.sticky .comments-link,
.archive article.sticky footer.entry-footer {
  display: none !important;
}

/* Style links inside the sticky post */
.blog article.sticky a,
.home.blog article.sticky a,
.archive article.sticky a {
  color: var(--accent, #7a2f20) !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
}

.blog article.sticky a:hover,
.blog article.sticky a:focus,
.home.blog article.sticky a:hover,
.home.blog article.sticky a:focus,
.archive article.sticky a:hover,
.archive article.sticky a:focus {
  border-bottom-color: var(--accent, #7a2f20) !important;
}

/* Optional: if you add a list of featured links inside the sticky post */
.blog article.sticky ul,
.home.blog article.sticky ul,
.archive article.sticky ul {
  margin: 18px 0 0 !important;
  padding-left: 1.2rem !important;
}

.blog article.sticky li,
.home.blog article.sticky li,
.archive article.sticky li {
  margin-bottom: 10px !important;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .blog article.sticky,
  .home.blog article.sticky,
  .archive article.sticky,
  .post.sticky,
  .sticky {
    padding: 20px !important;
    border-radius: 16px !important;
    margin-bottom: 26px !important;
  }
}/* Top sticky post on Teaching & Writing page */
.blog article.sticky,
.home.blog article.sticky,
.archive article.sticky,
.post.sticky,
.sticky {
  background: #ffffff !important;
  border: 1px solid var(--border, #d8cec1) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
  padding: 28px !important;
  margin-bottom: 36px !important;
}

/* Hide the little sticky/featured label if theme adds one */
.blog article.sticky .sticky-post,
.blog article.sticky .featured-post,
.blog article.sticky .post-sticky-label,
.home.blog article.sticky .sticky-post,
.home.blog article.sticky .featured-post,
.home.blog article.sticky .post-sticky-label,
.archive article.sticky .sticky-post,
.archive article.sticky .featured-post,
.archive article.sticky .post-sticky-label {
  display: none !important;
}

/* Bigger title so it reads like a section heading */
.blog article.sticky .entry-title,
.blog article.sticky h2,
.blog article.sticky h1,
.home.blog article.sticky .entry-title,
.home.blog article.sticky h2,
.home.blog article.sticky h1,
.archive article.sticky .entry-title,
.archive article.sticky h2,
.archive article.sticky h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem) !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
  color: var(--text, #1f1f1f) !important;
}

/* Make the intro text feel more like page copy */
.blog article.sticky .entry-content,
.blog article.sticky .post-content,
.home.blog article.sticky .entry-content,
.home.blog article.sticky .post-content,
.archive article.sticky .entry-content,
.archive article.sticky .post-content {
  font-size: 1.06rem !important;
  line-height: 1.8 !important;
  color: var(--muted, #5b564f) !important;
}

/* Paragraph spacing inside sticky intro */
.blog article.sticky p,
.home.blog article.sticky p,
.archive article.sticky p {
  margin: 0 0 14px !important;
}

/* Hide byline/date/comments on the sticky intro post */
.blog article.sticky .entry-meta,
.blog article.sticky .posted-on,
.blog article.sticky .byline,
.blog article.sticky .comments-link,
.blog article.sticky footer.entry-footer,
.home.blog article.sticky .entry-meta,
.home.blog article.sticky .posted-on,
.home.blog article.sticky .byline,
.home.blog article.sticky .comments-link,
.home.blog article.sticky footer.entry-footer,
.archive article.sticky .entry-meta,
.archive article.sticky .posted-on,
.archive article.sticky .byline,
.archive article.sticky .comments-link,
.archive article.sticky footer.entry-footer {
  display: none !important;
}

/* Style links inside the sticky post */
.blog article.sticky a,
.home.blog article.sticky a,
.archive article.sticky a {
  color: var(--accent, #7a2f20) !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
}

.blog article.sticky a:hover,
.blog article.sticky a:focus,
.home.blog article.sticky a:hover,
.home.blog article.sticky a:focus,
.archive article.sticky a:hover,
.archive article.sticky a:focus {
  border-bottom-color: var(--accent, #7a2f20) !important;
}

/* Optional: if you add a list of featured links inside the sticky post */
.blog article.sticky ul,
.home.blog article.sticky ul,
.archive article.sticky ul {
  margin: 18px 0 0 !important;
  padding-left: 1.2rem !important;
}

.blog article.sticky li,
.home.blog article.sticky li,
.archive article.sticky li {
  margin-bottom: 10px !important;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .blog article.sticky,
  .home.blog article.sticky,
  .archive article.sticky,
  .post.sticky,
  .sticky {
    padding: 20px !important;
    border-radius: 16px !important;
    margin-bottom: 26px !important;
  }
}.jp-contact-details {
  margin-top: 1.5rem;
}

.jp-contact-details p {
  margin: 0 0 1rem;
  line-height: 1.7;
}.page-id-123 .page-title,
.page-id-123 .entry-title,
.page-id-123 .wp-block-post-title {
  font-size: 0 !important;
}

.page-id-123 .page-title::before,
.page-id-123 .entry-title::before,
.page-id-123 .wp-block-post-title::before {
  content: "Essays & Posts";
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-family: Georgia, "Times New Roman", serif;
  color: #1f1f1f;
  display: block;
}/* ONLY on the Essays & Posts page */
body:has(a[href*="/essays-posts/"][aria-current="page"]) h1:first-of-type {
  font-size: 0 !important;
  line-height: 0 !important;
  position: relative !important;
  margin-bottom: 24px !important;
}

body:has(a[href*="/essays-posts/"][aria-current="page"]) h1:first-of-type::after {
  content: "Essays & Posts";
  display: block;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.08;
  font-weight: 700;
  color: #111111;
  text-align: center;
}/* ONLY on the Essays & Posts page */
body:has(a[href*="/essays-posts/"][aria-current="page"]) .wp-block-query-title,
body:has(a[href*="/essays-posts/"][aria-current="page"]) .page-title,
body:has(a[href*="/essays-posts/"][aria-current="page"]) .archive-title,
body:has(a[href*="/essays-posts/"][aria-current="page"]) h1:first-of-type {
  font-size: 0 !important;
  line-height: 0 !important;
  position: relative !important;
  margin-bottom: 24px !important;
}

body:has(a[href*="/essays-posts/"][aria-current="page"]) .wp-block-query-title::after,
body:has(a[href*="/essays-posts/"][aria-current="page"]) .page-title::after,
body:has(a[href*="/essays-posts/"][aria-current="page"]) .archive-title::after,
body:has(a[href*="/essays-posts/"][aria-current="page"]) h1:first-of-type::after {
  content: "Essays & Posts";
  display: block;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.08;
  font-weight: 700;
  color: #111111;
  text-align: center;
}/* Hide the theme-generated blog title */
.blog .page-title,
.blog h1.page-title,
.blog h1.archive-title {
  display: none;
}.blog .site-main::before {
  content: "Essays & Posts";
  display: block;
  text-align: center;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  margin: 40px 0 20px;
}font-size: clamp(2rem, 3.5vw, 3rem);.blog .site-main::before {
  content: "Essays & Posts";
  display: block;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
  color: #111111;
  margin: 28px 0 18px;
}.blog main::before {
  content: "Essays & Posts";
  display: block;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
  color: #111111;
  margin: 28px 0 18px;
}.blog .site-main::before {
  content: "Essays & Posts";
  display: block;
  text-align: center;
  font-size: 55px;
  line-height: 1.08;
  font-weight: 700;
  color: #111111;
  margin: 28px 0 18px;
}