.node--view-mode-teaser
{
    margin-bottom: 1rem;
    padding-bottom: 1rem;

    border-bottom: 1px solid #ceced8;
}

.node--view-mode-teaser h2
{
    margin-top: 0;
    padding-top: .5em;
}

.node--view-mode-teaser.node--sticky
{
    padding: 0 1rem 1rem;

    border: 1px solid #ceced8;
    background: #f9f9f9;
    background: rgba(0, 0, 0, .024);
}

.node--view-mode-teaser .node__content
{
    font-size: 1rem;
    line-height: 1.5;

    clear: none;
}

.node__meta
{
    font-size: .875rem;

    margin-bottom: -5px;
}

.node__meta .field--name-field-user-picture img
{
    float: left;
    /* LTR */

    margin: 1px 1rem 0 0;
    /* LTR */
}

[dir='rtl'] .node__meta .field--name-field-user-picture img
{
    float: right;

    margin-right: 0;
    margin-left: 1rem;
}

.node__links
{
    /* LTR */
    font-size: 1rem;

    text-align: right;
}

[dir='rtl'] .node__links
{
    text-align: left;
}

.node--unpublished
{
    padding: 1rem 1rem 0;
}

.node--unpublished .comment-text .comment-arrow
{
    border-right: 1px solid #fff4f4;
    border-left: 1px solid #fff4f4;
}
