.editor-sub-title {
    font-size: 15px;
    color: #FFF;
    background: #0AA245;
    border-radius: 20px;
    display: inline-block;
    padding: 8px 15px;
}
.editor-ordinal-number {
    font-weight: 700;
    color: #FFF;
    background: #0AA245;
    border-radius: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 8px;
}
.editor-list-check,
.editor-list-circle,
.editor-list-leaf {
    list-style: none;
    overflow: hidden;
}
.editor-list-check li,
.editor-list-circle li,
.editor-list-leaf li {
    position: relative;
    padding-left: 16px;
}
.editor-list-check li:before,
.editor-list-circle li:before,
.editor-list-leaf li:before {
    content: '\f122';
    font-family: 'Ionicons';
    font-size: 13px;
    color: #0AA245;
    position: absolute;
    top: 2px;
    left: 0;
}
.editor-list-leaf li:before {
    content: '\f1fd';
    font-size: 14px;
    top: 1px;
}
.editor-list-circle li:before {
    content: '\f21b';
    font-size: 9px;
    top: 6px;
}
.editor-box-green {
    color: #3c763d;
    background: #dff0d8;
    border: 1px solid #d0e9c6;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 16px;
}
.editor-box-white {
    border: 1px dashed #0AA245;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 16px;
}
.editor-box-green:after,
.editor-box-white:after {
    content: ' ';
    display: table;
    clear: both;
}
.editor-box-green p {
    margin-bottom: 10px;
}
.editor-btn-green,
.editor-btn-red,
.editor-btn-violet {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF !important;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 15px;
}
.editor-btn-green {
    background: #0AA245;
    border-color: #0AA245;
}
.editor-btn-red {
    background: #ED1C24;
    border-color: #ED1C24;
}
.editor-btn-violet {
    background: #6E33C1;
    border-color: #6E33C1;
}
.editor-btn-green:hover {
    color: #0AA245 !important;
    background: #FFF;
}
.editor-btn-red:hover {
    color: #ED1C24 !important;
    background: #FFF;
    border-color: #ED1C24 !important;
}
.editor-btn-violet:hover {
    color: #6E33C1 !important;
    background: #FFF;
    border-color: #6E33C1 !important;
}
@media (max-width: 767px) {
    .editor-sub-title {
        font-size: 18px;
    }
}