
/* AstroLifeMap V102.06.8
   FINAL compass-position refinement only.
   Moves the already-relocated compass slightly upward so it no longer overlaps
   the Vaastu floor. No other layout or functional behavior is changed.
*/

@media (min-width:1181px){
  .stage-wrap > #compass{
    top:18px!important;
    right:42px!important;
  }
}

@media (min-width:761px) and (max-width:1180px){
  .stage-wrap > #compass{
    top:18px!important;
    right:24px!important;
  }
}
