.elementor-817 .elementor-element.elementor-element-569a7de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5bca64a */1. POST HERO
   ════════════════════════════════════════════════════ */

   .post-hero {
    background: var(--charcoal);
    padding: 64px 48px 0;
    position: relative;
    overflow: hidden;
}
.post-hero {
  background: var(--charcoal);
  padding: 64px 48px 0;
  position: relative;
  overflow: hidden;
}
.post-hero::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  border: 56px solid rgba(224,57,90,0.05);
  pointer-events: none;
}

.post-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative; z-index: 2;
}

/* Breadcrumb */
.post-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.post-breadcrumb a {
  font-size: 13px; color: #6B7280;
  text-decoration: none; transition: color 0.2s;
}
.post-breadcrumb a:hover { color: #fff; }
.post-breadcrumb-sep { color: #374151; font-size: 13px; }
.post-breadcrumb-current {
  font-size: 13px; color: #9CA3AF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

/* Category tag */
.post-category-tag {
  display: inline-block;
  background: rgba(224,57,90,0.15);
  color: var(--pink);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background 0.2s;
}
.post-category-tag:hover { background: rgba(224,57,90,0.25); }

/* Post title */
.post-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 900; color: #fff;
  line-height: 1.12; letter-spacing: -0.01em;
  margin-bottom: 20px;
}

/* Post subtitle / excerpt */
.post-excerpt {
  font-size: 18px; font-weight: 300;
  color: #9CA3AF; line-height: 1.75;
  margin-bottom: 32px;
  max-width: 620px;
}

/* Post meta row */
.post-meta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.post-author {
  display: flex;
  align-items: center; gap: 10px;
}
.post-author-avatar {
  width: 40px; height: 40px;
  border-radius: 50%; overflow: hidden;
  border: 2px solid rgba(255,255,255,0.12);
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 600; color: var(--navy);
  flex-shrink: 0;
}
.post-author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.post-author-name {
  font-size: 14px; font-weight: 500; color: #fff;
  display: block;
}
.post-author-role {
  font-size: 12px; color: #6B7280;
}
.post-meta-divider { color: #374151; }
.post-date { font-size: 13px; color: #6B7280; }
.post-read-time {
  display: flex; align-items: center; gap: 5px;
  font-size: 13px; color: #6B7280;
}

/* Share strip */
.post-share-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
}
.post-share-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #4B5563;
}
.post-share-btn {
  width: 34px; height: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: background 0.2s;
  cursor: pointer;
}
.post-share-btn:hover { background: #E0395A; 
    color:#fff;
}
.post-share-btn svg { width: 14px; height: 14px; stroke: #9CA3AF; fill: none; }
.post-share-btn svg:hover { width: 14px; height: 14px; stroke: #fff; fill: none; }
.post-copy-l
ink {
  font-size: 12px; font-weight: 500;
  color: #6B7280; background: none; border: none;
  cursor: pointer; transition: color 0.2s;
  display: flex; align-items: center; gap: 4px;
}
.post-copy-link:hover { color: #fff; }

/* Featured image */
.post-featured-img {
  margin: 0 -48px;
  height: 420px;
  overflow: hidden;
  position: relative;
}
.post-featured-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.post-featured-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1C3A5E 0%, #2D7A4F 100%);
  font-size: 80px;
}
.post-img-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  padding: 16px 48px;
  font-size: 12px; color: rgba(255,255,255,0.6);
  font-style: italic;
}

/* ════════════════════════════════════════════════════
   2. POST BODY — two-column layout
   ════════════════════════════════════════════════════ */
.post-body-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 48px 80px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
}

/* ── LEFT: Reading column ────────────────────────── */
.post-content-col {}

/* Progress bar */
.reading-progress {
  position: fixed;
  top: 68px; left: 0; right: 0;
  height: 3px;
  background: rgba(224,57,90,0.15);
  z-index: 199;
}
.reading-progress-bar {
  height: 100%;
  background: var(--pink);
  width: 0;
  transition: width 0.1s linear;
}

/* ── POST CONTENT TYPOGRAPHY ─────────────────────── */
/*
  These styles apply to everything the WordPress editor outputs.
  They will work automatically with the_content() in single.php.
*/
.post-content {
  font-size: 17px;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.85;
}
.post-content p {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  color: #3A3A3A;
  line-height: 1.85;
}
.post-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: var(--charcoal);
  margin-top: 48px;
  margin-bottom: 16px;
  line-height: 1.25;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.post-content h2:first-child { margin-top: 0; border-top: none; }
.post-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: var(--charcoal);
  margin-top: 36px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.post-content strong {
  color: var(--charcoal);
  font-weight: 600;
}
.post-content em { font-style: italic; }
.post-content a {
  color: var(--pink);
  text-decoration: underline;
  text-decoration-color: rgba(224,57,90,0.3);
  transition: text-decoration-color 0.2s;
}
.post-content a:hover { text-decoration-color: var(--pink); }
.post-content ul,
.post-content ol {
  margin: 0 0 24px 0;
  padding-left: 0;
  list-style: none;
}
.post-content ul li,
.post-content ol li {
  font-size: 16px;
  font-weight: 300;
  color: #3A3A3A;
  line-height: 1.75;
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px solid var(--off-white);
}
.post-content ul li:last-child,
.post-content ol li:last-child { border-bottom: none; }
.post-content ul li::before {
  content: '';
  position: absolute; left: 0; top: 18px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--pink);
}
.post-content ol { counter-reset: ol-counter; }
.post-content ol li { counter-increment: ol-counter; }
.post-content ol li::before {
  content: counter(ol-counter);
  position: absolute; left: 0; top: 8px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--pink); color: #fff;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

/* Blockquote */
.post-content blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  background: var(--cream);
  border-left: 4px solid var(--pink);
  border-radius: 0 12px 12px 0;
  position: relative;
}
.post-content blockquote::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: var(--pink);
  opacity: 0.15;
  position: absolute;
  top: 8px; left: 16px;
}
.post-content blockquote p {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-style: italic;
  color: var(--charcoal);
  line-height: 1.65;
  margin-bottom: 0;
  position: relative; z-index: 1;
}

/* Key insight box (add class="key-insight" to a <p> in WP editor) */
.post-content .key-insight {
  background: var(--pink-light);
  border-radius: 12px;
  padding: 20px 24px;
  border-left: 3px solid var(--pink);
  font-size: 15px !important;
  color: #7A1530 !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  margin: 28px 0 !important;
}

/* Images inside content */
.post-content img {
  width: 100%;
  border-radius: 12px;
  margin: 28px 0;
  display: block;
  border: 1px solid var(--border);
}
.post-content figcaption {
  font-size: 12px; color: var(--light-text);
  text-align: center; margin-top: -20px;
  margin-bottom: 28px; font-style: italic;
}

/* Horizontal rule */
.post-content hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 40px 0;
}

/* Code (if ever used) */
.post-content code {
  background: var(--off-white);
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 14px;
  color: var(--navy);
  font-family: monospace;
}

/* ── Post tags ───────────────────────────────────── */
.post-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.post-tags-label {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--light-text);
}
.post-tag {
  font-size: 12px; font-weight: 500;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--border);
  padding: 5px 14px; border-radius: 20px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.post-tag:hover { background: var(--pink-light); border-color: var(--pink); color: var(--pink-dark); }

/* ── Post navigation (prev / next) ──────────────── */
.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}
.post-nav-btn {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.post-nav-btn:hover {
  box-shadow: 0 8px 24px rgba(28,28,28,0.08);
  transform: translateY(-2px);
}
.post-nav-btn.next { align-items: flex-end; text-align: right; }
.post-nav-direction {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--light-text);
  display: flex; align-items: center; gap: 4px;
}
.post-nav-title {
  font-family: 'Playfair Display', serif;
  font-size: 15px; font-weight: 700;
  color: var(--charcoal); line-height: 1.3;
}

/* ── Author card ─────────────────────────────────── */
.author-card {
  background: var(--charcoal);
  border-radius: 16px;
  padding: 32px;
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.author-card-avatar {
  width: 64px; height: 64px;
  border-radius: 50%; overflow: hidden;
  border: 2px solid rgba(255,255,255,0.1);
  background: var(--navy-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 700; color: var(--navy);
  flex-shrink: 0;
}
.author-card-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-card-body {}
.author-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 700; color: #fff;
  margin-bottom: 2px;
}
.author-card-role { font-size: 12px; color: var(--pink); font-weight: 500; margin-bottom: 10px; }
.author-card-bio {
  font-size: 13px; font-weight: 300;
  color: #9CA3AF; line-height: 1.7;
  margin-bottom: 14px;
}
.author-card-links { display: flex; gap: 8px; }
.author-link {
  font-size: 12px; font-weight: 500;
  color: #6B7280; text-decoration: none;
  display: flex; align-items: center; gap: 4px;
  transition: color 0.2s;
}
.author-link:hover { color: #fff; }

/* ── RIGHT: SIDEBAR ──────────────────────────────── */
.post-sidebar {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border);
  overflow: hidden;
}
.sidebar-card-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--off-white);
}
.sidebar-card-header h4 {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--light-text);
}
.sidebar-card-body { padding: 16px 20px; }

/* Table of contents */
.toc-list { list-style: none; padding: 0; }
.toc-item {
  padding: 8px 0;
  border-bottom: 1px solid var(--off-white);
}
.toc-item:last-child { border-bottom: none; }
.toc-link {
  font-size: 13px; font-weight: 400;
  color: var(--muted); text-decoration: none;
  display: flex; align-items: flex-start; gap: 8px;
  line-height: 1.4; transition: color 0.2s;
}
.toc-link:hover { color: var(--pink); }
.toc-num {
  font-size: 10px; font-weight: 600;
  color: var(--pink); margin-top: 2px; flex-shrink: 0;
}

/* Recent posts */
.recent-post-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid var(--off-white);
  text-decoration: none;
}
.recent-post-item:last-child { border-bottom: none; padding-bottom: 0; }
.recent-post-thumb {
  width: 52px; height: 52px;
  border-radius: 8px; overflow: hidden;
  background: var(--off-white); flex-shrink: 0;
}
.recent-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.recent-post-thumb-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.recent-post-text {}
.recent-post-title {
  font-size: 13px; font-weight: 500;
  color: var(--charcoal); line-height: 1.4;
  margin-bottom: 3px;
  transition: color 0.2s;
}
.recent-post-item:hover .recent-post-title { color: var(--pink); }
.recent-post-date { font-size: 11px; color: var(--light-text); }

/* Tags cloud */
.tags-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-cloud-item {
  font-size: 11px; font-weight: 500;
  color: var(--muted);
  background: var(--cream); border: 1px solid var(--border);
  padding: 4px 12px; border-radius: 20px;
  text-decoration: none; transition: all 0.2s;
}
.tag-cloud-item:hover { background: var(--pink-light); color: var(--pink-dark); border-color: var(--pink); }

/* Newsletter sidebar widget */
.sidebar-newsletter {
  background: var(--charcoal);
  border-radius: 14px;
  padding: 22px;
}
.sidebar-nl-eyebrow {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--pink); display: block; margin-bottom: 8px;
}
.sidebar-nl-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700; color: #fff;
  margin-bottom: 8px; line-height: 1.3;
}
.sidebar-nl-desc {
  font-size: 13px; font-weight: 300;
  color: #6B7280; line-height: 1.6;
  margin-bottom: 14px;
}
.sidebar-nl-input {
  width: 100%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: #fff;
  outline: none;
  margin-bottom: 8px;
  transition: border-color 0.2s;
}
.sidebar-nl-input::placeholder { color: #4B5563; }
.sidebar-nl-input:focus { border-color: var(--pink); }
.sidebar-nl-btn {
  width: 100%; background: var(--pink); color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  padding: 11px; border-radius: 8px;
  border: none; cursor: pointer;
  transition: background 0.2s;
}
.sidebar-nl-btn:hover { background: var(--pink-dark); }
.sidebar-nl-note { font-size: 11px; color: #374151; margin-top: 6px; }

/* CTA sidebar widget */
.sidebar-cta {
  background: var(--pink);
  border-radius: 14px;
  padding: 22px;
  text-align: center;
}
.sidebar-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700; color: #fff;
  line-height: 1.3; margin-bottom: 8px;
}
.sidebar-cta-desc {
  font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,0.75); line-height: 1.6;
  margin-bottom: 16px;
}
.sidebar-cta-btn {
  display: block; background: #fff; color: var(--pink);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 700;
  padding: 11px 20px; border-radius: 8px;
  text-decoration: none; transition: background 0.2s;
}
.sidebar-cta-btn:hover { background: #F3F1EC; }

/* ════════════════════════════════════════════════════
   3. RELATED POSTS
   ════════════════════════════════════════════════════ */
.related-section {
  background: #fff;
  padding: 72px 48px;
  border-top: 1px solid var(--border);
}
.related-inner { max-width: 1200px; margin: 0 auto; }
.related-header {
  display: flex;
  align-items: center; justify-content: space-between;
  margin-bottom: 36px; flex-wrap: wrap; gap: 12px;
}
.related-header-left .rel-eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pink); display: block; margin-bottom: 8px;
}
.related-header-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900; color: var(--charcoal);
}
.related-link {
  font-size: 13px; font-weight: 500; color: var(--pink);
  text-decoration: none; display: flex;
  align-items: center; gap: 5px; transition: gap 0.2s;
}
.related-link:hover { gap: 9px; }

.related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}

.related-card {
  background: var(--cream);
  border-radius: 14px; border: 1px solid var(--border);
  overflow: hidden; text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex; flex-direction: column;
}
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(28,28,28,0.08);
}
.related-card-img {
  height: 160px; overflow: hidden;
}
.related-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s;
}
.related-card:hover .related-card-img img { transform: scale(1.05); }
.related-card-img-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px;
}
.related-card:nth-child(1) .related-card-img-ph { background: linear-gradient(135deg, #FEE8ED, #FCA5A5); }
.related-card:nth-child(2) .related-card-img-ph { background: linear-gradient(135deg, #E6EEF8, #BFDBFE); }
.related-card:nth-child(3) .related-card-img-ph { background: linear-gradient(135deg, #E6F4EC, #A7F3D0); }

.related-card-body { padding: 18px; flex: 1; }
.related-card-cat {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--pink); display: block; margin-bottom: 6px;
}
.related-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700;
  color: var(--charcoal); line-height: 1.35;
  margin-bottom: 8px;
}
.related-card-meta { font-size: 11px; color: var(--light-text); }

/* ════════════════════════════════════════════════════
   FOOTER (abbreviated — matches site-wide footer)
   ════════════════════════════════════════════════════ */
.site-footer { background: var(--charcoal); }
.footer-bottom-simple {
  max-width: 1200px; margin: 0 auto;
  padding: 24px 48px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 700; color: #fff;
}
.footer-logo-text span { color: var(--pink); }
.footer-copy { font-size: 12px; color: #374151; }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { font-size: 12px; color: #374151; text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: #fff; }

/* WhatsApp sticky */
.wa-sticky {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 54px; height: 54px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  text-decoration: none; transition: transform 0.2s;
}
.wa-sticky:hover { transform: scale(1.1); }
.wa-sticky svg { width: 28px; height: 28px; }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1024px) {
  nav, .post-hero, .related-section { padding-left: 24px; padding-right: 24px; }
  .post-body-wrap { padding: 48px 24px 60px; gap: 40px; }
  .post-featured-img { margin: 0 -24px; }
}
@media (max-width: 900px) {
  .post-body-wrap { grid-template-columns: 1fr; }
  .post-sidebar { position: static; }
  .related-grid { grid-template-columns: 1fr; }
  .post-navigation { grid-template-columns: 1fr; }
  .author-card { flex-direction: column; gap: 16px; }
  .nav-links { display: none; }
}
@media (max-width: 600px) {
  .post-meta-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .post-featured-img { height: 240px; }
  .footer-bottom-simple { flex-direction: column; text-align: center; }
}/* End custom CSS */