.ajus-author-space{display:inline-flex;align-items:center;gap:.75rem;padding:.45rem .8rem .45rem .45rem;border:1px solid var(--color-border-soft);border-radius:999px;background:linear-gradient(135deg,var(--color-bg-surface) 0,var(--color-bg-surface-soft) 100%);box-shadow:0 4px 14px rgba(29,39,51,0.06);transition:all .2s ease;min-width:0;max-width:320px}.ajus-author-space:hover{border-color:var(--color-border-primary);box-shadow:0 8px 20px rgba(53,168,223,0.12);transform:translateY(-1px)}.ajus-author-space-avatar{width:2.65rem;height:2.65rem;border-radius:50%;flex:0 0 2.65rem;display:inline-flex;align-items:center;justify-content:center;background-color:var(--color-bg-primary-soft);background-size:cover;background-position:center;border:2px solid var(--color-bg-surface);box-shadow:0 0 0 1px var(--color-border);color:var(--color-text-primary);font-size:.95rem;font-weight:700;text-transform:uppercase}.ajus-author-space-meta{display:flex;flex-direction:column;min-width:0}.ajus-author-space-name{color:var(--color-text-main);font-size:.95rem;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ajus-author-space-line{color:var(--color-text-muted);font-size:.8rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}@media(max-width:991.98px){.ajus-author-space{max-width:100%}.ajus-author-space-line{max-width:100%}}