@charset 'utf-8';
.editor-support img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.editor-support a {
    text-decoration: underline;
    color: var(--main-color);
}
.editor-support hr {
    border: none;
    height: 1px;
    background-color: #ccc;
    margin: 24px 0;
}