.post-full {
  padding: 2.5rem 0;
}

.post-full-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

.post-full-header h1 {
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-top: 0.75rem;
}

.post-full-header .post-meta {
  margin-bottom: 0;
}

.post-body {
  color: var(--text);
  font-size: 0.97rem;
  line-height: 1.8;
}

.post-body h2 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 2rem 0 0.75rem;
  letter-spacing: -0.02em;
}

.post-body p {
  margin-bottom: 1.1rem;
  color: #cdd6e0;
}

.post-body pre {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 1.25rem;
  overflow-x: auto;
  margin: 1.25rem 0;
}

.post-body code {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: #e6edf3;
  line-height: 1.6;
}

.post-body p code {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 0.1em 0.4em;
  font-size: 0.85em;
}

.post-body ul,
.post-body ol {
  margin: 0.5rem 0 1.1rem 1.5rem;
  color: #cdd6e0;
  font-size: 0.97rem;
  line-height: 1.8;
}

.post-body li {
  margin-bottom: 0.2rem;
}

.post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.85rem;
}

.post-body th,
.post-body td {
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--border);
  text-align: left;
}

.post-body th {
  background: var(--surface);
  color: var(--text-muted);
  font-weight: 600;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.post-body td {
  color: #cdd6e0;
}

.post-body a {
  color: var(--accent);
  text-decoration: none;
}

.post-body a:hover {
  text-decoration: underline;
}

.post-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: var(--text-muted);
  letter-spacing: -0.01em;
}

.post-full-footer {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
