/* Plugin Styles */
button:hover {
  cursor: pointer;
}

button:disabled {
  background-color: black;
}

button:disabled:hover {
  cursor: not-allowed;
}