.result-pass {
    background-color: #dcfce7;
    color: #166534;
}
.result-fail {
    background-color: #fee2e2;
    color: #991b1b;
}
.result-neutral {
    background-color: #f3f4f6;
    color: #374151;
}
.sort-header {
    cursor: pointer;
    user-select: none;
}
.sort-header:hover {
    background-color: #e5e7eb;
}
.raw-response {
    max-height: 200px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
}
