gc-email-header-block {
  .email-header-block {
    text-align: center;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    div {
      font-size: 1.5rem;
      font-weight: 600;
      color: white;
    }
  }
  .edit-icon {
    font-size: 1rem !important;
  }

  .editable {
    .paragraph-wipeout {
      padding: 5px;
      outline-style: none;
      border-bottom: 1px dashed #ced4da;
  
      & .cke_token {
        background-color: teal;
      }
      &.cke_focus {
        border: 1px dashed #ced4da;
      }
    }
  }
}
.cke_editor_email-subject,
.cke_editor_email-title {
  .cke_inner {
    .cke_toolbox {
      .cke_toolgroup {
        padding: inherit !important;
        a.cke_button {
          padding: inherit !important;
        }
      }
    }
  }
}

.cke_editor_email-subject  {
  top: 130px !important;
}
.cke_editor_email-title {
  top: 261px !important;
}