/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.wp-block-cgb-block-my-block {
  background: #bada55;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }

.smartframe-modal-preview-open {
  text-decoration: none; }

.smartframe-modal-preview {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-width: 90%;
  max-height: 90%; }
  .smartframe-modal-preview .smartframe-modal-preview-smartframe {
    text-align: center; }
  .smartframe-modal-preview .smartframe-modal-preview {
    text-align: center; }
  .smartframe-modal-preview .smartframe-modal-preview-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .smartframe-modal-preview .smartframe-modal-preview-content .smartframe-preview-spinner {
      float: none; }

.smartframe--manage-themes-image-edit {
  display: block;
  text-decoration: none;
  margin: -11px 0 10px 0px; }
