mor-article{
    display: block;
    line-height: 1.8em;
    word-break: break-word;

    .title{
        font-size: @fontSize*2;
        font-weight: 700;
        margin-bottom: 0.3em;
        line-height: 1.2em;
    }

    .meta{
        font-size: @fontSize*0.8;
        color: @colorNeutral7;
        margin-bottom: 0.7em;
        line-height: 1.6em;
    }

    .lead{
        font-size: @fontSize*1.4;
        line-height: 1.4em;
        margin-bottom: 0.4em;
    }

    .body{
        font-size: @fontSize*0.875;
        line-height: 1.4em;
        color: @colorNeutral11;
        width: 100%;

        p{
            margin: 0.5em 0;
        }
    }

    &.underline{
        .meta{
            padding-bottom: 0.7em;
            margin-top: -0.2em;
            border-bottom: 1px @colorComponentItemBorder solid;
        }
    }

    // default status
    &{}
}
