/**
 * Copyright © Grantha.lk. All rights reserved.
 * Nocturne Design System — Author Page (Dual Theme Light & Dark)
 *
 * /author/<key>: only the intro under the theme listing's header bar. The grid, toolbar,
 * pager and sidebar are the catalogue's own.
 */
.author-page {
  margin: -8px 0 22px;
}

.author-page__pending {
  display: inline-block;
  padding: 6px 12px;
  border-radius: var(--radius-sm, 6px);
  background: var(--g-accent-tint, rgba(121, 108, 191, 0.12));
  border: 1px solid var(--g-accent-line, rgba(121, 108, 191, 0.45));
  color: var(--g-accent-text, #5d5294);
  font-size: 13px;
  margin: 0 0 12px;
}

.author-page__bio {
  max-width: 72ch;
  line-height: 1.65;
  color: var(--g-soft, #3d3d43);
  font-size: 0.95rem;
  margin: 0;
}
