/* R352 — correction locale cartes salons : favori en bas à droite + titres multilignes. */
html body .salonDrawerPanel--final .salonResultCard{
  position:relative !important;
}

html body .salonDrawerPanel--final .salonResultCard h3{
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
}

html body .salonDrawerPanel--final .salonFavoriteButton{
  position:absolute !important;
  right:11px !important;
  bottom:10px !important;
  margin:0 !important;
  z-index:2 !important;
}

html body .salonDrawerPanel--final .salonResultMeta{
  padding-right:38px !important;
}
