#craftJsEditor .sidebar h2{
    /* font-size: inherit !important; */
    margin: 0 !important;
    font-weight: normal !important;
}

#craftJsEditor .inner > div div.layer-name h2{
    line-height: 26px !important;
}

#craftJsEditor .MuiAccordionSummary-content.Mui-expanded{
    margin: 0 !important;
}

#craftJsEditor .viewport h2.flex-1.mr-4{
    margin:0 !important;
    font-size: inherit !important;
    color: white !important;
}
#craftJsEditor h2, #craftJsEditor .sidebar h5{
    font-weight: normal;
}

#craftJsEditor .px-6{
    padding-left: 1.5rem !important;
}

#craftJsEditor .sidebar * {
    font-size: 12px !important;
    text-decoration: none;
    font-weight: normal !important;
    color: black;
}

/* Markup h1~h3 p ul/ol default style */
.ProseMirror h1, .ProseMirror h2, .ProseMirror h3{ 
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold !important;
    color: #364EA2 !important;
}

.ProseMirror span {
    color: #364EA2 !important;
}

.ProseMirror h1 {
    font-size: 2em;
}

.ProseMirror h2{ 
    font-size: 1.5em;
}

.ProseMirror h3{ 
    font-size: 1.17em;
}


.ProseMirror p {
    font-size: 1em;
    margin-bottom: 0px !important;
}

.ProseMirror ul {
  margin-bottom: 0px;
  list-style-type: disc;  
  padding-left: 40px !important;
}

.ProseMirror ol {
    margin-bottom: 0px;
    list-style-type: numbers;  
    padding-left: 40px !important;
  }

