/* Pricing Lab blog — article typography.
   Loaded after docs.css; inherits every colour token from it. */

.blog-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 28px 72px;
}

.post {
  max-width: 820px;
  margin: 0 auto;
  min-width: 0;
  font-size: 19px;
  line-height: 1.75;
}

.post .eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 10px;
}

.post h1 {
  font-size: 40px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.post .standfirst {
  font-size: 21px;
  line-height: 1.6;
  color: var(--text-2);
  margin: 0 0 20px;
}

.post .byline {
  font-size: 15px;
  color: var(--text-2);
  margin: 0 0 6px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.post h2 {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 44px 0 14px;
}

.post h3 { font-size: 20px; margin: 30px 0 10px; }

.post p { margin: 0 0 20px; }

.post ul, .post ol { margin: 0 0 20px; padding-left: 24px; }
.post li { margin-bottom: 10px; }

.post .table-wrap { margin: 0 0 24px; }
.post table { font-size: 16.5px; }

.post .callout { font-size: 17px; line-height: 1.65; }

.post .cta {
  margin: 48px 0 28px;
  padding: 28px 30px;
  background: var(--bg-subtle);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.post .cta h3 { margin: 0 0 10px; font-size: 21px; }
.post .cta p { font-size: 17.5px; line-height: 1.65; margin: 0 0 16px; }
.post .cta p:last-child { margin-bottom: 0; }

.post .note {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-2);
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

/* ---------- index ---------- */

.blog-index { max-width: 820px; margin: 0 auto; }
.blog-index h1 { font-size: 40px; letter-spacing: -0.02em; margin: 0 0 12px; }
.blog-index .lead { font-size: 19px; line-height: 1.65; margin: 0 0 8px; }

.post-list { margin-top: 36px; }

.post-card {
  display: block;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  color: inherit;
}
.post-card:last-child { border-bottom: 1px solid var(--line); }
.post-card:hover { text-decoration: none; }
.post-card:hover h2 { color: var(--accent); }

.post-card .eyebrow {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 8px;
}
.post-card h2 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  color: var(--text);
  transition: color .15s;
}
.post-card p {
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--text-2);
  margin: 0;
}

/* ---------- more from the blog ---------- */

.more-posts { margin: 44px 0 0; padding-top: 28px; border-top: 1px solid var(--line); }
.more-posts h3 { font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-2); margin: 0 0 12px; }
.more-posts ul { padding-left: 20px; margin: 0; }
.more-posts li { font-size: 17px; margin-bottom: 8px; }

@media (max-width: 760px) {
  .blog-shell { padding: 28px 18px 56px; }
  .post { font-size: 18px; }
  .post h1, .blog-index h1 { font-size: 31px; }
  .post .standfirst { font-size: 19px; }
  .post h2 { font-size: 23px; }
  .post .cta { padding: 22px 20px; }
}
