/* Blog author byline */

.blog-author {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.blog-author__name {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.3;
}

.blog-author__title {
    font-weight: 500;
}

.blog-author__tagline {
    margin: 0.15rem 0 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    font-style: italic;
}

/* Card listing */
.blog-author--card {
    margin-top: 0.85rem;
}

.blog-author--card .blog-author__name {
    font-size: 0.875rem;
    color: #0f172a;
}

.blog-author--card .blog-author__title {
    font-weight: 500;
    color: #64748b;
}

.blog-author--card .blog-author__tagline {
    color: #94a3b8;
}

/* Hero featured article */
.blog-author--hero {
    margin-top: 1rem;
}

.blog-author--hero .blog-author__name {
    color: #fff;
}

.blog-author--hero .blog-author__title,
.blog-author--hero .blog-author__tagline {
    color: rgba(255, 255, 255, 0.7);
}

/* Article page */
.blog-author--article {
    margin-top: 1.5rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    max-width: 28rem;
}

.blog-author--article .blog-author__name {
    font-size: 1.05rem;
    color: #fff;
}

.blog-author--article .blog-author__title {
    color: rgba(255, 255, 255, 0.8);
}

.blog-author--article .blog-author__tagline {
    color: rgba(255, 255, 255, 0.65);
}
