.ldev-ct-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ldev-ct-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 300px;
}
.ldev-ct-table th,
.ldev-ct-table td {
    padding: 10px 14px;
    border: 1px solid var(--ldev-ct-border, #e9ecef);
    vertical-align: middle;
}
.ldev-ct-table thead th {
    background: var(--ldev-ct-header-bg, #f8f9fa);
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid var(--ldev-ct-border, #dee2e6);
}
.ldev-ct-header-label {
    background: var(--ldev-ct-row-label-bg, #f1f3f5) !important;
    min-width: 100px;
}
th.ldev-ct-featured {
    border-bottom-width: 2px;
}
.ldev-ct-row-label {
    font-weight: 500;
    color: #555;
    background: var(--ldev-ct-row-label-bg, #fafafa);
    white-space: nowrap;
}
.ldev-ct-table tbody tr:nth-child(even) td:not(.ldev-ct-featured) {
    background: var(--ldev-ct-row-label-bg, #fafafa);
}
td.ldev-ct-featured {
    text-align: center;
}
.ldev-ct-yes { color: #2b9348; font-weight: 600; }
.ldev-ct-no  { color: #bbb; }
.ldev-ct-cta {
    text-align: center;
    padding: 12px 10px;
    border-top: 2px solid var(--ldev-ct-border, #dee2e6);
}
.ldev-ct-cta .ldev-btn {
    display: inline-block;
    margin: 2px;
}
