/* ...existing code... */
#alpha_library.components-button.is-primary {
  background-color: #14b8a6 !important; /* Tailwind teal-500 */
  border-color: #14b8a6 !important;
  color: #fff !important;
}
#alpha_library.components-button.is-primary:hover,
#alpha_library.components-button.is-primary:focus {
  background-color: #0d9488 !important; /* Tailwind teal-600 */
  border-color: #0d9488 !important;
  color: #fff !important;
}
/* ...existing code... */
