/* RTP UI overrides – medlemsstats (diagnostic + scoped tweaks)
 * Loaded only on /turneringsportalen-medlemsstats/
 */

/* Admin-only build badge (inserted via JS) */
#rtp-ui-badge {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 999999;
  background: rgba(0,0,0,0.75);
  border: 1px solid rgba(36,150,63,0.6);
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  font: 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}
#rtp-ui-badge b{font-weight:700;}

/* Toplister: score under title */
.rtp-toplister-structured{ margin-top:6px; }
.rtp-top-score{
  font-size:25px;
  font-weight:800;
  line-height:1.05;
}
.rtp-top-name{
  margin-top:4px;
  font-weight:600;
  opacity:0.95;
}

/* Samlet stilling: delta arrow moved into point column */
.rtp-moved-delta{ margin-right:8px; display:inline-flex; align-items:center; }
