/* 三公正面牌复用百人牛牛牌面比例 v376 */
html body #room#room.sangong-mode .card:not(.back) {
  display: block !important;
  padding: 0 !important;
}

html body #room#room.sangong-mode .card:not(.back) .rank {
  position: absolute !important;
  left: 3px !important;
  top: 3px !important;
  right: auto !important;
  bottom: auto !important;
  font-size: clamp(11px, 2.35vw, 17px) !important;
  font-weight: 500 !important;
  line-height: .9 !important;
}

html body #room#room.sangong-mode .card:not(.back) .suit {
  position: absolute !important;
  left: 4px !important;
  top: clamp(15px, 3.15vw, 23px) !important;
  right: auto !important;
  bottom: auto !important;
  justify-self: auto !important;
  font-size: clamp(6px, 1.3vw, 10px) !important;
  line-height: 1 !important;
}

html body #room#room.sangong-mode .card:not(.back)::after {
  left: 62% !important;
  top: 60% !important;
  font-size: clamp(10px, 2.1vw, 17px) !important;
  line-height: 1 !important;
}
