/* Global Block Styles for the BluerockWeb plugin */
body {
  font-family: Arial, sans-serif;
}

/* Ensure that all block items have some spacing between them */
.wp-block {
  margin-bottom: 20px;
}

/* Add a base font-size for the editor */
.editor-styles-wrapper {
  font-size: 16px;
  line-height: 1.5;
}

.block-editor .filterable-gallery {
  padding: 20px;
}

.block-editor .filterable-gallery .gallery-item {
  border: 1px solid #ddd;
  border-radius: 8px;
}

.block-editor .filterable-gallery #filter-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* General styles for media blocks */
.editor-styles-wrapper img, .editor-styles-wrapper video {
  max-width: 100%;
  border-radius: 8px;
}
