@import url("./common.css");

.kota-isr__lede {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  max-width: 60ch;
  margin: 0 0 1.5rem;
}

.kota-isr__section {
  margin-bottom: 2rem;
}

.kota-isr__section h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.kota-isr__section p {
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 0.75rem;
  max-width: 65ch;
}

.kota-isr__pre {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  background: #1a1b26;
  color: #e8e8ed;
  font-size: 0.8125rem;
  line-height: 1.5;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.kota-isr__pre code {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  white-space: pre;
}

.kota-isr__list {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.6;
}

.demo-hint {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: var(--muted);
}
