.ctw-table-wrap {
    overflow-x: auto;
    margin: 0 auto;
    max-width: 900px;
    font-family: inherit;
    color: inherit;
}
.ctw-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    font-size: 1rem;
}
.ctw-table th,
.ctw-table td {
    padding: 12px 16px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}
.ctw-table th {
    background: #f5faf6;
    color: #222;
    font-weight: 600;
}
.ctw-table th:first-child,
.ctw-table td:first-child {
    text-align: left;
    background: #f8fafc;
    font-weight: 500;
}
.ctw-table tr:last-child td {
    border-bottom: none;
}
.ctw-cell svg {
    display: inline-block;
    vertical-align: middle;
}
.ctw-cell-empty {
    background: none;
}
@media (max-width: 768px) {
    .ctw-table th, .ctw-table td {
        padding: 8px 6px;
        font-size: 0.95rem;
    }
}
