.author-details-page .markdown-bio p:last-child {
  margin-bottom: 0;
}

.author-details-page .markdown-bio ul,
.author-details-page .markdown-bio ol {
  margin-bottom: 0.75rem;
  padding-left: 1.2rem;
}

.author-details-page .debug-pre {
  background-color: #0f172a;
  color: #e2e8f0;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  max-height: 18rem;
  overflow: auto;
  margin-bottom: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.debug-panel-hidden {
  display: none;
}

.author-details-page .author-loading-state {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.75rem;
  background: rgba(18, 113, 81, 0.06);
  border: 1px solid rgba(18, 113, 81, 0.12);
}

.author-details-page .author-loading-state .spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}
