/* Minimal block-library shim.
   The full WordPress core block-library stylesheet was never included in this
   static export, so this file 404'd on every page (including production). The
   markup only relies on the block text-alignment utilities below, so we provide
   just those here. The full core file is intentionally NOT used because it also
   ships `.wp-block-column{flex-grow:1}`, which would re-flow every columns block
   on the site (e.g. the homepage buttons). */
.has-text-align-center{text-align:center}
.has-text-align-left{text-align:left}
.has-text-align-right{text-align:right}
