/* ── "IP Lookup ↗" inline button ──────────────────── */
.detail-btn {
  display: inline-flex; align-items: center; gap: 3px;
  margin-left: 8px; padding: 2px 8px;
  font-size: .68rem; font-family: inherit; font-weight: 700;
  color: #fff; background: #e8901a;
  border: none; border-radius: 2px;
  text-decoration: none; vertical-align: middle;
  transition: background .1s;
}
.detail-btn:hover { background: #d4841a; }

/* ── my-page wrapper: explicit width to match top-bar ── */
#my-page { width: 100%; max-width: 820px; }

/* ── wider label column for my.php ───────────────── */
#my-page .info-label { width: 170px; }
