/* 三公联盟桌：最终八座布局。
   独立文件放在所有移动端样式之后，避免旧规则改变座位位置。 */
#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat {
  margin: 0 !important;
  transform: none !important;
}

#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat.s1,
#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat:nth-child(1) {
  left: calc(50% - 138px) !important;
  right: auto !important;
  top: 78px !important;
}

#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat.s2,
#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat:nth-child(2) {
  left: calc(50% - 116px) !important;
  right: auto !important;
  top: 34px !important;
}

#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat.s3,
#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat:nth-child(3) {
  left: calc(50% - 20px) !important;
  right: auto !important;
  top: 16px !important;
}

#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat.s4,
#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat:nth-child(4) {
  left: calc(50% + 76px) !important;
  right: auto !important;
  top: 34px !important;
}

#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat.s5,
#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat:nth-child(5) {
  left: calc(50% + 98px) !important;
  right: auto !important;
  top: 78px !important;
}

#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat.s6,
#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat:nth-child(6) {
  left: calc(50% + 76px) !important;
  right: auto !important;
  top: 122px !important;
}

#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat.s7,
#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat:nth-child(7) {
  left: calc(50% - 20px) !important;
  right: auto !important;
  top: 140px !important;
}

#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat.s8,
#clubPage .club-table-card.game-sangong .club-table-scene > .club-seat:nth-child(8) {
  left: calc(50% - 116px) !important;
  right: auto !important;
  top: 122px !important;
}

/* v367: keep the table name and rule summary centered as one content group. */
#clubPage .club-table-card.game-sangong .club-table-top {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 28px !important;
  gap: 9px !important;
  text-align: center !important;
}

#clubPage .club-table-card.game-sangong .club-table-top strong,
#clubPage .club-table-card.game-sangong .club-table-top small {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: none !important;
}
