.speed-log-page {
  max-width: 1400px;
  width: min(1400px, calc(100vw - 40px));
}

.table-status {
  color: #c94c2f;
  font-size: 12px;
  font-weight: 800;
  margin: 28px 0 10px;
  text-transform: uppercase;
}

.table-scroll {
  border: 1px solid rgba(77, 74, 69, 0.35);
  border-radius: 6px;
  max-width: 100%;
  overflow: auto;
}

.table-scroll:focus-visible {
  outline: 3px solid rgba(4, 82, 51, 0.35);
  outline-offset: 3px;
}

#speed-test-table {
  border-collapse: collapse;
  font-family: 'Source Code Pro', 'IBM Plex Mono', monospace;
  font-size: 12px;
  min-width: 2400px;
  width: 100%;
}

#speed-test-table caption {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  clip-path: inset(50%);
}

#speed-test-table th,
#speed-test-table td {
  border-bottom: 1px solid rgba(77, 74, 69, 0.22);
  padding: 9px 12px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

#speed-test-table th {
  background: #1d3330;
  color: #f2ece1;
  font-size: 11px;
  letter-spacing: 0.035em;
  position: sticky;
  text-transform: uppercase;
  top: 0;
  z-index: 2;
}

#speed-test-table tbody tr:nth-child(even) {
  background: rgba(29, 51, 48, 0.055);
}

#speed-test-table tbody tr:hover {
  background: rgba(201, 76, 47, 0.12);
}

#speed-test-table tbody tr:last-child td {
  border-bottom: 0;
}

.load-error {
  color: #a52d1c;
}

@media (max-width: 560px) {
  .speed-log-page {
    width: min(100% - 24px, 1400px);
  }

  #speed-test-table {
    font-size: 11px;
  }

  #speed-test-table th,
  #speed-test-table td {
    padding: 8px 10px;
  }
}
