/* This file is generated by webpack on compile.
In order to add new variables, please add them to theme.json */
/* Button Width Styles */
.wp-block-button .wp-element-button {
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
}
.wp-block-button.custom-width-dynamic {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-button.custom-width-medium {
  width: 50px;
  box-sizing: border-box;
}
.wp-block-button.custom-width-large {
  width: 100px;
  box-sizing: border-box;
}
.wp-block-button.custom-width-full {
  width: 100%;
}

.wp-block-columns.is-reversed {
  flex-direction: row-reverse;
}
