/**
 * Styles for the Gutenberg blocks ported from the retired `marp-blocks`
 * plugin. Hand-copied verbatim from that plugin's compiled
 * dist/blocks.style.build.css — no SCSS build needed, this is the entire
 * ruleset (src/common.scss's variables were never actually @import'ed by
 * any block, so there's nothing else to bring over).
 */
.marp__starblock .ta__left {
  text-align: left; }

.marp__starblock .ta__right {
  text-align: right; }

.marp__starblock .ta__center {
  text-align: center; }

.svg__wrapper {
  max-width: 100%;
  -webkit-mask-image: url(../src/assets/star_background.svg);
  mask-image: url(../src/assets/star_background.svg);
  display: inline-block;
  position: relative; }
