/* 百人牛牛 v385：庄家头像移入顶部申请拼庄区。 */
#room.hundred-niu-mode .hn-top-banker {
  grid-area: banker;
  display: flex;
  align-items: center;
  justify-self: center;
  align-self: start;
  gap: 8px;
  height: 38px;
}

#room.hundred-niu-mode .hn-top-banker-profile {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
}

#room.hundred-niu-mode .hn-top-banker-avatar,
#room.hundred-niu-mode .hn-top-banker-avatar img {
  box-sizing: border-box;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

#room.hundred-niu-mode .hn-top-banker-avatar {
  overflow: hidden;
  border: 2px solid #ffe08a;
  background: #0a4935;
  box-shadow:
    0 0 0 1px rgba(132, 77, 0, .9),
    0 2px 6px rgba(0, 12, 8, .48);
}

#room.hundred-niu-mode .hn-top-banker-avatar img {
  border: 0;
  object-fit: cover;
}

#room.hundred-niu-mode .hn-top-banker-profile > span {
  position: absolute;
  left: 50%;
  bottom: -4px;
  z-index: 2;
  min-width: 30px;
  padding: 1px 4px;
  border-radius: 6px;
  color: #fff1a8;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  background: rgba(0, 52, 35, .94);
  transform: translateX(-50%);
}

#room.hundred-niu-mode .hn-top-banker .hn-apply-banker {
  position: static;
  grid-area: auto;
  align-self: center;
  justify-self: auto;
  flex: 0 0 118px;
  width: 118px;
  margin: 0;
}

#room.hundred-niu-mode .hn-banker {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  justify-items: center;
  column-gap: 0;
}

#room.hundred-niu-mode .hn-banker-hand {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
}

#room.hundred-niu-mode .hn-banker > strong {
  grid-column: 1;
  grid-row: 2;
}

@media (max-width: 430px) {
  #room.hundred-niu-mode .hn-top-banker {
    gap: 6px;
    height: 36px;
  }

  #room.hundred-niu-mode .hn-top-banker-profile,
  #room.hundred-niu-mode .hn-top-banker-avatar,
  #room.hundred-niu-mode .hn-top-banker-avatar img {
    width: 32px;
    height: 32px;
  }

  #room.hundred-niu-mode .hn-top-banker-profile {
    flex-basis: 32px;
  }

  #room.hundred-niu-mode .hn-top-banker .hn-apply-banker {
    flex-basis: 104px;
    width: 104px;
  }
}
