#mw-tier-pill{
  position: fixed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  padding: 0 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none!important;
  transform: translateZ(0);
  z-index: 2147482000; /* under many popups */
  transition: transform .2s ease, opacity .2s ease;
  will-change: transform, opacity;
  opacity: 1;
}
#mw-tier-pill:hover{ transform: translateY(-2px); }
#mw-tier-pill.mw-hidden{ opacity:0; pointer-events:none; }
#mw-tier-pill.mw-green{ background: #19c37d; color:#0b3b26; }
#mw-tier-pill.mw-yellow{ background: #f9cf00; color:#2a2200; }
#mw-tier-pill.mw-docked{ border-radius: 12px; box-shadow:none; }
#mw-tier-pill span{ padding: 0 4px; }
