html {
  scrollbar-gutter: stable;
}

.swagger-api-key-status {
  box-sizing: border-box;
  max-width: 1460px;
  margin: 16px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(59, 65, 81, 0.18);
  border-radius: 6px;
  background: #f6f8fa;
  color: #3b4151;
  font: 13px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.swagger-api-key-status strong {
  color: #1f2937;
}

.swagger-api-key-status a {
  color: #b56539;
  font-weight: 700;
}
