﻿.trig-table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 8px;
}

.trig-summary-table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--bg);
    box-shadow: 0 2px 5px var(--shadow-warm);
    border-radius: 4px;
    border: none; 
}

    .trig-summary-table th,
    .trig-summary-table td {
        padding: 12px 16px;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
        border-top: 1px solid var(--shadow-warm);
        border-bottom: 1px solid var(--shadow-warm);
        border-left: none;
        border-right: none;
    }

    .trig-summary-table tbody tr:nth-child(even) {
        background-color: #faf9f8; 
    }

    .trig-summary-table tbody tr:hover {
        background-color: #f4f1ef; 
    }

    .trig-summary-table thead tr th {
        background-color: var(--shadow-warm);
        font-weight: 600;
        color: var(--text);
        text-transform: none;
        border-top: none; 
    }

.trig-cell-name {
    font-weight: 500;
    color: var(--text);
}

.trig-summary-table td .copy-math {
    display: inline-block;
    color: var(--text);
    text-decoration: none;
    width: 100%;
    cursor: pointer;
}

    .trig-summary-table td .copy-math:hover {
        color: var(--warm);
        text-decoration: none;
    }

.trig-cell-val.trig-err-val {
    color: var(--muted);
    font-style: italic;
    background-color: transparent;
}

.trig-table-tip,
#clientUnitNotice {
    color: var(--muted);
    font-style: italic;
    margin-top: 6px;
    margin-bottom: 20px;
}
