.scs-game{
max-width:340px;
font-family:Arial, Helvetica, sans-serif;
}

.scs-game canvas{
width:100%;
display:block;
background:#020617;
border-radius:10px;
}

.scs-game-header{
background:#111827;
color:#fff;
padding:10px 14px;
border-radius:10px 10px 0 0;
font-weight:700;
}

.scs-game-body{
background:#0f172a;
padding:14px;
border-radius:0 0 10px 10px;
color:#fff;
}

.scs-game-meta{
display:flex;
gap:10px;
margin-top:10px;
}

.scs-game-pill{
background:#1f2937;
padding:8px 10px;
border-radius:8px;
font-size:14px;
}

.scs-btn{
margin-top:10px;
padding:8px 12px;
border:none;
background:#2563eb;
color:#fff;
border-radius:8px;
cursor:pointer;
}