.description-wrapper,
.mce-content-body {
    background-color: var(--modal-bg);
    color: var(--main-text);
    font-size:14px;
    font-weight: 400!important;
}

.description-wrapper h1,
.mce-content-body h1 {
    background-color: var(--primary-button-bg)!important;
    font-size: 20px!important;
    padding: 10px 0!important;
    font-weight: 700!important;
    text-align: center!important;
    margin: 20px 0 20px 0!important;
}

.description-wrapper h2,
.mce-content-body h2 {
    background-color: var(--primary-button-bg)!important;
    font-size: 18px!important;
    padding: 10px 0!important;
    text-align: center!important;
    margin: 20px 0 20px 0!important;
    font-weight: 700!important;
}

.description-wrapper p,
.mce-content-body p {
    margin: 0 0 20px 0!important;
}

.description-wrapper hr,
.mce-content-body hr {
    border-color: var(--primary-button-bg)!important;
    margin: 20px 0 20px 0!important;
}

.description-wrapper ol,
.mce-content-body ol {
    list-style: decimal!important;
    padding-left: 24px!important;
}

.description-wrapper ul,
.mce-content-body ul {
    list-style: dics!important;
    padding-left: 24px!important;
}

.description-wrapper a,
.mce-content-body a {

}


.description-wrapper li p,
.mce-content-body li p {
    margin-bottom:0!important;
}

.description-wrapper table,
.mce-content-body table {
    border-color:unset!important;
    border-width:0!important;
    border-collapse: separate!important;
    border-spacing: 0!important; /* space between rows */
    background: transparent!important;
    width: 100%!important;
}

.description-wrapper table th,
.description-wrapper table td,
.mce-content-body table th,
.mce-content-body table td {
    padding: 12px 20px!important;
    text-align: center!important;
}

.description-wrapper table  thead th,
.mce-content-body table thead th {
    background-color: var(--custom-bg-base)!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    border:none!important;
}

.description-wrapper table tbody tr td,
.mce-content-body table tbody tr td{
    background:  var(--custom-bg-base)!important;
    border: none!important;
}

.description-wrapper table tbody tr:nth-child(odd) td,
.mce-content-body table tbody tr:nth-child(odd) td {
    background:  var(--form-input-bg)!important;
    /*border-top: 1px solid var(--form-input-bg-act)!important;*/
    /*border-bottom: 1px solid var(--form-input-bg-act)!important;*/
}

/*.description-wrapper table tbody tr:nth-child(odd) td:first-child,*/
/*.mce-content-body table tbody tr:nth-child(odd) td:first-child {*/
/*    border-left: 1px solid var(--form-input-bg-act)!important;*/
/*    border-top-left-radius: 6px!important;*/
/*    border-bottom-left-radius: 6px!important;*/
/*}*/

/*.description-wrapper table tbody tr:nth-child(odd) td:last-child,*/
/*.mce-content-body table tbody tr:nth-child(odd) td:last-child {*/
/*    border-right: 1px solid var(--form-input-bg-act)!important;*/
/*    border-top-right-radius: 6px!important;*/
/*    border-bottom-right-radius: 6px!important;*/
/*}*/