/*
サイトID：457
攻略サイト：ポケモンユナイト
URL：https://gameline.jp/pokemonunite/
*/
.support-medal-colors {
  display: inline-flex;
  align-items: center;
  gap: 0.15em;
  line-height: 1;
  margin-right: 0.25em;
  vertical-align: middle;
}

.support-medal-color-dot {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  text-shadow:
    0 0 0.5px rgba(0, 0, 0, 0.6),
    0 0 1px rgba(0, 0, 0, 0.35);
}

.support-medal-color-white { color: #f5f5f5; }
.support-medal-color-brown { color: #8b5e3c; }
.support-medal-color-blue { color: #2f80ed; }
.support-medal-color-green { color: #27ae60; }
.support-medal-color-purple { color: #8e44ad; }
.support-medal-color-yellow { color: #f2c94c; }
.support-medal-color-red { color: #eb5757; }
.support-medal-color-black { color: #2d3436; }
.support-medal-color-pink { color: #ff6fb5; }
.support-medal-color-navy { color: #1f3a93; }
.support-medal-color-gray { color: #9aa0a6; }

.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: 80px;
  height: 80px;
}
.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: 75px;
  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); }