.nativeAuthor {
    margin-bottom: 2.5em;
    padding: 1em;
    word-break: break-word;
    background-color: #edf5f5;
}

.nativeAuthor__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nativeAuthor__profileImage {
    display: block;
    margin-right: 0.8em;
    border-radius: 50%;
    background-color: #fff;
}

.nativeAuthor__name {
    margin: 0;
    font-size: 1.15em;
    color: #000;
}

.nativeAuthor__description {
    margin: 1em 0 0 0;
}

.nativeAuthor__description p {
    margin-bottom: 1em;
}

.nativeAuthor__link {
    display: block;
    text-align: center;
}
