/*
Theme Name: NODEQ Riksjournalen Child
Theme URI: https://nodeq.no
Description: Child theme for NODEQ Riksjournalen
Author: NODEQ
Version: 1.0.0
Template: nodeq
Text Domain: nodeq-riksjournalen-child
*/

/* Author archive header */
.rj-author-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.rj-author-header img.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.rj-author-title {
    margin: 0;
    font-size: 1.75rem;
}

.rj-author-bio {
    margin-top: .5rem;
    color: var(--text-muted, #666);
    max-width: 60ch;
}

.rj-author-header>div {
    display: flex;
    flex-direction: column;
}
