/* ETHNOS R231 — reprise 1707x1067 uniquement */

/* R230 avait décalé l'encoche à droite sans agrandir sa colonne de grille.
   Cela pouvait la faire entrer dans le texte. On annule ce déplacement global. */
html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
.r180TrajectorySteps .r180MilestoneReward > b{
  left:0 !important;
}

/* 1707x1067 uniquement */
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180Trajectory{
  position:relative !important;
  left:-20px !important;
}

/* Pas de cumul avec les anciens décalages individuels. */
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectoryEyebrow,
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue strong,
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue span,
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180ProgressMeta,
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectoryManifesto,
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget strong,
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget small,
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneReward span{
  left:0 !important;
}

/* Cibles réduites */
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps .r180MilestoneTarget strong{
  font-size:11px !important;
  line-height:1 !important;
}
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps .r180MilestoneTarget small{
  font-size:5px !important;
  line-height:1 !important;
}

/* Alignement SANS chevauchement :
   l'icône cible fait 30 px ;
   la première colonne sous la cible fait 30 px ;
   l'encoche 10 px est centrée dans cette colonne ;
   le texte commence après 30 px + 6 px. */
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps .r180MilestoneReward{
  grid-template-columns:30px minmax(0,1fr) !important;
  column-gap:6px !important;
  gap:6px !important;
  align-items:start !important;
}
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps .r180MilestoneReward > b{
  box-sizing:border-box !important;
  width:10px !important;
  height:10px !important;
  min-width:10px !important;
  min-height:10px !important;
  font-size:7px !important;
  line-height:1 !important;
  justify-self:center !important;
  left:0 !important;
}

html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue{
  margin-right:4px !important;
}

html[data-ethnos-format-1707="1"][data-ethnos-ui]
body.isTchatDrawerOpen button.r186TchatClose.ethnosActionOrange,
html[data-ethnos-format-1707="1"][data-ethnos-ui]
body.isTchatDrawerClosing button.r186TchatClose.ethnosActionOrange{
  position:relative !important;
  top:-5px !important;
}
