/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.edit-post-visual-editor .editor-post-title,
.edit-post-visual-editor .editor-block-list__block {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .edit-post-visual-editor .editor-post-title,
    .edit-post-visual-editor .editor-block-list__block {
      max-width: 1120px; } }

.wp-block-quote {
  border: none; }
  .wp-block-quote p {
    font-size: calc(36rem/16) !important;
    font-weight: bold;
    line-height: calc(44rem/16); }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-ow-custom-blocks {
  background: orangered;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }
