/* ==========================================================================
   ETHNOS R246 — 1366x768 UNIQUEMENT
   Correction du marqueur erroné de R245.
   Le HTML réel utilise : data-ethnos-r234-1366
   ========================================================================== */

/* Même traitement des cibles que celui voulu pour 1280 :
   - +4px d'air au-dessus de la rangée
   - rond cible réduit à 22px
   - 10px entre la cible et son chiffre
*/
html[data-ethnos-r234-1366="1"][data-ethnos-ui="discord-r111"]
body.isEthnosHomeView .r180TrajectorySteps{
  padding-top:10px !important;
}

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

html[data-ethnos-r234-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-r234-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;
}
