

/* Start:/local/templates/alean/components/realweb/page/poster-old/style.css?17496495691310*/
.news-list .poster-item__date {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    pointer-events: none;
    background: var(--color-white);
    border-radius: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--font-basic);
    font-weight: var(--weigth-basic);
    font-size: var(--size-text);
    line-height: var(--line-height-text);
    color: var(--color-font-basic);
    padding: 5px 20px;
}

.news-list .poster-item__name {
    font-family: var(--font-title);
    font-weight: var(--weigth-title);
    font-size: var(--size-heading);
    line-height: var(--line-height-heading);
    letter-spacing: var(--letter-spacing);
    font-feature-settings: "pnum" on, "lnum" on;
    color: var(--color-font-basic);
    margin-bottom: 20px;
    padding: 0;
}

.news-list .poster-item__label {
    font-family: var(--font-basic);
    font-weight: var(--weigth-basic);
    font-size: var(--size-text);
    line-height: var(--line-height-text);
    color: var(--color-gray);
}

.news-list .poster-item__top {
    position: relative;
    margin-bottom: 20px;
}

.news-list .poster-item__body {
    display: block;
    background: none;
}

.news-list .poster-item__name::after {
    display: none;
}
/* End */
/* /local/templates/alean/components/realweb/page/poster-old/style.css?17496495691310 */
