

/* Start:/local/components/api/news.filter/templates/.default/style.css?1767308191994*/
.news-channels {
    margin-bottom: 20px;
}

.news-channels__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.news-channels__item {
    border-radius: 6px;
    background-color: #a5a07c;
    transition:
            background-color 0.2s ease,
            transform 0.15s ease,
            box-shadow 0.15s ease;
}

.news-channels__item.is-active {
    background-color: #c7b85a;
}

.news-channels__link {
    display: block;
    padding: 6px 12px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
}

.news-channels__item:hover {
    transform: translateY(-1px);
    background-color: #bdb46c;
}

.news-channels__item.is-selected {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

@media (max-width: 768px) {
    .news-channels__list {
        gap: 6px;
    }

    .news-channels__link {
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* End */


/* Start:/local/components/api/news.list/templates/.default/style.css?17672990972364*/

.nl_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.nl_item {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (min-device-width: 450px) {
    .nl_item {
        max-width: 240px;
        width: calc(33% - 20px);
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nl_item {
        max-width: 440px;
        min-width: 320px;
    }
}


.nl_hdr {
    word-break: break-word;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: -0.1px;
    margin-bottom: 15px;
}

@media only screen and (min-device-width: 450px) {
    .nl_hdr {
        font-weight: bold;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nl_hdr {
        font-size: 1.2em;
        margin-bottom: 20px;
        font-weight: bold;
    }
}

.nl_hdr a {
    color: #000;
    text-decoration: none;
}

.nl_hdr a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.nl_time {
    color: #ccc;
    font-size: 0.8em;
    margin-bottom: 10px;
}

.nl_anons {
    line-height: 1.4em;
    width: auto;
    height: auto;
    overflow: hidden;
}

.nl_anons a {
    text-decoration: none;
    color: #000 !important;
}

.nl_anons a:hover {
    text-decoration: underline;
    color: #000 !important;
}

.nl_pic {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}


@media only screen and (min-device-width: 450px) {
    .nl_pic {
        max-width: 200px;
        max-height: 200px;
        border-radius: 5px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
    .nl_pic {
        max-width: 440px;
        min-width: 320px;
    }
}


.nl_pic img {
    padding: 0;
    border: none;
    width: 100%;
    height: auto;
}

.news_tbl, .data-table {
    border-collapse: collapse;
    border: 1px solid #666;
}

.news_tbl td, .data-table td {
    border-collapse: collapse;
    padding: 10px 5px;
    border: 1px solid #ccc;
}


/* End */
/* /local/components/api/news.filter/templates/.default/style.css?1767308191994 */
/* /local/components/api/news.list/templates/.default/style.css?17672990972364 */
