/* Default background color */
.cl-action-button {
  background-color: grey;
  color: white; /* Optional: Adjust text color for better visibility */
}

/* Hover background color */
.cl-action-button:hover {
  background-color: #007bff;}

