/* Spacious reading layout for card meaning pages (loads after inline card styles). */

/* Centered column: header + main (pages that use this structure) */
header .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}

body main {
  padding: 34px 0 96px;
}

body main .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}

body main .container .card {
  padding: 28px 28px 32px;
  border-radius: 22px;
}

body main .container .card .hero {
  gap: 22px;
  margin-bottom: 8px;
}

body main .container .card .section {
  margin-top: 26px;
}

body main .container .card .section h2 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  line-height: 1.35;
}

body main .container .card .text {
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  max-width: 68ch;
  font-size: 1.05rem;
}
body main .container .card .text + .text {
  margin-top: 0.85em;
}

body main .container .card .card-series-nav {
  margin-top: 22px;
  margin-bottom: 6px;
}

body main .container .card .card-seo-deep,
body main .container .card .card-seo-extra,
body main .container .card .card-semantic-deep {
  margin-top: 28px;
}

body main .container .card .card-semantic-deep .semantic-h3 {
  font-family: var(--font-serif);
  font-size: 1.12rem;
  font-weight: 650;
  color: var(--primary-dark);
  margin: 1.5rem 0 0.65rem;
  line-height: 1.35;
}

body main .container .card .card-semantic-deep .semantic-h3:first-of-type {
  margin-top: 0.35rem;
}

body main .container .card .card-semantic-deep .semantic-lead {
  margin-bottom: 0.25rem;
}

body main .container .card .card-semantic-deep .semantic-example {
  margin: 0.85rem 0 0;
  padding: 0.85rem 1rem 0.95rem;
  border-left: 4px solid rgba(232, 180, 160, 0.75);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 0 14px 14px 0;
}

body main .container .card .card-semantic-deep .semantic-example p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.95;
  font-size: 1.02rem;
}

body main .container .card .card-seo-extra .faq-item {
  margin-top: 1.35rem;
}

body main .container .card .card-seo-extra .faq-item:first-of-type {
  margin-top: 0.5rem;
}

body main .container .card .card-seo-extra .faq-q {
  margin: 0 0 0.45rem;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--primary-dark);
  line-height: 1.35;
}

body main .container .card .combo-list {
  margin-top: 0.65rem;
}

@media (max-width: 560px) {
  body main .container {
    padding: 0 18px;
  }

  body main .container .card {
    padding: 22px 18px 26px;
  }
}
