body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

/* --- Claims table styling (restores the old tidy look) --- */
table.claims {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
}

table.claims tr:nth-child(even) {
  background: #fafafa;
}

table.claims td {
  border: 1px solid #e5e5e5;
  vertical-align: top;
  padding: 8px 10px;
}

table.claims td.k {
  width: 28%;
  font-weight: 600;
  color: #333;
  background: #f7f7f7;
}

table.claims td.v pre {
  margin: 0;
  white-space: pre-wrap; /* wrap long JSON strings */
  word-break: break-word;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12.5px;
  line-height: 1.4;
}
