/* ==========================================================================
   ETHNOS R238 — 1280x720 UNIQUEMENT
   CENTRAL / bloc haut uniquement.
   ========================================================================== */

/* Revenir à la position structurelle du bloc complet :
   on ne déplace plus tout .r180Trajectory. */
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180Trajectory{
  left:0 !important;
}

/* Déplacer EXCLUSIVEMENT les éléments de texte de la partie droite
   de 10 px vers la gauche. On utilise transform pour ne pas être annulé
   par les anciens left:0 hérités. */
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectoryEyebrow,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue strong,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue span,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180ProgressMeta,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectoryManifesto,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget strong,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget small,
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneReward span{
  position:relative !important;
  left:0 !important;
  transform:translateX(-10px) !important;
}

/* "membres" -> cible suivante :
   augmenter l'espace ENTRE LES COLONNES de paliers.
   Ce réglage agit sur le vrai espace demandé, pas sur le compteur 8 742. */
html[data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps{
  column-gap:14px !important;
  gap:14px !important;
}
