/* Minimal CSS; hover/active colors applied by JS to avoid theme overrides */
.gform_wrapper .gfuss-button{
  transform: translateZ(0);
}
.gform_wrapper .gfuss-button:disabled{
  opacity: .6;
  cursor: not-allowed !important;
}
