.cd-overview-ul {
    margin-top: 16px;
    margin-bottom: 24px;
    padding-left: 24px;
    list-style-type: disc;
}

ol.cd-overview-ul {
    list-style-type: decimal;
}

.cd-overview-ul li,
.cd-overview-ol li {
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cd-overview-ul li ul li {
    list-style-type: circle;
    margin-left: 20px;
}

.image-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
}

 .config-table {
     width: 100%;
     border-collapse: collapse;
     margin-top: 16px;
     margin-bottom: 24px;
     font-family: Arial, sans-serif;
     font-size: 0.95rem;
 }

 .config-table th,
 .config-table td {
     border: 1px solid #000;
     padding: 8px 12px;
     text-align: left;
 }

 .config-table th {
     font-weight: bold;
     color: #000;
     background-color: transparent;
 }

 .config-table td {
     color: #000;
     line-height: 1.5;
 }

 .config-table strong {
     font-weight: bold;
 }