/*
サイトID：521
攻略サイト：ブロスタ
URL：https://gameline.jp/brawlstars/
*/
.tier-table .tier-icons {
  font-size: 0;
}
.tier-table .tier-icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 4px 2px;
  text-decoration: none;
}
.tier-table .tier-icon img {
  display: block;
  width: 50px;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.tier-table .tier-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  padding: 2px 2px;
  border: 1px solid #c7c7c7;
  background: #f4f4f4;
  color: #333;
  font-size: 9px;
  line-height: 1;
  white-space: nowrap;
  width: 50px;
  min-height: 15px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: -0.2px;
  text-decoration: none;
}
.tier-table .tier-label-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.tier-table .tier-tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background: #888;
  border-radius: 10px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.tier-table tr:nth-child(2) .tier-tag { background: linear-gradient(135deg, #e53935, #ff6f00); }
.tier-table tr:nth-child(3) .tier-tag { background: linear-gradient(135deg, #ff6f00, #ffa000); }
.tier-table tr:nth-child(4) .tier-tag { background: linear-gradient(135deg, #ffa000, #f9a825); }
.tier-table tr:nth-child(5) .tier-tag { background: linear-gradient(135deg, #43a047, #66bb6a); }
.tier-table tr:nth-child(6) .tier-tag { background: linear-gradient(135deg, #1e88e5, #42a5f5); }
.tier-table tr:nth-child(7) .tier-tag { background: linear-gradient(135deg, #5e35b1, #7e57c2); }
.tier-table tr:nth-child(8) .tier-tag { background: linear-gradient(135deg, #757575, #9e9e9e);