@charset "UTF-8";

.editor {
    word-break: break-all;
    margin-bottom: 50px;
}

.editor img {
    height: auto;
    margin: 0px auto 15px;
    max-width: calc(100% - 14px);
    display: block;
    border-radius: 10px;
}

.editor a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.editor p {
    margin-bottom: 30px;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    border: none;
    text-align: left;
    padding: 0;
}

.editor h1:after,
.editor h2:after,
.editor h3:after,
.editor h4:after,
.editor h5:after,
.editor h6:after {
    display: none;
}

.editor h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #444;
    padding: 10px 0;
    font-size: 22px;
    border-bottom: dotted 3px #ccc;
}

.editor h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: rgba(70, 70, 70, 0.2);
    padding: 10px;
}

.editor h3 {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
    font-weight: bold;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 5px;
}

.editor h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: 8px solid #ccc;
    padding: 5px 0 5px 10px;
}

.editor h5 {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #fed835;
    border-radius: 5px;
}

.editor h6 {
    font-size: 0.9em;
    font-weight: bold;
    position: relative;
    color: #333;
    padding-left: 25px;
    margin-bottom: 10px;
}

.editor h6::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 13px;
    height: 13px;
    background-color: #ccc;
    border-radius: 100%;
}

.editor strong {
    font-weight: bold;
}

.editor em {
    font-style: italic;
}

.editor ul,
.editor ol {
    margin-bottom: 20px;
}

.editor ul li,
.editor ol li {
    padding: 0px 30px 0px 0px;
    margin-left: 20px;
}

.editor ul li {
    list-style: disc outside;
}

.editor ol li {
    list-style: decimal outside;
}

.editor blockquote {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    margin: 0px 0px 30px 0px;
}

.editor blockquote p:last-child {
    margin-bottom: 0;
}

.editor .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.editor .alignleft,
.editor img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-bottom: 15px;
}

.editor .alignright,
.editor img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-bottom: 15px;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
    margin-bottom: 12px;
}

.editor .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
}

.editor .wp-caption img {
    margin: 5px 5px 0;
}

.editor .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.editor table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}

.editor table th {
    padding: 10px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    text-align: left;
    color: #363636;
    background: #e0e0e0;
}

.editor table td {
    background: #fff;
    padding: 10px 20px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
