.author-hero {
    background: radial-gradient(circle at 12% 18%, rgba(59, 130, 246, 0.12), transparent 45%), radial-gradient(circle at 88% 8%, rgba(59, 130, 246, 0.08), transparent 45%), var(--gn-surface);
    border: 1px solid rgba(59, 130, 246, 0.25);
}

.author-avatar {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    border: 1px solid var(--gn-border);
    background: var(--gn-surface-2);
    display: grid;
    place-items: center;
    overflow: hidden;
    box-shadow: var(--gn-shadow);
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-bio {
    max-width: 60ch;
}

.article-card img {
    border-top-left-radius: var(--gn-card-radius);
    border-top-right-radius: var(--gn-card-radius);
    object-fit: cover;
}

.article-card .ratio img {
    object-fit: cover;
}

.article-card .card-footer {
    border-top: 1px solid var(--gn-border);
}

@media (max-width: 991.98px) {
    .author-avatar {
        width: 96px;
        height: 96px;
    }
}
