
.swf-card{background:#fff;border-radius:6px;padding:15px;margin-bottom:15px;box-shadow:0 2px 6px rgba(0,0,0,.1)}
.swf-green{background:#7ac043;color:#fff}
.swf-item{display:flex;border-bottom:1px dashed #ddd;padding:8px 0}
.swf-date{background:#6a1b9a;color:#fff;padding:5px;width:50px;text-align:center}
.swf-title{flex:1;padding-left:10px}
.swf-links li{list-style:none;padding:5px 0}
.swf-links li::before{content:"➤ ";color:red}
.swf-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.swf-gallery div{height:80px;background:#ddd}
.swf-counter{font-size:28px;text-align:center;color:#4a6cf7}


