<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.more-news-widget {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    row-gap: 16px;
}

.more-news-widget .more-news-part {
    display: flex;
    flex-direction: column;
    width: 471px;
    height: 471px;
}

.more-news-widget .more-news-part .more-news-a-container {
    position: absolute;
    padding: 18px;
    width: 471px;
}

.more-news-widget .more-news-part .more-news-a-container .more-news-cat {
    font-weight: 700;
}

.more-news-widget .more-news-part .more-news-img {
    height: 295px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.more-news-widget .more-news-part .more-news-sub-part {
    display: flex;
    flex-direction: column;
    height: 176px;
    border: solid #c4c4c4;
    border-width: 0 1px 1px 1px;
    background-color: #FFFFFF;
    padding: 21px;
}

.more-news-widget .more-news-part .more-news-sub-part .more-news-date {
    margin: 0 0 2px 0;
    font-weight: 600;
    color: #7d7d7d;
}

.more-news-widget .more-news-part .more-news-sub-part .more-news-title {
    height: 60px;
    overflow: hidden;
    margin: 0 0 13px 0;
    font-weight: 700;
    font-size: 25px;
}

.more-news-widget .more-news-part .more-news-sub-part .more-news-read-more {
    margin: auto 0 0 0;
}

.page-numbers {
    margin: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-numbers li {
    list-style-type: none;
}

.page-numbers .page-numbers {
    transition-property: color, font-size;
    transition-duration: 0.5s;
    margin: 20px;
    font-size: 30px;
    color: #505050;
    cursor: pointer;
    height: 55px;
    display: flex;
    align-items: center;
}

.page-numbers .page-numbers.prev {
    color: transparent;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 25px solid transparent;
    border-right-color: black;
}

.page-numbers .page-numbers.next {
    color: transparent;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 25px solid transparent;
    border-left-color: black;
}

.page-numbers .page-numbers.current {
    font-size: 36px;
    color: #EE1D25;
}

.category_menu {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    height: 95px;
    align-items: center;
}

.category_menu h2 {
    margin: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

.category_menu .menu-categories-container {
    height: 100%;
}

.category_menu .menu-categories-container .menu {
    display: flex;
    align-items: center;
    margin: 0;
    height: 100%;
    list-style-type: none;
}

.category_menu .menu-categories-container .menu .menu-item {
    margin: 0 5px;
    padding: 3px 10px;
    border-radius: 30px;
    background-color: white;
    border: 1px solid #c4c4c4;
}

.category_menu .menu-categories-container .menu .menu-item a {
    font-weight: bold;
    color: #c4c4c4;
}

.category_menu .menu-categories-container .menu .menu-item.current-menu-item {
    background-color: #EE1D25;
    border: none;
}

.category_menu .menu-categories-container .menu .menu-item.current-menu-item a {
    color: white;
}

@media screen and (max-width:767px) {
    .category_menu {
        padding-bottom: 35px;
        height: auto;
    }
}


/*# sourceMappingURL=more_news.css.map */</pre></body></html>