/* ETHNOS R232 — 1707x1067 UNIQUEMENT */

/* Cibles plus grandes que R231. */
html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps .r180MilestoneTarget strong{
  font-size:13px !important;
  line-height:1 !important;
}

html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps .r180MilestoneTarget small{
  font-size:6px !important;
  line-height:1 !important;
}

/* Encoche plus grande : 10px -> 12px.
   La colonne d'axe de 30px et l'écart de 6px sont conservés,
   donc le texte reste dégagé. */
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;
}

html[data-ethnos-format-1707="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps .r180MilestoneReward > b{
  box-sizing:border-box !important;
  width:12px !important;
  height:12px !important;
  min-width:12px !important;
  min-height:12px !important;
  font-size:8px !important;
  line-height:1 !important;
  justify-self:center !important;
  left:0 !important;
}

/* TCHAT — vrai bouton HTML ciblé.
   La géométrie officielle R214 lui donne margin-top:10px.
   R232 la passe à 5px : le bouton remonte réellement de 5px.
   On neutralise les anciens top:-5 pour ne pas cumuler 10px. */
html[data-ethnos-format-1707="1"][data-ethnos-ui]
body.isTchatDrawerOpen button[data-r186-tchat-close].r186TchatClose.ethnosActionOrange,
html[data-ethnos-format-1707="1"][data-ethnos-ui]
body.isTchatDrawerClosing button[data-r186-tchat-close].r186TchatClose.ethnosActionOrange{
  position:relative !important;
  top:0 !important;
  margin-top:5px !important;
}
