.tse-summary-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 10px;
    overflow: hidden;
}

.tse-summary-table td,
.tse-summary-table th {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
}

.tse-summary-table thead th {
    background-color: var(--primary-light);
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #adb5bd;
}

.tse-summary-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.tse-summary-table tbody tr:last-child td {
    border-bottom: none;
}

.tse-summary-table tbody tr:hover {
    background-color: #f1f3f5;
}

.tse-summary-table td.row-title {
    text-align: right;
    font-weight: 500;
    color: #212529;
}

.positive-value {
    color: #28a745;
    font-weight: 700;
}

.negative-value {
    color: #dc3545;
    font-weight: 700;
}

#distributionChart {
    margin-top: 1rem;
}
