.k-tpt-heading-wrapper h3 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #55a630;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.k-tpt-table-wrapper {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.k-tpt-table {
    border: none;
}

.k-tpt-table th,
.k-tpt-table td {
    border: none;
    text-align: center;
}

.k-tpt-table thead th {
    font-size: 20px;
    font-weight: 500;
}

.k-tpt-table tbody td {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.k-tpt-table thead tr {
    background: #F3F3F3;
}

.k-tpt-table tbody tr:nth-child(odd) {
    background: #F9F9F9;
}

.k-tpt-table tbody tr:nth-child(even) {
    background: #F3F3F3;
}
.k-tpt-kid-policy-wrapper {
    margin-top: 32px;
}
.k-tpt-kid-policy-inner {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}

.k-tpt-kid-policy-wrapper ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.k-tpt-kid-policy-wrapper li {
    position: relative;
    padding-left: 28px;
}

.k-tpt-kid-policy-wrapper li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/uploads/2025/12/promotion.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}