/* style.css */
.justice-query-container {
    max-width: 1000px;
    margin: 20px auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.justice-table {
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
}

.justice-table th {
    background: #0073aa;
    color: #fff;
    padding: 12px;
    font-weight: normal;
}

.justice-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.justice-error {
    background: #ffeaea;
    color: #d63638;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
}