.article-author-note {
    border: 1px solid #b08a3c !important;
    background: color-mix(in srgb, #b08a3c 6%, var(--background-color));
    padding: 26px;
    margin: 0 0 max(42px, calc(2.92vw * var(--scale)));
}

.article-author-note-heading {
    display: block !important;
    margin: 0 0 18px;
    color: #b08a3c !important;
    font-family: var(--font2);
    font-size: 0.85rem;
    line-height: 1.2;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
}

.article-author-note-inner {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    padding-top: 16px;
}

.article-author-note-inner:first-child {
    padding-top: 0;
}

.article-author-note-inner + .article-author-note-inner {
    margin-top: 16px;
}

.article-author-note-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 999px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--text-color) 12%, transparent);
    color: var(--text-color);
    text-decoration: none;
    font-family: var(--font1);
    font-size: 0.8rem;
    line-height: 1;
}

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

.article-author-note-copy {
    min-width: 0;
}

.article-author-note-name {
    display: inline-flex;
    margin-bottom: 4px;
    color: var(--text-color);
    text-decoration: none;
    font-family: var(--font1);
    font-size: 0.96rem;
    line-height: 1.2;
}

.article-author-note-name:hover {
    color: #b08a3c;
}

.article-author-note-name {
    letter-spacing: normal;
    word-spacing: normal;
}

.article-author-note-bio {
    margin: 0;
    font-family: var(--font2);
    color: var(--text-color);
    opacity: 0.8;
    line-height: 1.45;
    font-size: 0.9rem;
    max-width: 56ch;
}

@media screen and (max-width: 767px) {
    .article-author-note {
        padding: 22px;
        margin-bottom: 34px;
    }

    .article-author-note-inner {
        grid-template-columns: 40px 1fr;
        gap: 12px;
    }

    .article-author-note-avatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}
