.description-wrapper,
.mce-content-body {
    background-color: var(--description-background)!important;
    color: #FFFFFF;
    font-size:14px;
    font-weight: 400!important;
}

/* Section title bars — Figma "Tournaments ablak" 441:997 Frame 7/8/10:
   linear-gradient(90deg, #093B98, #031332), 38px tall, label 15px bold. Was sunclub #B63401. */
.description-wrapper h1,
.mce-content-body h1 {
    background: linear-gradient(90deg, #093B98 0%, #031332 100%)!important;
    font-size: 15px!important;
    padding: 10px 0!important;
    font-weight: 700!important;
    text-align: center!important;
    margin: 20px 0 20px 0!important;
}

.description-wrapper h1:first-child,
.mce-content-body h1:first-child {
    margin-top : 0!important;
}

.description-wrapper h2,
.mce-content-body h2 {
    background: linear-gradient(90deg, #093B98 0%, #031332 100%)!important;
    font-size: 15px!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: #FFFFFF!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 .group[class*=" _tableWrapper"],
.mce-content-body .group[class*=" _tableWrapper"] {
    width:100%!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(--main-bg)!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(--main-bg)!important;
    border: none!important;
}

/* Prize table — Figma 441:1036: alternating rows are #093B98 on the #010101 panel (was #B63401). */
.description-wrapper table tbody tr:nth-child(odd) td,
.mce-content-body table tbody tr:nth-child(odd) td {
    background:  #093B98!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;*/
/*}*/