/* Карточки статей в слайдере — те же стили, что на /articles/ (news-list-preim) */
.awz-news-item {
    margin: 0px;
    position: relative;
    border: none;
}
.awz-news-content {
    position: static;
    clear: both;
    text-align: left;
    padding: 7px 0 12px 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

/* h2 reset — карточка статьи в списке */
.ml-newslist-title {
    font-size: calc(.44304vw + 12.58228px);
    font-weight: 600;
    margin: 0;
}
.ml-newslist-title a {
    line-height: 130%;
    font-weight: 600;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    hyphens: auto;
    color: #272625;
    font-size: calc(.44304vw + 12.58228px) !important;
}

.ml-newslist-date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 3px 5px;
    color: #272625;
    font-size: 14px;
}
.ml-newslist-date img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    float: left;
}

.ml-newslist-block-image img {
    border: 1px solid #ffffff;
    border-radius: 10px;
}
