/* Styles specific to the capability probe page (probe.html). */

.probe-block {
  margin: 14px 0;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

.probe-block h2 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
}

.probe-hint {
  margin: 0 0 8px;
  font-size: 11px;
  color: #605e5c;
  line-height: 1.4;
}

.probe-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.probe-log {
  margin: 8px 0 0;
  padding: 8px;
  max-height: 320px;
  overflow: auto;
  background: #faf9f8;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}
