.tw-table-card{
    margin-top:24px;
    padding:24px;
}

.tw-table-responsive{
    overflow-x:auto;
    margin-top:18px;
    padding:0 28px 28px;
}

.tw-table{
    width:100%;
    border-collapse:collapse;
    border-radius:16px;
    overflow:hidden;
}

.tw-table th{
    background:#F8F8F8;
    color:#111827;
    padding:16px 18px;
    text-align:left;
    font-size:14px;
    font-weight:600;
}

.tw-table td{
    padding:18px;
    font-size:15px;
    color:#374151;
    vertical-align:middle;
}

.tw-customer{
    display:flex;
    align-items:center;
    gap:14px;
}

.tw-customer-avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#111;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    flex-shrink:0;
}

.tw-customer-info{
    display:flex;
    flex-direction:column;
}

.tw-customer-info strong{
    font-size:15px;
    font-weight:600;
    line-height:1.2;
}

.tw-customer-info small{
    font-size:12px;
    color:#9CA3AF;
    margin-top:3px;
}

.tw-customer strong,
.tw-table td strong{
    display:block;
    font-size:14px;
    font-weight:600;
}

.tw-customer small,
.tw-table td small{
    display:block;
    font-size:12px;
    color:#6B7280;
    margin-top:2px;
}

.tw-table td:nth-child(2){
    font-size:14px;
    font-weight:500;
}

.tw-table td:nth-child(3){
    font-size:13px;
    color:#6B7280;
}