
/* WP-Text-Editor */

.wp-text-editor h1 {
    font-size: 40px;
    font-size: 2.5rem;
}

.wp-text-editor h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 1.875rem 0 0.625rem;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 0.625rem 0;
}

.wp-text-editor h3 {
    margin: 1.25rem 0 0.625rem;
}

.wp-text-editor h4 {
    margin: 1rem 0 0.625rem;
}

.wp-text-editor p {
    margin: 0.375rem 0 0.625rem;
}

.wp-text-editor ul,
.wp-text-editor ol {
    margin: 1rem 0;
}

.wp-text-editor ul {
    padding: 0 0 0 2rem;
}

.wp-text-editor blockquote {
    display: block;
    margin: 2em 0em 2em 2em;
}

.wp-text-editor img {
    display: inline-block;
    width: auto !important;
    padding: 0.375rem;
}

.wp-text-editor img.emoji {
    max-width: 1rem;
}

.wp-text-editor hr:before,
.wp-text-editor hr:after,
hr:before,
hr:after {
    border: none;
}

.wp-text-editor h5 + h4,
.wp-text-editor .h5 + .h4 {
    margin: 0 0 1.25rem;
}

.wp-text-editor .h2 + .h3,
.wp-text-editor h2 + h3 {
    margin-top: 0.625rem;
}