pre {
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

img.banner {
  margin: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.social_bar {
  margin-bottom: 0.25rem;
}

.tools-table {
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.tools-table thead tr {
  background-color: #f8fafc;
}

.tools-table thead th {
  color: #1e293b;
  font-weight: 600;
  text-align: left;
}

.tools-table__heading,
.tools-table__cell {
  padding: 0.75rem 1rem;
  line-height: 1.5;
  font-size: 0.875rem;
}

.tools-table__cell {
  color: #0f172a;
}

.tools-table__heading--center,
.tools-table__cell--center {
  text-align: center;
}

.tools-table__column-age {
  min-width: 4.5rem;
  padding-right: 1rem;
}

.tools-table__cell--numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.tools-table__cell--mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
