.post-padding {
  padding: 0 80px;
}
.post-negative-space {
    z-index: 99;
    padding: 50px 80px 0px 80px;
    background: #ffffff;
    border-radius: 16px;
}
@media (max-width: 767.98px) {
.post-negative-space {
    padding: 50px 20px 0px 20px;
}
	.post-padding {
  padding: 0 20px;
}
}
/* ── Post Header ─────────────────────────────────────────────── */
.single-post-header {
  padding: 48px 0 0;
  margin-top: -250px;
}
.single-post-eyebrow {
  font-size: 14px;
  font-weight: 500;
  color: #218ec2;
  margin-bottom: 8px;
	text-transform: uppercase;
}
.single-post-title {
  font-family: "calluna", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: var(--navy, #113156);
  margin-bottom: 20px;
}
.single-post-date {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* ── Featured Image ──────────────────────────────────────────── */
.single-post-image {
  margin-bottom: 40px;
}
.single-post-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
}
/* ── Post Content ────────────────────────────────────────────── */

.single-post-content {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 24px;
}
.single-post-content p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 24px;
}
.single-post-content h2 {
  font-family: "calluna-sans", sans-serif;
  font-size: 26px;
	line-height: 30px;
  font-weight: 700;
  color: var(--navy, #113156);
  margin-bottom: 20px;
}
.single-post-content h3 {
  font-family: "calluna-sans", sans-serif;
  font-size: 18px;
	line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #218ec2;
  margin-top: 32px;
  margin-bottom: 8px;
}
.single-post-content ul, .single-post-content ol {
  padding-left: 24px;
  margin-bottom: 24px;
}
.single-post-content li {
  margin-bottom: 8px;
}
/* Pull quote / blockquote */
.single-post-content blockquote, .single-post-content .wp-block-quote {
  border-left: 4px solid var(--orange, #f7ab22);
  margin: 32px 0;
  padding: 16px 24px;
  background: none;
}
.single-post-content blockquote p, .single-post-content .wp-block-quote p {
  font-family: operetta-8, serif;
font-weight: 600;
font-style: normal;
  font-size: 32px;
  line-height: 42px;
  color: #218ec2;
  margin-bottom: 0;
}
/* Horizontal rule before share */
.single-post-content > *:last-child {
  margin-bottom: 0;
}
/* ── Share Icons ─────────────────────────────────────────────── */
.single-post-share {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 40px;
  padding-top: 32px;
}
.single-post-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #b2b2b2;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s;
}
.single-post-share a:hover {
  color: var(--orange, #f7ab22);
}
