/* STL Result History — table styles
   Scoped under .stlh-wrap so nothing leaks into your theme. */

.stlh-wrap{
  --stlh-ink:#10233F;
  --stlh-rule:#D6DEE9;
  --stlh-muted:#6B7A8F;
  --stlh-zebra:#FAFCFE;
  --stlh-head:#F5F8FC;
  margin:0 0 24px;
  font-family:"IBM Plex Sans",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.stlh-table{
  border-collapse:collapse;
  width:100%;
  min-width:520px;
  background:#fff;
  font-size:15.5px;
}

.stlh-table caption{
  caption-side:top;
  text-align:left;
  padding-bottom:8px;
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:11.5px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--stlh-muted);
}

.stlh-table th,
.stlh-table td{
  border:1px solid var(--stlh-rule);
  padding:9px 12px;
  text-align:left;
  vertical-align:middle;
}

.stlh-table thead th{
  background: #24446E;
  color:#fff;
  font-weight:600;
  font-size:13.5px;
  letter-spacing:.02em;
  white-space:nowrap;
}

.stlh-table tbody tr:nth-child(even) td{background:var(--stlh-zebra)}

.stlh-date{
  background:var(--stlh-head);
  font-weight:700;
  color:var(--stlh-ink);
  white-space:nowrap;
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:13.5px;
}

.stlh-area{
  color:var(--stlh-muted);
  font-size:14.5px;
  white-space:nowrap;
}

.stlh-num{
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-weight:700;
  color:var(--stlh-ink);
  letter-spacing:.04em;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}

.stlh-nodraw,
.stlh-empty-cell{
  color:var(--stlh-muted);
  font-weight:500;
  font-size:13.5px;
  letter-spacing:0;
}

/* combined layout: two areas stacked inside one cell */
.stlh-pair{display:block;line-height:1.5}
.stlh-pair + .stlh-pair{margin-top:3px}
.stlh-pair small{
  display:inline-block;
  min-width:34px;
  color:var(--stlh-muted);
  font-weight:600;
  font-size:11px;
  letter-spacing:.06em;
}

.stlh-stamp{
  margin:10px 0 0;
  font-family:"IBM Plex Mono",ui-monospace,monospace;
  font-size:12px;
  color:var(--stlh-muted);
}

.stlh-empty{
  padding:14px 16px;
  background:#F5F8FC;
  border:1px solid var(--stlh-rule);
  border-radius:5px;
  color:var(--stlh-muted);
  margin:0 0 24px;
}

@media (max-width:560px){
  .stlh-table{font-size:14.5px;min-width:460px}
  .stlh-table th,.stlh-table td{padding:8px 9px}
  .stlh-table thead th{font-size:12.5px}
  .stlh-date{font-size:12.5px}
}
