.journal-post {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 8rem 2rem 4rem;
}

.journal-post-header {
  margin-bottom: 2.5rem;
}

.journal-post-header .journal-meta {
  margin-bottom: 1rem;
}

.journal-post-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 300;
  line-height: 1.2;
}

.journal-post-body {
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.journal-post-body p {
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 2.1;
  margin-bottom: 1.2rem;
}

.journal-post-body p em {
  color: var(--accent);
}

.journal-post-body ul,
.journal-post-body ol {
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 2.1;
  margin-bottom: 1.2rem;
  padding-left: 1.5em;
}

.journal-post-body strong {
  color: var(--text);
  font-weight: 500;
}

.journal-post-body img {
  max-width: 100%;
  border-radius: 8px;
  margin: 1.5rem 0;
}

@media (max-width: 480px) {
  .journal-post {
    padding: 6rem 1.2rem 3rem;
  }
}
