.k-tdt-include-heading-wrapper h3,
.k-tdt-exclude-heading-wrapper h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #55a630;
    margin-bottom: 16px;
    text-align: center;
    text-transform: capitalize;
}

.k-tdt-all-details-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
}

.k-tdt-include-wrapper,
.k-tdt-exclude-wrapper {
    flex: 0 0 48%;
    max-width: 48%;
}

.k-tdt-exclude-heading-wrapper h3 {
    color: #ff0000
}

.k-tdt-all-details-inner svg,
.k-tdt-menu-content-inner svg {
    width: 20px !important;
    height: 20px !important;
    margin-right: 6px;
    flex: 0 0 20px;
    margin-top: 1px;
}

.k-tdt-all-details-inner span,
.k-tdt-menu-content-inner span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.k-tdt-include-item-wrapper,
.k-tdt-exclude-item-wrapper {
    display: flex;
    align-items: start;
    margin-bottom: 16px;
}

.k-tdt-all-details-wrapper {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 28px;
}

.k-tdt-menu-wrapper {
    margin-bottom: 24px;
    padding-bottom: 24px;
    margin-top: 28px;
    background-color: #f9f9f9;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.k-tdt-menu-content-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.k-tdt-menu-item-wrapper {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 16px;
    display: flex;
    align-items: start;
}