.tool-card h2 {
  margin-top: 0;
}

.my-ip {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #f8fafc;
}

.my-ip strong {
  font-size: 18px;
}

.my-ip .label {
  color: var(--muted);
  font-size: 13px;
}

.note {
  margin-top: var(--space-3);
  color: var(--muted);
  font-size: 14px;
}

.muted {
  color: #b91c1c;
  min-height: 18px;
}
