.block {
  container-type: inline-size;
}

:global(.block-testimonials.has--align--right) .body,
:global(.block-editor-testimonials.has--align--right) .body {
  order: 1;
}

:global(.block-testimonials.has--align--right) .testimonials-wrapper,
:global(.block-editor-testimonials.has--align--right) .testimonials-wrapper {
  order: 2;
}

@container (width > 700px) {
  .container {
    display: flex;
    gap: 2rem;
  }

  .testimonials-wrapper {
    flex: 0 0 33%;
  }

  .body {
    flex-grow: 1;
  }
}
