* {
  box-sizing: border-box; }

.vertical-listing,
.edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .vertical-listing {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .vertical-listing.background-light-blue,
  .edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .vertical-listing.background-light-blue {
    background-color: rgba(50, 125, 162, 0.1); }
  .vertical-listing.has-pattern,
  .edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .vertical-listing.has-pattern {
    background-image: url(../../../dist/images/engraving_texture.png);
    background-position: left bottom;
    background-repeat: no-repeat; }
  .vertical-listing__stream-wrap,
  .vertical-listing .block-editor-inner-blocks .block-editor-block-list__layout,
  .edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .vertical-listing__stream-wrap,
  .edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .vertical-listing .block-editor-inner-blocks .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
  .vertical-listing__listing-stream:nth-child(2),
  .edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .vertical-listing__listing-stream:nth-child(2) {
    animation-delay: .5s; }
  .vertical-listing__listing-stream:nth-child(3),
  .edit-post-visual-editor .edit-post-visual-editor__content-area .acf-block-preview .vertical-listing__listing-stream:nth-child(3) {
    animation-delay: 1s; }

.wp-block.wp-block-acf-vertical-listing {
  max-width: none !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important; }
