.probe-section { padding: 0 0 22px; }
.probe-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 18px; }
.probe-heading > div > span { color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.probe-heading h2 { margin: 5px 0 0; }
.probe-heading p { max-width: 480px; margin: 0; color: var(--muted); }
.probe-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.probe-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.probe-flag { display: grid; place-items: center; width: 50px; height: 36px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--surface2); }
.probe-flag img { display: block; width: 100%; height: 100%; object-fit: cover; }
.probe-card strong, .probe-card span { display: block; }
.probe-card span { color: var(--muted); font-size: .78rem; }
.probe-state { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-weight: 800; }
.probe-state i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.probe-state.delayed { color: var(--amber); }
.probe-state.offline { color: var(--red); }
@media (max-width: 720px) {
  .nav { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; padding-block: 16px; }
  .nav nav { display: flex !important; width: 100%; flex-wrap: wrap; gap: 8px 18px; }
  .nav nav a { padding: 4px 0; }
  .probe-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
}
