/* ==========================================================================
   ETHNOS R245 — CENTRAL HAUT UNIQUEMENT
   Formats : 1280x720 + 1366x768
   Comparaison effectuée avec 1536x864 / 1707x1067.
   Aucun effet TCHAT / profil / navigation / autres formats.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1280x720
   1. Point vert du compteur membres : le séparer réellement du nombre.
   Référence 1536 : column-gap 12px.
   -------------------------------------------------------------------------- */
html[data-ethnos-format-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue{
  column-gap:12px !important;
}

html[data-ethnos-format-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MembersValue > i{
  width:6px !important;
  height:6px !important;
  min-width:6px !important;
  min-height:6px !important;
  margin:0 !important;
}

/* --------------------------------------------------------------------------
   1280x720 + 1366x768
   2. Donner 4px d'air supplémentaire entre le texte précédent et la rangée.
   3. Réduire le rond autour de la cible : 30px -> 22px.
   4. Créer 10px réels entre la cible et le chiffre.
   -------------------------------------------------------------------------- */
html[data-ethnos-format-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps,
html[data-ethnos-format-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps{
  padding-top:10px !important;
}

html[data-ethnos-format-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget,
html[data-ethnos-format-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget{
  gap:10px !important;
}

html[data-ethnos-format-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget > i,
html[data-ethnos-format-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180MilestoneTarget > i{
  flex:0 0 22px !important;
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  min-height:22px !important;
  font-size:12px !important;
  margin:0 !important;
  box-shadow:0 0 0 2px rgba(49,209,207,.10) !important;
}

html[data-ethnos-format-1280="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps li.isNext .r180MilestoneTarget > i,
html[data-ethnos-format-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps li.isNext .r180MilestoneTarget > i{
  box-shadow:0 0 0 3px rgba(245,138,75,.13),0 0 12px rgba(245,138,75,.18) !important;
}
