section.text-editor {
margin-top:15px;
}
section.text-editor .box{

border: 1px solid var(--color-darker);
}


section.text-editor h1 {

    color: var(--color);

    font-size: 42px;

    line-height: 42px;
}

section.text-editor h2 {
    color: var(--color);

    font-size: 38px;

    line-height: 38px;
}

section.text-editor h3 {
    color: var(--color);

    font-size: 32px;

    line-height: 32px;
}

section.text-editor h4 {
    color: var(--color);

    font-size: 28px;

    line-height: 28px;
}

section.text-editor h5 {
    color: var(--color);

    font-size: 24px;

    line-height: 24px;
}

section.text-editor a {
    color:white;
    border-bottom:1px dashed var(--color);
}


section.text-editor i {opacity: 1;background: hsl(41.03deg 100% 49.61% / 15%);font-size: 12px;padding:2px 6px;border-radius:8px;color: var(--color);}




section.text-editor  p{
margin-bottom:10px!important;
}

section.text-editor  ul{
    list-style: none!important;
        margin-bottom: 10px!important;
}
section.text-editor  li{
    position:relative;
    padding-left: 20px;
}
section.text-editor  li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: var(--color);
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
}
