/* List */

.news-preview-list > div > :not(:first-child) {
    padding-top: 15px;
}

.news-preview-list > div > :not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

/* Item */

.news-preview > div:after {
    content: '';
    display: table;
    clear: both;
}

/* Cover */

.news-preview-cover {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 10px 10px 0;
}

.news-preview-cover > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/* Date */

.news-preview-date {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    color: #757575;
    margin-bottom: 5px;
}

/* Title */

.news-preview-title {
    line-height: 1.2;
    margin-bottom: 5px;
}

.news-preview-title > a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #f44336;
}