  /* ── Single Post Card ── */
  .single-post-section { padding: 80px 0; }

  .single-post-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0,0,0,.07);
    overflow: hidden;
    margin-bottom: 30px;
  }

  /* Hero */
  .single-hero-wrap { position: relative; }
  .single-hero-wrap img { width: 100%; max-height: 460px; object-fit: cover; display: block; }
  .single-hero-cats {
    position: absolute; bottom: 18px; left: 20px;
    display: flex; gap: 8px; flex-wrap: wrap;
  }
  .single-hero-cats a {
    background: #21cdad; color: #fff;
    padding: 4px 14px; border-radius: 30px;
    font-size: 12px; font-weight: 600; text-decoration: none;
    transition: background .2s;
  }
  .single-hero-cats a:hover { background: #17a98f; }

  /* Header */
  .single-post-header { padding: 28px 32px 0; }
  .single-post-meta-row {
    display: flex; flex-wrap: wrap; gap: 18px;
    font-size: 13px; color: #888; margin-bottom: 16px;
  }
  .spm-item { display: flex; align-items: center; gap: 6px; }
  .spm-item i { color: #21cdad; }
  .spm-item a { color: #555; text-decoration: none; }
  .spm-item a:hover { color: #21cdad; }
  .single-post-title {
    font-size: 26px; font-weight: 700; color: #1a2035;
    line-height: 1.4; margin-bottom: 0;
  }

  /* Body */
  .single-post-body {
    padding: 24px 32px 28px;
    font-size: 15.5px; line-height: 1.85; color: #444;
  }
  .single-post-body p { margin-bottom: 18px; }
  .single-post-body h2,
  .single-post-body h3,
  .single-post-body h4 { color: #1a2035; margin: 28px 0 12px; font-weight: 700; }
  .single-post-body blockquote {
    border-left: 4px solid #21cdad;
    background: #f4fdfb;
    padding: 16px 22px; margin: 24px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic; color: #555;
  }
  .single-post-body blockquote p { margin: 0; }
  .single-post-body img { max-width: 100%; border-radius: 8px; margin: 12px 0; }
  .single-post-body ul, .single-post-body ol { padding-left: 20px; margin-bottom: 18px; }
  .single-post-body li { margin-bottom: 6px; }

  /* Gallery */
  .single-post-gallery { padding: 0 32px 28px; }
  .spg-heading { font-size: 16px; font-weight: 700; color: #1a2035; margin-bottom: 14px; }
  .spg-heading i { color: #21cdad; margin-right: 6px; }
  .spg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
  }
  .spg-item {
    position: relative; display: block;
    border-radius: 8px; overflow: hidden;
    aspect-ratio: 1 / 1;
  }
  .spg-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
  .spg-item:hover img { transform: scale(1.06); }
  .spg-overlay {
    position: absolute; inset: 0;
    background: rgba(33,205,173,.55);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 20px;
    opacity: 0; transition: opacity .3s;
  }
  .spg-item:hover .spg-overlay { opacity: 1; }

  /* Tags & Share */
  .post-tags-share {
    display: flex; flex-wrap: wrap; align-items: center;
    justify-content: space-between; gap: 16px;
    padding: 20px 32px 24px;
    border-top: 1px solid #f0f0f0;
  }
  .pts-label { font-size: 13px; font-weight: 700; color: #888; margin-right: 10px; text-transform: uppercase; letter-spacing: .5px; }
  .pts-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
  .pts-tags a {
    background: #f4fdfb; border: 1px solid #d0f0ea;
    color: #21cdad; border-radius: 30px;
    padding: 3px 14px; font-size: 12px; font-weight: 600;
    text-decoration: none; transition: all .2s;
  }
  .pts-tags a:hover { background: #21cdad; color: #fff; }
  .pts-share { display: flex; flex-direction: column; }
  .pts-share-icons { display: flex; gap: 8px; margin-top: 6px; }
  .pts-share-icons a {
    width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; color: #fff; text-decoration: none; transition: opacity .2s;
  }
  .pts-share-icons a:hover { opacity: .85; }
  .share-fb { background: #1877f2; }
  .share-tw { background: #1da1f2; }
  .share-ln { background: #0a66c2; }
  .share-tg { background: #0088cc; }

  /* Prev / Next Nav */
  .single-post-nav {
    display: flex; gap: 16px; margin-bottom: 28px; flex-wrap: wrap;
  }
  .spn-btn {
    flex: 1; min-width: 200px;
    display: flex; align-items: center; gap: 14px;
    background: #fff; border-radius: 10px;
    box-shadow: 0 3px 18px rgba(0,0,0,.07);
    padding: 16px 20px; text-decoration: none; color: inherit;
    transition: box-shadow .2s, transform .2s;
  }
  .spn-btn:hover { box-shadow: 0 6px 28px rgba(33,205,173,.18); transform: translateY(-2px); color: inherit; }
  .spn-btn.disabled { opacity: 0; pointer-events: none; }
  .spn-next { justify-content: flex-end; text-align: right; }
  .spn-icon {
    width: 40px; height: 40px; border-radius: 50%;
    background: #f4fdfb; border: 1px solid #d0f0ea;
    display: flex; align-items: center; justify-content: center;
    color: #21cdad; flex-shrink: 0;
  }
  .spn-text span { font-size: 11px; color: #aaa; text-transform: uppercase; letter-spacing: .5px; display: block; margin-bottom: 2px; }
  .spn-text strong { font-size: 14px; color: #1a2035; font-weight: 600; display: block; line-height: 1.3; }

  /* Author Box */
  .single-author-card {
    display: flex; gap: 20px; align-items: flex-start;
    background: #fff; border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    padding: 24px 28px; margin-bottom: 30px;
    border-top: 4px solid #21cdad;
  }
  .sac-avatar { flex-shrink: 0; }
  .sac-avatar-initials {
    width: 70px; height: 70px; border-radius: 50%;
    background: linear-gradient(135deg, #21cdad, #17a98f);
    color: #fff; font-size: 28px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
  }
  .sac-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #aaa; }
  .sac-info h5 { font-size: 17px; font-weight: 700; color: #1a2035; margin: 4px 0 6px; }
  .sac-info p { font-size: 14px; color: #666; margin: 0; }
