/* R513 — correctifs ciblés : favori officiel + sondage public. */
html body .r502OfficialSalonFavoriteRow > .salonDrawerListButton{
  grid-template-columns:24px minmax(0,1fr) 0 !important;
}
html body .r502OfficialSalonFavoriteRow > .salonDrawerListButton .salonDrawerListArrow{
  display:none !important;
}
html body .r502OfficialSalonFavorite,
html body .r502UniverseSalonActions .r502OfficialSalonFavorite{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  font-size:0 !important;
  line-height:1 !important;
}
html body .r502OfficialSalonFavorite::before,
html body .r502UniverseSalonActions .r502OfficialSalonFavorite::before{
  content:'☆';
  display:block;
  font-family:"Segoe UI Symbol","Segoe UI",Arial,sans-serif;
  font-size:20px;
  font-weight:400;
  line-height:1;
  transform:translateY(-1px);
}
html body .r502OfficialSalonFavorite.isFavorite::before,
html body .r502UniverseSalonActions .r502OfficialSalonFavorite.isFavorite::before{
  content:'★';
}
html body .r513PollOverlay{
  position:absolute;
  inset:0;
  z-index:40;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(0,12,18,.72);
}
html body .r513PollCard{
  position:relative;
  width:min(680px,92%);
  padding:28px;
  border:1px solid rgba(49,209,207,.32);
  border-radius:20px;
  background:#082a3b;
  box-shadow:0 24px 70px rgba(0,0,0,.42);
  color:#f7f1e8;
}
html body .r513PollClose{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:24px;
  line-height:1;
}
html body .r513PollEyebrow{display:block;margin:0 48px 8px 0;color:#31d1cf;font:700 12px/1.2 "Segoe UI",Arial,sans-serif;letter-spacing:.11em;}
html body .r513PollCard h3{margin:0 48px 10px 0;color:#f7f1e8;font:400 clamp(28px,3vw,42px)/1.05 Georgia,"Times New Roman",serif;}
html body .r513PollBody{margin:0 0 20px;color:#bed0d5;font:400 16px/1.5 "Segoe UI",Arial,sans-serif;}
html body .r513PollChoices{display:grid;gap:10px;}
html body .r513PollChoice{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 14px;border:1px solid rgba(49,209,207,.28);border-radius:12px;background:#0b3447;color:#eef6f5;font:600 16px/1.3 "Segoe UI",Arial,sans-serif;text-align:left;}
html body .r513PollChoice:hover:not(:disabled){border-color:#31d1cf;background:#0d3c51;}
html body .r513PollChoice b{flex:none;color:#ff9a55;font-size:16px;}
html body .r513PollTotal{margin:14px 0 0;color:#8da8b1;font:600 14px/1.3 "Segoe UI",Arial,sans-serif;}
@media(max-width:720px){
  html body .r513PollOverlay{padding:14px;}
  html body .r513PollCard{width:100%;padding:22px 18px;}
}
