/* 百人牛牛牌型结果徽章 v389 */
#room.hundred-niu-mode .hn-zone > em,
#room.hundred-niu-mode .hn-banker > strong {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: clamp(118px, 28vw, 162px);
  height: clamp(40px, 9vw, 52px);
  min-width: 0;
  padding: 0 20px 4px;
  border: 0;
  border-radius: 0;
  color: #ffd563;
  font-family: "STKaiti", "KaiTi", "PingFang SC", sans-serif;
  font-size: clamp(26px, 5.4vw, 34px);
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .04em;
  text-align: center;
  -webkit-text-stroke: .45px #7d3300;
  background:
    transparent
    url("./assets/bairen-niuniu/niu-result-ribbon-v389.webp?v=3891")
    center / 100% 100%
    no-repeat;
  filter: drop-shadow(0 4px 3px rgba(0, 20, 12, .48));
  text-shadow:
    0 1px 0 #fff0a2,
    0 3px 0 #8f3c00,
    0 5px 7px rgba(0, 0, 0, .72);
}

#room.hundred-niu-mode .hn-zone > em {
  bottom: 0;
  z-index: 9;
}

#room.hundred-niu-mode .hn-banker > strong {
  margin-top: -7px;
}

#room.hundred-niu-mode .hn-zone > em.is-hidden,
#room.hundred-niu-mode .hn-banker > strong.is-hidden {
  display: none;
}

@media (max-width: 560px) {
  #room.hundred-niu-mode .hn-zone > em,
  #room.hundred-niu-mode .hn-banker > strong {
    width: 116px;
    height: 40px;
    padding: 0 17px 3px;
    font-size: 25px;
  }

  #room.hundred-niu-mode .hn-banker > strong {
    margin-top: -5px;
  }
}
