/* V33 — correctifs ciblés Tempête
   1) cartes lues dans le bon sens par le joueur qui les reçoit
   2) rotation 90° cyclique conservée
*/

/* q1 : ORANGE à gauche, CYAN à droite */
.orientation-q1 .tempest-card-flight--orange.is-landed{
  left:auto!important;right:8%!important;top:50%!important;bottom:auto!important;opacity:1!important;
  transform:translateY(-50%) rotate(90deg)!important;
}
.orientation-q1 .tempest-card-flight--cyan.is-landed{
  left:8%!important;right:auto!important;top:50%!important;bottom:auto!important;opacity:1!important;
  transform:translateY(-50%) rotate(-90deg)!important;
}

/* q3 : ORANGE à droite, CYAN à gauche */
.orientation-q3 .tempest-card-flight--orange.is-landed{
  left:8%!important;right:auto!important;top:50%!important;bottom:auto!important;opacity:1!important;
  transform:translateY(-50%) rotate(-90deg)!important;
}
.orientation-q3 .tempest-card-flight--cyan.is-landed{
  left:auto!important;right:8%!important;top:50%!important;bottom:auto!important;opacity:1!important;
  transform:translateY(-50%) rotate(90deg)!important;
}
