.cosmic-news-wrapper-mobile{
/*padding:12px 10px 24px;*/
background:#ffffff;
}


/* highlight card */

.cosmic-highlight-card{
border-radius:12px;
overflow:hidden;
margin-bottom:20px;
background:#fff;
box-shadow:0 4px 14px rgba(0,0,0,0.08);
}

.cosmic-highlight-card a{
text-decoration:none;
color:inherit;
display:block;
}

.cosmic-highlight-thumb img{
width:100%;
display:block;
height:auto;
}

.highlight-content{
background:#19afd3;
padding:16px 16px 18px;
position: relative;
    margin-top: -80px;
    color: #fff;
    font-size: 18px;
    font-weight: 300 !important;
}

.highlight-content h2{
margin:0 0 8px ;
/*font-size:18px !important;*/
font: 500 18px 'Noto Sans', sans-serif !important;
color:#fff;
}

.highlight-date{
font-size:15px;
color:rgba(255,255,255,0.95);
}


/* news list */

.cosmic-news-list{
display:grid;
gap:14px;
}

.cosmic-news-card{
background:#fff;
border:1px solid #ececec;
border-radius:10px;
padding:10px;
box-shadow:0 2px 8px rgba(0,0,0,0.04);
}

.cosmic-news-card a{
display:grid;
grid-template-columns:110px 1fr;
gap:16px;
align-items:center;
text-decoration:none;
font-family: 'nota', sans-serif !important;
color: #333!important;
padding-block: 10px;
}

.news-thumb img{
width:110px !important;
height:110px !important;
border-radius:6px !important;
object-fit:cover;
display:block;
}

.news-content h4{
margin:0 0 12px !important;
line-height:1.4 !important;
font: 700 15px 'Noto Sans', sans-serif !important;
color:#313131;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
overflow:hidden;
}

.news-date{
font-size:15px;
color:#313131;
}


/* pagination */

.cosmic-news-pagination{
display:flex;
justify-content:center;
gap:10px;
margin-top:18px;
}

.cosmic-news-pagination .page-num{
width:28px;
height:28px;
border-radius:999px;
display:inline-flex;
align-items:center;
justify-content:center;
text-decoration:none;
font-size:13px;
color:#444;
}

.cosmic-news-pagination .page-num.active{
background:#19a9cf;
color:#fff;
}
.cosmic-news-wrapper .highlight-content{
    background:#19afd3 !important;
    margin-top:-80px !important;
    position:relative !important;
    color:#fff !important;
}
  
