/* ==========================================================================
   ETHNOS R225 — 1536 x 864 UNIQUEMENT
   Base : R224.
   Correction locale du bloc CENTRAL haut.
   Aucun effet hors 1536x864.
   ========================================================================== */

@media (width:1536px) and (height:864px){

  /* Partie droite complète : 7 px vers la gauche.
     Cette règle remplace la valeur -5 px de R223 à ce format. */
  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Trajectory{
    position:relative !important;
    left:-7px !important;
  }

  /* Cibles : réduction supplémentaire demandée. */
  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r180TrajectorySteps .r180MilestoneTarget strong{
    font-size:12px !important;
    line-height:1 !important;
  }

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

  /* Encoches vertes : plus petites et jamais collées au texte.
     5 px d'écart explicite entre l'encoche et le texte. */
  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r180TrajectorySteps .r180MilestoneReward{
    grid-template-columns:12px minmax(0,1fr) !important;
    column-gap:5px !important;
    gap:5px !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r180TrajectorySteps .r180MilestoneReward > b{
    width:12px !important;
    height:12px !important;
    min-width:12px !important;
    min-height:12px !important;
    font-size:8px !important;
    line-height:1 !important;
  }

  /* Augmenter réellement l'espace horizontal entre les quatre compteurs. */
  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r180TrajectorySteps{
    column-gap:28px !important;
    gap:28px !important;
  }

  /* Point vert à côté du compteur principal (ex. 8740) :
     espacement explicite supérieur à la règle précédente de 8 px. */
  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r180MembersValue{
    column-gap:12px !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView
  .r180MembersValue > i{
    margin-right:2px !important;
  }
}
