.nli-author-box {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(220, 38, 38, .55);
    border-radius: 16px;
    box-sizing: border-box;
    clear: both;
    color: #111827;
    display: grid;
    gap: 18px;
    grid-template-columns: 76px minmax(0, 1fr);
    margin: 32px 0;
    padding: 22px;
    width: 100%;
}

.nli-author-box__media {
    align-self: start;
}

.nli-author-box__avatar {
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    display: block;
    height: 72px;
    object-fit: cover;
    width: 72px;
}

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

.nli-author-box__label {
    color: #dc2626;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.nli-author-box__name {
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 8px;
    padding: 0;
}

.nli-author-box__name a,
.nli-author-box__name a:hover,
.nli-author-box__name a:focus {
    color: #111827;
    text-decoration: none;
}

.nli-author-box__bio {
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 600px) {
    .nli-author-box {
        align-items: start;
        border-radius: 14px;
        gap: 14px;
        grid-template-columns: 58px minmax(0, 1fr);
        margin: 26px 0;
        padding: 18px 16px;
    }

    .nli-author-box__avatar {
        height: 54px;
        width: 54px;
    }

    .nli-author-box__name {
        font-size: 18px;
    }

    .nli-author-box__bio {
        font-size: 14px;
        line-height: 1.55;
    }
}
