/* Archive and discovery refinements. Content remains native to Ghost tags/authors. */
.sr-archive .sr-page-hero .sr-cta-row { margin-top: 24px; }
.sr-archive .sr-cta-row .sr-button { min-height: 38px; }
.sr-author-avatar {
    width: 82px;
    height: 82px;
    border: 1px solid var(--line);
    border-radius: 50%;
    object-fit: cover;
    background: var(--panel);
}
.sr-archive .sr-buffer-index code {
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
}
.sr-filter-tags a[aria-current="page"] {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--panel);
}
@media (max-width: 720px) {
    .sr-author-avatar { width: 64px; height: 64px; }
}
