/* v2.1 enforced styles */
.steam-events-filter-bar{max-width:1200px;margin:30px auto;display:flex;gap:12px;justify-content:center;padding:0 16px;z-index:2;}
.sev-filter{padding:8px 14px;border-radius:999px;border:1px solid #ddd;background:#b9b1b1;cursor:pointer;}
.sev-filter.active{background:#2b7cff;color:#fff;border-color:#2b7cff;}
.steam-events-wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:60px;padding:0 16px 60px;z-index:1;}
.steam-event-item{background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,0.06);overflow:hidden;padding:18px;}
.steam-event-inner{display:flex;align-items:center;gap:30px;}
.event-image img{width:300px;height:300px;object-fit:contain;border-radius:8px;background:#f6f6f6;display:block;}
.event-content{flex:1;padding:20px;}
.event-title{font-size:28px;margin:0 0 12px;color:#222;}
.event-excerpt{color:#555;line-height:1.6;margin-bottom:16px;}
.event-detail-btn{display:inline-block;padding:10px 18px;background:linear-gradient(45deg,#6266ef,#6266ef);color:#fff;border-radius:30px;text-decoration:none;}
.steam-event-item.odd .event-image{order:1;}
.steam-event-item.odd .event-content{order:2;}
.steam-event-item.even .event-image{order:2;}
.steam-event-item.even .event-content{order:1;}
@media(max-width:768px){ .steam-event-inner{flex-direction:column;} .event-image img{width:100%;height:auto;} }
