/* SEO content styles (extracted from inline <style>) */
html { scroll-behavior: smooth; }

/* Improve readability spacing */
.prose :where(p, ul, ol):not(:where(.not-prose *)) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.prose :where(li):not(:where(.not-prose *)) {
  margin-top: .35rem;
  margin-bottom: .35rem;
}

/* Distinctive H2 / H3 */
.prose :where(h2):not(:where(.not-prose *)) {
  color: rgb(251 191 36);            /* amber-300 */
  font-family: "Lora", serif;
  line-height: 1.15;
  margin-top: 3.5rem;                /* more top space */
  margin-bottom: 1rem;
  padding-top: .5rem;
  border-top: 1px solid rgba(75,85,99,.6); /* gray-600 */
  scroll-margin-top: 96px;           /* anchor offset */
}
.prose :where(h3):not(:where(.not-prose *)) {
  color: rgba(251,191,36,.85);       /* amber-300/85 */
  font-family: "Lora", serif;
  line-height: 1.2;
  margin-top: 2.25rem;
  margin-bottom: .75rem;
  scroll-margin-top: 96px;
}

/* Table subtle polish */
.seo-table th { text-transform: uppercase; letter-spacing: .04em; }
.seo-table tr:nth-child(even) { background: rgba(31,41,55,.5); } /* gray-800/50 */
