/* Reserved for the future merchant inbox and support-specific states. */
.neige-support-notice { border-radius: 10px; padding: 10px 12px; }
.neige-chat__header-actions .neige-chat__discord-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid #d9c8f0;
  border-radius: 9px;
  background: #f7f1ff;
  color: #5a38b5;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.neige-chat__header-actions .neige-chat__discord-link:hover,
.neige-chat__header-actions .neige-chat__discord-link:focus-visible {
  border-color: #8c66e8;
  background: #eee4ff;
  color: #40248f;
}

.neige-chat__header-actions .neige-chat__discord-link.is-linked {
  border-color: #b8dec9;
  background: #effaf3;
  color: #277349;
  cursor: default;
}
