/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.wp-block-cgb-block-in5-wp-embed {
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem;
}

.wp-block-cgb-block-in5-wp-embed .in5-media-button {
  margin-bottom: 15px;
}

.wp-block-cgb-block-in5-wp-embed .editor-plain-text {
  font-family: $editor-html-font;
  font-size: $text-editor-font-size;
  color: $dark-gray-800;
  padding: 0.8em 1em;
  border: 1px solid $light-gray-500;
  border-radius: 4px;

  &:focus {
	box-shadow: none;
  }
}

.wp-block-cgb-block-in5-wp-embed .components-placeholder svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
