.copy{
  background: #f9fafb !important;        /* branco suave */
  border: 1px solid #e5e7eb !important;  /* cinza claro */
  color: #111827 !important;             /* texto quase preto */
}

.qr{
  background: #f9fafb !important;        /* branco suave */
  border: 1px solid #e5e7eb !important;  /* cinza claro */
  color: #111827 !important;             /* texto quase preto */
}

.webhook{
  background: #fff7ed !important;        /* laranja suave */
  border: 1px solid #fb923c !important;  /* laranja moderno */
  color: #c2410c !important;             /* laranja escuro */
}

.logout{
  background: #f3f4f6 !important;        /* cinza claro */
  border: 1px solid #9ca3af !important;  /* cinza médio */
  color: #374151 !important;             /* cinza escuro */
}

.remove{
  background: #fef2f2 !important;        /* vermelho suave */
  border: 1px solid #f87171 !important;  /* vermelho moderno */
  color: #b91c1c !important;             /* vermelho escuro */
}

.wdm-help {
  cursor: help;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wdm-help:hover::after {
  content: attr(data-tip);
  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%);
  background: #111827;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 100;
}

.wdm-help:hover::before {
  content: "";
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111827 transparent transparent transparent;
}

.wdm-close{
  border: none !important;
}

.wdm-close:hover{
  background-color: transparent !important;
}