/* Yet another post on AI and mathematics · page-local styles, layered on /styles.css */

.post-body {
  max-width: 720px;
  margin: 0 auto;
}

.post-body p {
  font-size: clamp(16px, 1.1vw, 17px);
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 1.6em;
}

.post-body__preface {
  color: var(--ink-soft);
  padding-bottom: 0.4em;
}

.post-body strong {
  font-weight: 600;
  color: var(--ink);
}

.post-body a {
  color: var(--ink);
  border-bottom: 1px solid var(--brat);
  transition: background var(--t-fast);
}
.post-body a:hover { background: rgba(138, 206, 0, 0.18); }

.post-body blockquote {
  margin: 1.6em 0;
  padding: 4px 0 4px 20px;
  border-left: 2px solid var(--rule);
  color: var(--ink-soft);
}

.post-body blockquote p {
  font-size: clamp(15px, 1.05vw, 16px);
  line-height: 1.6;
  margin: 0 0 0.9em;
}

.post-body blockquote p:last-child {
  margin-bottom: 0;
}

.post-body > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .post-body blockquote {
    padding-left: 16px;
  }
}
