
.editor__header {
    align-items: center;
    border-bottom: 3px solid #0d0d0d;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    padding: .25rem;
}

.editor__header .divider {
    background-color: #0000001a;
    height: 1.25rem;
    margin-left: .5rem;
    margin-right: .75rem;
    width: 2px;
}

.editor__header button {
    background-color: transparent;
    border: none;
    border-radius: .4rem;
    color: #0d0d0d;
    height: 28px;
    margin-right: .25rem;
    padding: .25rem;
    width: 28px;
    font-weight: bold;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.editor__header button svg {
    fill: currentColor;
    height: 100%;
    width: 100%;
}

.editor__header button:hover,
.editor__header button.is-active {
    background-color: #fdc753;
    color: #000;
}

.ProseMirror {
  padding:10px;
  background-color: #fff;
}

.BlogPost-html>*+*,
.ProseMirror>*+* {
    margin-top: .75em
}

.richtext-styles ul,.richtext-styles ol,
.BlogPost ul,.BlogPost ol,
.ProseMirror ul,.ProseMirror ol {
    padding: 0 1rem
}

.richtext-styles h1,.richtext-styles h2,.richtext-styles h3,.richtext-styles h4,.richtext-styles h5,.richtext-styles h6,
.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6 {
    line-height: 1.1
}
.richtext-styles h1,
.richtext-styles h2,
.BlogPost h1, 
.BlogPost h2,
.ProseMirror h1, 
.ProseMirror h2 {
    width: 100%;
    color: rgb(0, 85, 71);
    font-weight: normal;
    font-family: YoungSerif, serif;
    word-break: break-word;
}
.richtext-styles a,
.ProseMirror a {
  text-decoration: underline;
}
.richtext-styles h1,
.BlogPost h1,
.ProseMirror h1 {
    font-size: 30px;
    line-height: 36px;
}
.richtext-styles h2,
.BlogPost h2,
.ProseMirror h2 {
    font-size: 24px;
    line-height: 30px;
}

.richtext-styles code,
.BlogPost code,
.ProseMirror code {
    background-color: #6161611a;
    color: #616161
}

.richtext-styles b,
.BlogPost b,
.ProseMirror b {
    font-weight: bold;
}

.richtext-styles ul li,
.BlogPost ul li,
.ProseMirror ul li {
  list-style-type: circle;
  margin-left: 15px;
}

.richtext-styles ol li,
.BlogPost ol li,
.ProseMirror ol li {
  list-style-type: decimal;
  margin-left: 15px;
}

.richtext-styles pre,
.ProseMirror pre {
    background: #0d0d0d;
    border-radius: .5rem;
    color: #fff;
    font-family: JetBrainsMono,monospace;
    padding: .75rem 1rem
}

.richtext-styles pre code,
.ProseMirror pre code {
    background: none;
    color: inherit;
    font-size: .8rem;
    padding: 0
}

.richtext-styles mark,
.ProseMirror mark {
    background-color: #faf594
}

.richtext-styles img,
.BlogPost img,
.ProseMirror img {
    height: auto;
    max-width: 100%
}

.richtext-styles hr,
.BlogPost hr,
.ProseMirror hr {
    margin: 1rem 0
}

.richtext-styles blockquote,
.BlogPost blockquote,
.ProseMirror blockquote {
    border-left: 2px solid rgba(13,13,13,.1);
    padding-left: 1rem
}

.richtext-styles hr,
.BlogPost hr,
.ProseMirror hr {
    border: none;
    border-top: 2px solid rgba(13,13,13,.1);
    margin: 2rem 0
}

.ProseMirror ul[data-type=taskList] {
    list-style: none;
    padding: 0
}

.ProseMirror ul[data-type=taskList] li {
    align-items: center;
    display: flex
}

.ProseMirror ul[data-type=taskList] li>label {
    flex: 0 0 auto;
    margin-right: .5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ProseMirror ul[data-type=taskList] li>div {
    flex: 1 1 auto
}
