.tfh-author-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 760px;
    margin: 48px auto 0;
    padding: 32px;
    color: #1a1a1a;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    font-family: inherit;
}

.tfh-author-box__media {
    flex: 0 0 72px;
}

.tfh-author-box__avatar {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
    background: #e6e6e6;
}

.tfh-author-box__content {
    min-width: 0;
}

.tfh-author-box__label {
    margin: 0 0 4px;
    color: #666;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.tfh-author-box__name {
    margin: 0 0 8px;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
}

.tfh-author-box__bio {
    margin: 0 0 12px;
    color: #333;
    font-size: 0.98rem;
    line-height: 1.65;
}

.tfh-author-box__link {
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.tfh-author-box__link:hover,
.tfh-author-box__link:focus {
    color: #444;
}

.tfh-author-box__link:focus-visible {
    outline: 2px solid #1a1a1a;
    outline-offset: 4px;
}

@media (max-width: 600px) {
    .tfh-author-box {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 40px;
        padding: 28px 22px;
        text-align: center;
    }

    .tfh-author-box__media {
        flex-basis: auto;
    }
}
