.isg-lower{
  --color-author-cream:#f7f3ea;
  --isg-space-32:32px;
  --isg-store-green:#275f53;
  --isg-space-0:0px;
  --isg-radius-99:99px;
  --isg-space-8:8px;
  --isg-ink:#202427;
  --isg-white:white;
  --isg-line:#e5eaed;
  --isg-space-12:12px;
  --isg-space-16:16px;
  --isg-radius-8:8px;
  --isg-soft:#f5f8f9;
  --isg-store-pale:#edf5f2;
  --isg-score-bg:#fbf2e6;
  --isg-space-24:24px;
  --isg-score-ink:#5f4228;
  --isg-space-6:6px;
  --isg-store-coral:#e95861;
  --isg-radius-4:4px;
  --isg-radius-12:12px;
  --isg-muted:#70787d;
  --isg-radius-24:24px;
  --isg-space-48:48px;
  --isg-space-20:20px;
  --isg-score-red:#e82937;
  --isg-radius-6:6px;
  --isg-space-40:40px;
  --isg-space-28:28px;
  --isg-space-4:4px;
  --lower-container:1920px;
}

/* Shared spacing contract: major sections/blocks, not individual card contents. */
:root {
  --isg-section-gap-pc: 48px;
  --isg-section-gap-sp: 32px;
  --isg-section-gap: var(--isg-section-gap-pc);
}
@media (max-width: 899px) {
  :root { --isg-section-gap: var(--isg-section-gap-sp); }
}
