@charset "UTF-8";
@keyframes errorBackgroundAnimation {
  from {
    background-color: rgba(255, 0, 0, 0.6);
    /* rojo sólido */ }
  to {
    background-color: rgba(255, 0, 0, 0.2);
    /* rojo transparente */ } }
body .broom-button {
  box-sizing: border-box;
  margin: 0 auto !important; }
  body .broom-button .wp-element-button {
    width: 100%; }
body .broom-buttons.display-grid .broom-button {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
