#claim-drop .text-green,
#claim-drop .icons .header {color: #44d62c;}
#claim-drop li {max-width: 364px;}
.discord-command {
  /* Discord's blurple, semi-transparent background */
  background-color: rgba(88, 101, 242, 0.175);
  color: #dfe1f7;//#dee0fc; /* Pill shape and spacing — Discord uses a tight 3px radius, not fully rounded */
  border-radius: 3px;
  padding: 3px 8px; /* Discord's font stack (gg sans isn't public, so fall back gracefully) */
  font-family:
    "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  //font-size: 1rem; /* Behaves like inline text, clickable feel */
  display: inline;
  cursor: pointer;
  unicode-bidi: plaintext;
  transition:
    background-color 0.1s ease,
    color 0.1s ease;
  text-transform: lowercase;
}
/* Discord fills the pill solid on hover */
.discord-command:hover {
  background-color: #5865f2;
  color: #ffffff;
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}