/* Scoped reset */

.html-editor-reset,
.html-editor-reset * {
    box-sizing: border-box;
}
.html-editor-reset header,
.html-editor-reset footer,
.html-editor-reset h1,
.html-editor-reset h2,
.html-editor-reset h3,
.html-editor-reset h4,
.html-editor-reset h5,
.html-editor-reset h6,
.html-editor-reset p,
.html-editor-reset ul,
.html-editor-reset ol,
.html-editor-reset li {
    margin: 0;
    padding: 0;
}

.html-editor-reset img {
    max-width: 100%;
    height: auto;
}

.html-editor-reset a {
    text-decoration: none;
    color: inherit;
}

.html-editor-reset button,
.html-editor-reset input,
.html-editor-reset textarea,
.html-editor-reset select {
    font: inherit;
}