/**
 * QUAVIA GEO/SEO Suite — Front CSS v5.2
 */
.quavia-author-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    margin: 32px 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-sizing: border-box;
}

.quavia-author-box__avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.quavia-author-box__body {
    flex: 1;
    min-width: 0;
}

.quavia-author-box__name {
    margin: 0 0 4px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.4 !important;
}

.quavia-author-box__name a {
    color: inherit;
    text-decoration: none;
}

.quavia-author-box__name a:hover {
    color: #2563eb;
}

.quavia-author-box__job {
    margin: 0 0 8px !important;
    font-size: 12px !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

.quavia-author-box__bio {
    margin: 0 !important;
    font-size: 13px !important;
    color: #374151 !important;
    line-height: 1.7 !important;
}

@media (max-width: 640px) {
    .quavia-author-box {
        flex-direction: column;
        gap: 12px;
    }
}
