.cdt-wrapper {
    background-color: white;
}

.cdt-content{
    padding: 30px 20px;
}

@media screen and (max-width: 768px){
    .cdt-content{
        padding: 30px 10px;
    }
}

.cdt-space-up {
    margin-top: 20px;
}

.cdt-topic-wrapper {
    display: flex;
    overflow-wrap: anywhere;
}

.cdt-link-inline {
    display: contents;
}

.cdt-digit-space {
    min-width: 27px;
    max-width: 27px;
}