.wp-block-narwhal-button-collection {
  display: flex;
  flex-wrap: wrap; }
  .wp-block-narwhal-button-collection--align-left {
    justify-content: flex-start; }
  .wp-block-narwhal-button-collection--align-center {
    justify-content: center; }
  .wp-block-narwhal-button-collection--align-right {
    justify-content: flex-end; }

