.susync{max-width:1000px}
.susync-card{border:1px solid #dcdcde;border-radius:10px;padding:14px;margin:12px 0;background:#fff}
.susync-card-title{font-weight:700;margin-bottom:6px}
.susync-card-sub{color:#646970;font-size:12px;margin-bottom:10px}
.susync-note{padding:10px 12px;border:1px solid #dcdcde;border-radius:8px;background:#fff}
.susync-list{display:flex;flex-direction:column;gap:10px}
.susync-game{display:grid;grid-template-columns:140px 1fr 1fr 90px;gap:10px;align-items:center;border-top:1px solid #dcdcde;padding-top:10px}
.susync-game:first-child{border-top:none;padding-top:0}
.susync-game-dt{font-weight:600}
.susync-game-teams{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.susync-team{display:flex;align-items:center;gap:8px}
.susync-team-logo img{width:22px;height:22px;object-fit:contain}
.susync-vs{color:#646970}
.susync-game-place{color:#646970}
.susync-game-result{font-weight:700;text-align:right}
.susync-table{width:100%;border-collapse:collapse;font-size:14px}
.susync-table th,.susync-table td{border-top:1px solid #dcdcde;padding:8px 6px;text-align:left}
.susync-table thead th{border-top:none;font-size:12px;color:#646970;font-weight:700}
.susync-logo img{width:18px;height:18px;object-fit:contain}
@media (max-width:780px){.susync-game{grid-template-columns:1fr;align-items:flex-start}.susync-game-result{text-align:left}}
