/* ───────────────────────────── */
/* OUTBOUND HUBS (Centered)      */
/* ───────────────────────────── */

.Hubs {
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);

  font-size: 13px;
  text-align: right;   /* centers inline links */
}

.Hubs a {
  display: inline-block; /* ensures spacing is honored */
  color: rgba(180, 220, 255, 0.85);
  text-decoration: none;
  margin: 0 10px;        /* even spacing left/right */
}

.Hubs a:hover {
  color: rgba(200, 235, 255, 1);
  text-decoration: underline;
}

