/* WCS discord embed */

#discord-widget {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: right;
  max-width: 350px;
}

#discord-widget .button {
  display: inline-block;
  transition: all 0.2s ease;
  cursor: pointer;
}

#discord-widget .button:hover {
  transform: scale(1.1);
}

#discord-widget .button img {
  height: 56px;
  width: auto;
}

#discord-widget .button.hide img {
  height: 42px;
  width: auto;
  filter: invert(1);
}

#discord-widget iframe {
  display: block;
}
