/* ETHNOS R516 — stabilisation ciblée : recadrage officiel + sondages. */
/* Le Centre officiel est z-index 12000 : le recadrage doit réellement passer au-dessus. */
html body .officialCropOverlay.r488MediaCropOverlay{
  z-index:13050 !important;
}

/* Sondage : sélection explicite puis validation. */
.r513PollChoice.isSelected,
.r511BroadcastPollOption.isSelected{
  border-color:#f26722 !important;
  box-shadow:0 0 0 2px rgba(242,103,34,.24) inset !important;
}
.r516PollValidate,
.r516BroadcastPollValidate{
  margin-top:14px !important;
}
.r516PollValidate:disabled,
.r516BroadcastPollValidate:disabled{
  opacity:.48 !important;
  cursor:not-allowed !important;
}
.r516PollFeedback{
  margin:10px 0 0 !important;
  color:#9db4be !important;
  font-size:14px !important;
  line-height:1.45 !important;
}
.r516PollFeedback.isSuccess{
  color:#b7ddd3 !important;
}

/* R519 — lisibilité du tchat, sans supprimer les fonctions R517. */
html[data-ethnos-ui] body.r287v14Active .r287v14ComposerRow textarea{
  font-size:11px !important;
}

/* R517 — avatars réels dans le salon et la présence. */
html[data-ethnos-ui] body.r287v14Active .r287v14Avatar img,
html[data-ethnos-ui] body.r287v14Active .r287v14MemberAvatar img,
html[data-ethnos-ui] body.r287v14Active .r287v14MemberCardAvatar img{
  width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit;
}
.memberMessageAvatar img{
  width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit;
}


/* R519 — lisibilité des messages, reprise du besoin R518 sans réécrire le moteur. */
html[data-ethnos-ui] body.r287v14Active .r287v14Text,
html[data-ethnos-ui] body.r287v14Active .r287v14MessageText{
  font-size:11px !important;
  line-height:1.42 !important;
}
html[data-ethnos-ui] body.r287v14Active .r287v14Meta strong{
  font-size:10.5px !important;
}
html[data-ethnos-ui] body.r287v14Active .r287v14ReplyRef{
  font-size:9px !important;
}
