/* Лента новостей: HTML из RichTextEditor */
.cx-news-body {
    font-size: var(--mantine-font-size-sm);
    line-height: 1.55;
    color: var(--mantine-color-text);
    width: 100%;
    overflow-wrap: anywhere;
}
.cx-news-body p {
    margin: 0 0 0.6em;
}
.cx-news-body p:last-child {
    margin-bottom: 0;
}
.cx-news-body img,
.cx-news-body video {
    max-width: 100%;
    height: auto;
}
.cx-news-body ul,
.cx-news-body ol {
    margin: 0 0 0.6em;
    padding-left: 1.4em;
}
.cx-news-thumb-wrap {
    width: 100%;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: var(--mantine-radius-sm);
}
.cx-news-thumb,
.cx-news-hero {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.cx-news-short {
    cursor: pointer;
}

