.sg-wrap { max-width: 820px; padding-block: clamp(28px, 4vw, 52px) clamp(48px, 7vw, 88px); }
.sg-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.sg-table-wrap { overflow-x: auto; }
.sg-how { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.sg-how h2 { font-family: var(--font-display); font-size: 22px; font-weight: 500; margin: 0 0 12px; }
.sg-how ol { margin: 0; padding-left: 20px; color: var(--ink-2); }
.sg-how li { margin-bottom: 8px; }
.sg-help { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); text-align: center; }
.sg-help p { margin-bottom: 12px; }
