.sidebar {
  height: calc(100vh - 57px);
  overflow-y: auto;
  position: sticky;
  top: 57px;
}

.sidebar-group {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  border-top: 1px solid var(--bs-border-color);
}

.ep-link {
  font-size: 0.8rem;
  border: none;
}

.method-badge {
  font-size: 0.62rem;
  width: 52px;
  display: inline-block;
  text-align: center;
}

.request-line,
.response-body {
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 0.78rem;
  margin-bottom: 6px;
  white-space: pre-wrap;
  word-break: break-all;
}

.response-body {
  max-height: 480px;
  overflow-y: auto;
}

#inspector {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}
