.other-news-items .ccm-block-topics-wrapper {
    list-style-type: none;
    padding: 0; 
}

.other-news-items .ccm-block-topics-wrapper li {
    display: inline-block; 
}

.other-news-items .ccm-block-topics-wrapper li a {
    background: #DAE1EA;
    border-radius: 4px; 
    color: #1B2E3A;
    display: block; 
    margin: 0 8px 6px 0; 
    padding: 2px 8px 4px;
}
.other-news-items h2 {margin-bottom:0;}

.other-news-items .news-topics li a {
    margin:0;padding:2px 8px;
    background:white!important;
   border:1px solid black;
    font-size:.7em;
    font-weight:bold;
    
}
.other-news-items .ccm-block-page-list-date {
    padding:10px 0px;
    border-top:1px #dedede dashed;
     border-bottom:1px #dedede dashed;
    color:#1472C8;
    font-weight:bold;
}
.other-news-items .news-topics {
    position:absolute;
    top:20px;
    left:20px;
}
.other-news-items span {display:flex;}
.other-news-items span svg {
    height:20px;width:auto;
   fill:#253B77;
}
.other-news-items ul.ccm-block-topics-wrapper {
    display:flex;
    align-items:center;
    gap:10px;
}
.other-news-items .waterbody-topics .ccm-block-topics-wrapper li a {
color: #253B77;
font-weight: bold;
background: #DAE1EA;
}
.other-news-items .news-topics li a:hover {
     background:#DAE1EA;
                                text-decoration:none;
}
.other-news-items .waterbody-topics {    display: flex;
    align-items: center;
    gap: 10px;}

.other-news-items .news-thumb {height:230px;width:100%;background-size:cover;background-position:center;}

.other-news-items .ccm-block-page-list-pages {display:flex;gap:20px;flex-wrap:wrap}
.other-news-items .ccm-block-page-list-pages .ccm-block-page-list-page-entry {display:flex;flex-direction:column;justify-content:space-between;width:32%;gap:15px; background:white;padding:15px;border-radius:8px;}
.other-news-items .ccm-block-page-list-page-entry-text {display:flex;flex-direction:column;gap:10px}
.other-news-items  .ccm-block-topics-wrapper {margin-bottom:0px}
.other-news-items .ccm-block-page-list-title {font-size:1.4em}
.other-news-items .ccm-block-page-list-sponsor {font-weight:600}

@media (max-width: 970px) {
    .other-news-items .ccm-block-page-list-pages {flex-direction:column;}
    .other-news-items .ccm-block-page-list-pages .ccm-block-page-list-page-entry {width:100%;}
    
    }