.game{background:var(--gray-100);border-radius:8px;display:block;margin-bottom:12px}.game:hover{box-shadow:0 0 6px var(--gray-400);text-decoration:none}.game-data{border-bottom:1px solid var(--gray-200);font-size:14px;justify-content:space-between;padding:8px 12px}.game-data,.game-data .stage{display:flex}.game-data .stage .league{flex:1;font-weight:700;margin-right:8px}.game-data .date{align-items:center;display:flex}.game-data .date i{color:var(--primary);margin-right:8px}.teams{display:grid;grid-template-columns:1fr 80px 1fr;padding:6px 0}.teams .team{align-items:center;display:flex;font-weight:700}.teams .team .logo{height:40px;margin:0 8px;object-fit:contain;width:40px}.teams .team.away{justify-content:flex-end}.teams .score{align-items:center;display:flex;flex-direction:column;justify-content:center}.teams .score .result{display:flex;margin-bottom:8px}.teams .score .result span{background:var(--primary);color:#fff;display:block;height:26px;line-height:26px;margin:0 4px;text-align:center;width:34px}.header .league{align-items:center;display:flex}.header .league img{background-color:#fff;border-radius:16px;height:60px;margin-right:12px;object-fit:contain;padding:8px;width:60px}.container .standing-header{margin-bottom:6px}.football-standings{margin-bottom:26px}.football-standings th{vertical-align:bottom}.football-standings td,.football-standings th{font-size:15px;padding:6px 7px;text-align:center}.football-standings tr:first-child th:nth-child(n+5):nth-child(-n+7){border:1px solid var(--gray-300);border-bottom:none}.football-standings tr td:nth-child(4n+4),.football-standings tr:nth-child(2) th:nth-child(4n){border-right:1px solid var(--gray-300)}.football-standings tr:nth-child(2) th:first-child{border-left:1px solid var(--gray-300)}.football-standings th:nth-child(2){text-align:left}.football-standings tr td:first-child span{align-items:center;background:var(--gray-200);border-radius:8px;display:flex;font-size:13px;font-weight:600;height:25px;justify-content:center;width:25px}.football-standings .team{align-items:center;display:flex}.football-standings .team img{display:block;height:30px;margin-right:12px;object-fit:contain;width:30px}.football-standings .form{border-radius:4px;display:inline-block;font-size:13px;font-weight:700;height:24px;line-height:24px;margin:0 2px;text-align:center;width:24px}.football-standings .form.win{background-color:var(--primary);color:#c3f7df}.football-standings .form.draw{background-color:var(--warning)}.football-standings .form.lose{background-color:var(--danger);color:#ffe3e3}