.taxai-agent-v132,
.taxai-agent-v133,
.taxai-agent-v134,
.taxai-agent-v135 {
    max-width: 100%;
    overflow-x: hidden;
}
.taxai-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 18px 0;
}
.taxai-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.taxai-card {
    min-width: 0;
}
.taxai-card span {
    display: block;
    color: #64748b;
    font-size: 13px;
}
.taxai-card strong {
    display: block;
    font-size: 28px;
    margin-top: 6px;
}
.taxai-table-wrap {
    width: 100%;
    overflow-x: auto;
}
.taxai-table {
    width: 100%;
    border-collapse: collapse;
}
.taxai-table th,
.taxai-table td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(148, 163, 184, .25);
    vertical-align: top;
    font-size: 13px;
}
.taxai-table th {
    color: #64748b;
    text-align: left;
    white-space: nowrap;
}
.taxai-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 3px 9px;
    background: rgba(15, 23, 42, .06);
    font-size: 12px;
    white-space: nowrap;
}
@media (max-width: 960px) {
    .taxai-kpi-grid,
    .taxai-grid-2 {
        grid-template-columns: 1fr;
    }
}
