.spc-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.spc-image img{
width:100%;
height:220px;
object-fit:cover;
}

.spc-content{
padding:20px;
}

.spc-title{
font-size:18px;
margin-bottom:10px;
}

.spc-title a{
text-decoration:none;
color:#222;
}

.spc-excerpt{
font-size:14px;
color:#666;
margin-bottom:15px;
}

.spc-btn{
background:#0073aa;
color:#fff;
padding:8px 14px;
border-radius:4px;
text-decoration:none;
font-size:14px;
}