.post-wrap { padding: 28px 20px 60px; max-width: 760px; }
.post-back { display: inline-block; margin-bottom: 18px; font-size: 13px; color: var(--primary); }
.post-back:hover { text-decoration: underline; }

.post-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--r-lg);
  box-shadow: var(--sh); padding: 32px 36px 36px;
}
.post-card h1 { font-size: 25px; margin: 0 0 6px; line-height: 1.3; }
.post-date { font-size: 12.5px; color: var(--text-muted); margin: 0 0 22px; }

.post-body { font-size: 15px; color: var(--text-secondary); }
.post-body h2 { font-size: 18px; color: var(--text); margin: 30px 0 10px; }
.post-body h2:first-child { margin-top: 0; }
.post-body h3 { font-size: 15.5px; color: var(--text); margin: 22px 0 8px; }
.post-body p { margin: 0 0 14px; }
.post-body ul, .post-body ol { margin: 0 0 16px; padding-left: 22px; }
.post-body li { margin-bottom: 6px; }
.post-body strong { color: var(--text); }
.post-body code {
  background: var(--primary-light); color: var(--primary); padding: 2px 6px;
  border-radius: 5px; font-size: .92em; font-family: 'Consolas', 'SF Mono', monospace;
}
.post-body a { color: var(--primary); text-decoration: underline; }

.post-body table { border-collapse: collapse; width: 100%; min-width: 420px; font-size: 13.5px; }
.post-body th, .post-body td { border: 1px solid var(--border); padding: 8px 12px; text-align: left; }
.post-body th { background: var(--bg); font-weight: 700; color: var(--text); }

.post-body figure { margin: 22px 0; }
.post-body img { max-width: 100%; height: auto; display: block; border: 1px solid var(--border); border-radius: 10px; box-shadow: var(--sh); }
.post-body figcaption { font-size: 12.5px; color: var(--text-muted); margin-top: 8px; text-align: center; }

.post-cta { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border); }
.post-cta .btn-cta { font-size: 14.5px; padding: 12px 22px; }

@media (max-width: 600px) {
  .post-card { padding: 22px 18px 26px; }
  .post-card h1 { font-size: 21px; }
}
