.goal-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.delete-goal {
  border: 0;
  background: transparent;
  color: #a34a33;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 3px;
  cursor: pointer;
}

.delete-goal:hover {
  text-decoration: underline;
}

.delete-goal:disabled {
  opacity: 0.55;
  cursor: wait;
}
