/**
 * Gutenberg Block Editor Styles
 *
 * @package LWVIGA_Video_Gallery
 */

.lwviga-video-gallery-block-editor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.lwviga-video-gallery-block-editor .dashicons {
  opacity: 0.5;
}

.lwviga-video-gallery-block-editor h3 {
  color: #333;
  font-weight: 600;
}

.lwviga-video-gallery-block-editor p {
  margin: 10px 0;
  line-height: 1.6;
}
