

.sp-channel {
  display: flex;
  flex-direction: column;
}
.sp-channel h3 {
  font-size: var(--om-fs-md);
}
.sp-channel p {
  font-size: var(--om-fs-sm);
  color: var(--om-ink-soft);
  flex: 1 1 auto;
}
.sp-channel .om-card__arrow {
  margin-top: var(--om-sp-3);
}

.sp-guide {
  min-width: 0;
}

#sp-guides .om-grid--3 { align-items: start; }
.sp-guide .om-code {
  margin: var(--om-sp-4) 0;
  font-size: 0.78rem;
  min-width: 0;
  max-width: 100%;
}
.sp-guide .om-code code {
  white-space: pre;
}

.sp-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--om-sp-3);
  font-size: var(--om-fs-sm);
  color: var(--om-ink-soft);
}
.sp-list li {
  position: relative;
  padding-left: 24px;
}
.sp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 40% 60% 55% 45% / 55% 45% 60% 40%;
  background: var(--om-grad-fire);
}

.sp-tabs {
  margin-bottom: var(--om-sp-5);
}
.sp-tabpanel {
  background: var(--om-white);
  border: 1px solid var(--om-line);
  border-radius: var(--om-r-lg);
  padding: var(--om-sp-6);
  box-shadow: var(--om-shadow-card);
}
.sp-tabpanel[hidden] {
  display: none;
}
.sp-tabpanel h3 {
  margin-top: 0;
}
.sp-tabpanel {
  min-width: 0;
}
.sp-tabpanel .om-code {
  margin: var(--om-sp-4) 0;
  min-width: 0;
  max-width: 100%;
}
.sp-guides-grid .om-card,
.om-section .om-grid > .om-card {
  min-width: 0;
}
.sp-tabpanel:focus-visible {
  outline: 3px solid rgba(242, 87, 28, 0.55);
  outline-offset: 3px;
}

#sp-troubleshoot .om-faq__body ol {
  margin: 0;
  padding-left: 1.25em;
  display: grid;
  gap: var(--om-sp-2);
}

.sp-status h2,
.sp-status p {
  color: var(--om-light);
}
.sp-status p {
  color: rgba(255, 227, 205, 0.82);
}
.sp-status__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--om-sp-4);
}
.sp-status__list li {
  display: flex;
  align-items: center;
  gap: var(--om-sp-4);
  background: rgba(255, 158, 79, 0.08);
  border: 1px solid rgba(255, 158, 79, 0.25);
  border-radius: var(--om-r-md);
  padding: var(--om-sp-4) var(--om-sp-5);
}
.sp-status__list strong {
  display: block;
  color: var(--om-light);
  font-family: var(--om-font-heading);
}
.sp-status__list .om-muted {
  display: block;
  font-size: var(--om-fs-xs);
  color: rgba(255, 227, 205, 0.66);
}
.sp-status__dot {
  flex: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--om-ok);
  box-shadow: 0 0 0 5px rgba(46, 158, 91, 0.22);
}

@media (max-width: 640px) {
  .sp-tabpanel {
    padding: var(--om-sp-5);
  }
  .sp-guide .om-code,
  .sp-tabpanel .om-code {
    font-size: 0.72rem;
  }
}
