/* #21210 integrator guides — article layout on so3 chrome */
.soig-hero {
  background: var(--smtr-bg, #22223b);
  color: #fff;
  padding: 4.5rem 0 3rem;
}

.soig-hero__title {
  font-family: Unbounded, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.2;
  margin: 0.5rem 0 1rem;
  max-width: 40rem;
}

.soig-hero__lead {
  margin: 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.5;
}

.soig-nav {
  background: #f9f8fb;
  border-bottom: 1px solid #e7e7e7;
}

.soig-nav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0.85rem 0;
}

.soig-nav__link {
  color: #8157f6;
  text-decoration: none;
  font-size: 0.9rem;
}

.soig-nav__link.is-current {
  font-weight: 600;
  color: #22223b;
  text-decoration: underline;
}

.soig-main {
  padding: 2.5rem 0 4rem;
  background: #fff;
}

.soig-main__inner {
  max-width: 46rem;
}

.soig-section {
  margin-bottom: 2.5rem;
}

.soig-section h2 {
  font-family: Unbounded, sans-serif;
  font-size: 1.35rem;
  margin: 0 0 1rem;
}

.soig-section p,
.soig-section li {
  line-height: 1.55;
  color: #222;
}

.soig-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 0 0 1rem;
}

.soig-table th,
.soig-table td {
  border: 1px solid #e7e7e7;
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
}

.soig-table th {
  background: #f9f8fb;
}

.soig-code {
  background: #22223b;
  color: #f5f5f7;
  padding: 1rem 1.1rem;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 0.82rem;
  line-height: 1.45;
}

.soig-code code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre;
}

.soig-note {
  background: #f9f8fb;
  border-left: 3px solid #8157f6;
  padding: 0.75rem 1rem;
  margin: 1.25rem 0;
}

.soig-footer-links {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e7e7e7;
}

.soig-footer-links ul {
  margin: 0.35rem 0 0;
  padding-left: 1.2rem;
}
