.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span {
    font-size: 18px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #18181b !important;
    font-family: 'Inter', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #18181b !important;
    margin-bottom: 12px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #18181b !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-style: normal !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    color: #18181b !important;
    margin-bottom: 15px;
    margin-left: 0px !important;
    padding-left: 30px !important;
    font-family: 'Inter', sans-serif !important;
}

.dt-content ul,
.dt-content ul li {
    list-style: disc;
}

.dt-content ol,
.dt-content ol li {
    list-style: decimal;
}

.dt-content img {
    display: block;
    cursor: auto;
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    margin: auto;
    margin-bottom: 15px;
}

.dt-content strong,
.dt-content strong span {
    font-weight: 600 !important;
}



table {
    width: 100% !important;
    border: none;
    text-align: center;
    /* word-wrap: break-word;
  word-break: break-word; */
    margin-bottom: 10px;
    display: block;
    overflow-x: auto;
    height: auto !important;
}

.dt-content table th p,
.dt-content table td p {
    text-align: center !important;
    margin: 0 0 0px !important;
}

.dt-content table th span,
.dt-content table td span {
    text-align: center !important;
    background-color: transparent !important;
}

.dt-content a {
    word-wrap: break-word;
}

table tr {
    height: auto !important;
}

table th,
table td {
    font-size: 14px !important;
    line-height: 20px !important;
    white-space: nowrap !important;
    padding: 5px 10px !important;
    text-align: center;
    padding: 7px 10px;
}

table th p,
table td p {
    margin: 0 0 0px !important;
}

thead tr:first-child td,
thead tr:first-child th {
    background-color: #a9c6ff !important;
}


