
.nic-card{

display:flex;
align-items:center;
background:#f6f8fc;
border:1px solid #e6e6e6;
padding:12px;
margin:20px 0;
gap:12px;

}

.nic-thumb img{

width:90px;
height:65px;
object-fit:cover;

}

.nic-title{

font-size:17px;
font-weight:700;
line-height:1.4;

}

.nic-title a{

text-decoration:none;
color:#0b5ed7;

}

.nic-title a:hover{

text-decoration:underline;

}

.nic-read{

display:block;
font-size:12px;
color:#ff3c00;
margin-bottom:4px;
text-transform:uppercase;

}
