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

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');

.pageflow-block-editor-container {
  font-family: 'Maven Pro', sans-serif !important;
  font-size: 1.2rem !important;
  color: #666666;
  border: 1px solid black;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);

  img {
	display: block;
	margin: 20px auto;
	max-width: 30%;
  }

  label {
	font-size: 1.2rem !important;
  }


  .pgf-align-center {
	text-align: center;
  }

  .pgf-block-label {
	display: block;
  }

  .pgf-text-input {
	width: 60%;
  }


  .pgf-story-section {
	margin-top: 20px;
	margin-bottom: 30px;
  }

}
