/* Example styles for the editor */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.wp-block {
  max-width: 100%;
  margin: 0 auto;
  padding: 1em;
}

/* Other styles to match your theme */

.wp-block {
  max-width: 100%;
}

.alignwide {
  max-width: 960px; /* Adjust as needed */
}

.alignfull {
  max-width: 100%;
}
