/* /css/author-badge.css */
.author-badge{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:.35rem .6rem;
  border-radius:.5rem;
  font-weight:600;
  line-height:1;
  color: var(--author-text, #fff) !important;
  border: 1px solid var(--author-border, rgba(255,255,255,.16)) !important;
  background: var(--author-bg, #232323) !important; /* принимает и gradient(...) */
}