/* ── DelVino · Single Post Styling ── */

/* Background */
.single-post body {
  background: #f5f0e8;
}

/* Nav bar on posts */
.single-post body::before {
  content: '';
  display: block;
  height: 57px;
}

/* Post header area */
.single-post .entry-header,
.single-post .wp-block-post-title {
  font-family: Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  color: #1a1410;
  line-height: 1.1;
  max-width: 720px;
  margin-bottom: 16px;
}

/* Date */
.single-post .entry-date,
.single-post .wp-block-post-date,
.single-post .posted-on {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8a7f72;
  display: block;
  margin-bottom: 48px;
}

/* Body text */
.single-post .entry-content p,
.single-post .wp-block-paragraph {
  font-size: 17px;
  line-height: 1.85;
  color: #3a3028;
  margin-bottom: 24px;
  max-width: 680px;
}

/* Headings inside post */
.single-post .entry-content h2 {
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1410;
  margin-top: 56px;
  margin-bottom: 16px;
  max-width: 680px;
}

.single-post .entry-content h3 {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1410;
  margin-top: 48px;
  margin-bottom: 12px;
  max-width: 680px;
  border-left: 3px solid #c9a84c;
  padding-left: 16px;
}

/* Images */
.single-post .entry-content img,
.single-post .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
}

/* Image captions */
.single-post .wp-block-image figcaption,
.single-post .wp-element-caption {
  font-size: 12px;
  color: #8a7f72;
  text-align: center;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

/* Lists */
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .wp-block-list {
  font-size: 16px;
  color: #3a3028;
  line-height: 1.8;
  margin-bottom: 24px;
  padding-left: 24px;
  max-width: 680px;
}

/* Horizontal rule */
.single-post .entry-content hr,
.single-post .wp-block-separator {
  border: none;
  border-top: 1px solid rgba(26,20,16,0.12);
  margin: 48px 0;
  max-width: 680px;
}

/* Bold text */
.single-post .entry-content strong {
  color: #1a1410;
  font-weight: 700;
}

/* Links inside posts */
.single-post .entry-content a {
  color: #7a1f2e;
  text-decoration: underline;
  text-decoration-color: rgba(122,31,46,0.3);
}

.single-post .entry-content a:hover {
  text-decoration-color: #7a1f2e;
}

/* Max width container for readability */
.single-post .entry-content {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}
.site-header { display: none !important; }
.site-branding { display: none !important; }
.main-navigation { display: none !important; }
.site-footer { display: none !important; }
.site-header,
#masthead,
.site-branding,
.main-navigation,
.site-header-menu,
.entry-header,
.entry-title,
.entry-meta,
.entry-footer,
.post-navigation,
.site-footer,
#colophon,
.comments-area {
  display: none !important;
}

body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.wp-block-post-title {
  display: none !important;
}

.wp-block-post-date {
  display: none !important;
}

.has-global-padding {
  padding-inline-start: 0 !important;
  padding-inline-right: 0 !important;
}

.single-post .wp-site-blocks > header {
  display: none !important;
}

.single-post .wp-site-blocks > footer {
  display: none !important;
}