.nativeStory {
    position: relative;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*
 * Main
 */

.nativeStory__title {
    color: #000;
}

.nativeStory__image {
    display: block;
    margin: 0 0 1.5em 0;
}

.nativeStory__content {
    position: relative;
}

.nativeStory__introduction {
    font-weight: bold;
    line-height: 1.5;
}

.nativeStory blockquote {
    margin: 1.45em 0;
    padding-left: 0;
    font-style: normal;
    border-left: none;
}

.addthis_inline_share_toolbox {
    padding-bottom: 1.5em;
}

.nativeStory__authorTitle {
    margin: 0 0 1em 0;
    color: #000;
    font-size: 1.1em;
}

.nativeStory__sidebar {
    font-size: 1rem;
}

@media screen and (min-width: 720px) {
    .nativeStory {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nativeStory__author {
        word-break: break-word;
    }

    .nativeStory__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
    }

    .nativeStory__introduction,
    .nativeStory__text {
        margin-left: 8em;
    }

    .nativeStory blockquote {
        margin-left: -3em;
    }

    .nativeStory__share {
        position: absolute;
        top: 0;
        left: 0;
        width: 3.5em;
    }

    .nativeStory__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
