.gh-article-footer.norka-article-footer {
    margin-top: 3.2rem;
    padding-top: 0;
}

.norka-post-authors {
    padding-top: 2.4rem;
    border-top: 1px solid var(--color-light-gray, #e5e5e5);
    text-align: left;
}

.norka-post-author {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
    min-width: 0;
}

.norka-post-author + .norka-post-author {
    margin-top: 2.4rem;
}

.norka-post-author-image {
    display: block;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.norka-post-author-content {
    min-width: 0;
    overflow-wrap: anywhere;
}

.norka-post-author-label {
    margin: 0 0 0.4rem;
    color: #6b7280;
    font-size: 1.3rem;
    line-height: 1.5;
}

.norka-post-author-name {
    color: var(--color-primary-text, #15171a);
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.norka-post-author-bio {
    margin: 0.8rem 0 0;
    color: var(--color-darker-gray, #333);
    font-size: 1.6rem;
    line-height: 1.6;
}

.norka-post-author-more {
    display: inline-block;
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--color-primary-text, #15171a);
}

.norka-post-author a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.norka-post-author a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

@media (max-width: 480px) {
    .norka-post-author {
        flex-direction: column;
        gap: 1.2rem;
    }
    .norka-post-author-image {
        flex-basis: auto;
        width: 56px;
        height: 56px;
    }
}
