.guest-card {
  padding: 10px;
  border: 1px solid #e2ebe5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px #173f3912;
}

.dashboard .guest-card {
  padding: 10px;
  border-radius: 12px;
}

.guest-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
}

.guest-top strong {
  min-width: 0;
  font-size: 12px;
}

.dashboard .guest-top strong { font-size: 12px; }

.guest-chips {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}

.dashboard .guest-chips { gap: 4px; }

.guest-card .status {
  padding: 4px 8px;
  font-size: 11px;
}

.status-confirmado { background: #dcefe4; color: #176044; }
.status-pendente { background: #f8ecd2; color: #8b651d; }
.status-nao-vou { background: #fee2e2; color: #991b1b; }
.status-inativo { background: #e8eeea; color: #52655f; }
.status-visualizado { background: #dbeafe; color: #1e40af; }

.guest-meta {
  margin-bottom: 8px;
  color: #60736f;
  font-size: 11px;
}

.dashboard .guest-meta { margin-bottom: 8px; font-size: 11px; }

.guest-card .actions {
  display: flex;
  gap: 6px;
}

.guest-card .actions .btn-small,
.guest-demo-action {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 32px;
  margin: 0;
  padding: 6px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1;
}

#tabela-convidados .guest-card .actions .btn-small {
  min-height: 32px;
  padding: 6px;
  font-size: 15px;
}

.guest-demo-action { background: #e5f0eb; }
.guest-demo-action.whatsapp { background: #205b50; }
.guest-demo-action.danger { background: #dc2626; }
.guest-demo-action.sent { background: #dbeafe; }
