/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-itmar-design-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-itmar-design-button input:disabled {
  color: var(--wp--preset--color--background);
}
.wp-block-itmar-design-button input:disabled:hover {
  cursor: not-allowed;
}
/*# sourceMappingURL=style.css.map */