.recipient-pill {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--color-background-tertiary);
  font-size: 13px;
  align-items: center;
  display: inline-flex;
  gap: 4px;
  color: var(--color-foreground);
}

.recipient-icon {
  font-size: 15px;
}

.remove-recipient {
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  color: var(--color-text-muted);
  transition: 0.15s ease;
}

.remove-recipient:hover {
  color: var(--color-red);
}

.btn-recipient-action {
  width: 100px;
  height: 30px;
}
