.discord-button {
  background: #5865f2;
  border-color: #5865f2;
}

.discord-button:hover {
  background: #4752c4;
  border-color: #4752c4;
}

.discord-button-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: inherit;
}

.discord-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

@media (max-width: 650px) {
  .discord-button {
    gap: 12px;
    padding: 15px 18px;
  }

  .discord-button-label {
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
  }

  .discord-icon {
    width: 22px;
    height: 22px;
  }
}
