/**
 * Max-width styles for Separator block
 * Ensures separator respects max-width and centers it
 */

.wp-block-separator[data-max-width] {
  max-width: var(--separator-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
}
