
.ssv18-wrapper{
max-width:900px;
margin:auto;
font-family:Arial;
}

.sports-tabs{
display:flex;
gap:6px;
margin-bottom:15px;
flex-wrap:wrap;
}

.sport{
padding:8px 10px;
border:none;
background:#eee;
border-radius:6px;
cursor:pointer;
}

.sport.active{
background:#1f7a4c;
color:#fff;
}

.match-card{
display:block;
background:#fff;
border-radius:10px;
padding:14px;
margin-bottom:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
border-left:4px solid #1f7a4c;
text-decoration:none;
color:#000;
}

.team{
font-weight:bold;
}

.time{
font-size:13px;
color:#666;
margin-top:4px;
}

.page{
margin:4px;
padding:6px 10px;
border:none;
background:#1f7a4c;
color:#fff;
border-radius:4px;
cursor:pointer;
}

@media(max-width:768px){
.match-card{
padding:12px;
}
}
