.mega-pokemon-name {
  color: #ffd33d !important;
  font-weight: 900 !important;
  letter-spacing: .015em;
  -webkit-text-stroke: .45px #090600;
  paint-order: stroke fill;
  text-shadow:
    -1px -1px 0 #090600,
     1px -1px 0 #090600,
    -1px  1px 0 #090600,
     1px  1px 0 #090600,
     0 0 5px rgba(255, 184, 0, .82);
}

.mega-pokemon-star {
  display: inline-block;
  margin-right: .28em;
  color: #ffc400 !important;
  font-style: normal;
  font-size: 1.08em;
  line-height: 1;
  -webkit-text-stroke: .55px #090600;
  paint-order: stroke fill;
  text-shadow:
    -1px -1px 0 #090600,
     1px -1px 0 #090600,
    -1px  1px 0 #090600,
     1px  1px 0 #090600,
     0 0 7px rgba(255, 196, 0, .95);
  filter: drop-shadow(0 0 2px rgba(255, 219, 82, .9));
}

.team-slot .mega-team-badge {
  display: inline-grid;
  place-items: center;
  box-sizing: border-box;
  width: auto;
  min-width: 42px;
  height: 14px;
  padding: 0 4px;
  border: 1px solid #f3c32f;
  border-radius: 3px;
  background: linear-gradient(180deg, #24200d 0%, #090806 100%);
  color: #ffd33d;
  font: 900 7px/1 "Trebuchet MS", "Segoe UI", sans-serif;
  letter-spacing: .025em;
  white-space: nowrap;
  -webkit-text-stroke: .25px #000;
  paint-order: stroke fill;
  text-shadow: 0 1px 0 #000, 0 0 4px rgba(255, 190, 0, .85);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .8), 0 0 5px rgba(255, 194, 34, .42);
}
