/* 百人牛牛庄家专属牌型徽章 v390：红金、大尺寸、半遮牌面 */
#room.hundred-niu-mode .hn-banker > strong {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  align-self: start;
  z-index: 20;
  width: clamp(184px, 36vw, 218px);
  height: clamp(52px, 10vw, 62px);
  margin-top: -31px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 31px 5px;
  color: #fff1a4;
  font-size: clamp(31px, 6vw, 39px);
  letter-spacing: .06em;
  -webkit-text-stroke: .65px #7b1800;
  background-image:
    url("./assets/bairen-niuniu/niu-banker-result-ribbon-v390.webp?v=3901");
  filter:
    drop-shadow(0 3px 1px rgba(255, 214, 74, .2))
    drop-shadow(0 7px 5px rgba(45, 0, 0, .58));
  text-shadow:
    0 1px 0 #fff7bd,
    0 3px 0 #a52a00,
    0 6px 9px rgba(52, 0, 0, .78);
  transform: none;
}

@media (max-width: 560px) {
  #room.hundred-niu-mode .hn-banker > strong {
    width: 168px;
    height: 50px;
    margin-top: -27px;
    padding: 0 25px 4px;
    font-size: 30px;
  }
}

@media (max-width: 390px) {
  #room.hundred-niu-mode .hn-banker > strong {
    width: 158px;
    height: 47px;
    margin-top: -25px;
    font-size: 28px;
  }
}
