.audit-table td {
    font-size: 13px;
}

.audit-change {
    min-width: 120px;
}

.audit-change summary {
    color: #175cd3;
    cursor: pointer;
}

.audit-diff {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr);
    gap: 10px;
    margin-top: 8px;
}

.audit-diff > div {
    min-width: 0;
}

.audit-diff pre {
    max-width: 440px;
    max-height: 260px;
    overflow: auto;
    margin: 4px 0 0;
    padding: 8px;
    border-radius: 5px;
    background: #f2f4f7;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font: 12px/1.35 ui-monospace, SFMono-Regular, Consolas, monospace;
}

@media (max-width: 800px) {
    .audit-diff {
        grid-template-columns: 1fr;
    }
}
