/**
 * Tailwind Cleanslate CSS
 * Custom styles for Tailwind-based components in the Calypso application
 */

/* Override default button hover styles within dfnaquamed-scope */
.dfnaquamed-scope input[type="submit"]:hover,
.dfnaquamed-scope button:hover,
.dfnaquamed-scope input[type="button"]:hover {
  background: none;
  background-color: inherit;
  border: inherit;
  color: inherit;
  font-weight: inherit;
}

.dfnaquamed-scope button.dfnaqua-bg-brand-primary:hover {
  background-color: var(--brand-primary-hover, #004D6E);
  border: 0;
  color: white;
}
