.method-get {
  background-color: #10b981;
}
.method-post {
  background-color: #3b82f6;
}
.method-put {
  background-color: #f59e0b;
}
.method-delete {
  background-color: #ef4444;
}
.status-2xx {
  background-color: #10b981;
}
.status-3xx {
  background-color: #3b82f6;
}
.status-4xx {
  background-color: #f59e0b;
}
.status-5xx {
  background-color: #ef4444;
}
.json-key {
  color: #9f3ed5;
}
.json-string {
  color: #10b981;
}
.json-number {
  color: #3b82f6;
}
.json-boolean {
  color: #f59e0b;
}
.json-null {
  color: #6b7280;
}
.tab-active {
  border-bottom: 2px solid #3b82f6;
  color: #3b82f6;
  font-weight: 600;
}
