/* Blog layer over the site tokens (styles.css loads first). */

.post { padding: 8px 0 40px; }
.post h1 { margin: 18px 0 10px; }
.post h2 { margin: 34px 0 12px; }
.post h3 { margin: 24px 0 8px; }
.post p { margin: 12px 0; font-size: 15.5px; }
.post ul, .post ol { margin: 12px 0 12px 22px; }
.post li { margin: 7px 0; font-size: 15.5px; }
.post .meta { font-size: 13px; color: var(--ink-faint); font-weight: 700; }

.post .hero-img {
  width: 100%; border-radius: var(--r-lg); margin: 18px 0 6px;
  box-shadow: var(--shadow-soft); display: block;
}
/* Until the real art lands, the slot is a soft gradient, not a broken image. */
.hero-slot {
  height: 220px; border-radius: var(--r-lg); margin: 18px 0 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 64px; box-shadow: var(--shadow-soft);
}

.post table {
  width: 100%; border-collapse: collapse; margin: 14px 0;
  background: var(--surface); border-radius: var(--r-md);
  overflow: hidden; box-shadow: var(--shadow-tiny); font-size: 14px;
}
.post th, .post td { padding: 10px 12px; text-align: left; }
.post th { background: var(--ink); color: #fff; font-size: 12.5px; }
.post tr + tr td { border-top: 1px solid rgba(22,21,15,.07); }
.table-scroll { overflow-x: auto; }

.rule-card { margin: 10px 0; display: flex; gap: 12px; align-items: flex-start; }
.rule-card .n {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  background: var(--ink); color: #fff; display: flex; align-items: center;
  justify-content: center; font-family: 'Fredoka', sans-serif; font-weight: 600;
}

.cta-box { text-align: center; padding: 28px 22px; margin: 34px 0 8px; }
.cta-box .badges { display: flex; gap: 12px; justify-content: center; margin-top: 16px; flex-wrap: wrap; }
.cta-box .badges img { height: 48px; display: block; }

.post-card { display: block; text-decoration: none; margin: 14px 0; }
.post-card h3 { margin: 4px 0 6px; }
.post-card .small { font-weight: 600; }

.crumb { font-size: 13px; font-weight: 700; margin-top: 8px; }
.crumb a { text-decoration: none; color: var(--ink-soft); }
