
/* MOBILE FIXES V2 */

@media(max-width:480px){

/* SOUND BTN */
.sound-btn{
  width:44px!important;
  height:44px!important;
  border-width:1px!important;
}
.sound-btn.playing{
  width:70px!important;
  height:44px!important;
}
.play-icon,.pause-icon{
  font-size:16px!important;
}

/* NAV */
.top-bar{
  flex-direction:column!important;
  gap:10px!important;
}
.main-nav{
  gap:18px!important;
  font-size:12px!important;
}

/* CALENDAR */
.calendar-wrapper{
  justify-content:center!important;
  margin:0!important;
}
.calendar-grid{
  margin:0 auto!important;
}

/* POPUP */
.advent-popup-content{
  width:95%!important;
  margin:0 auto!important;
}

/* MEMORY */
.memory-game{
  grid-template-columns:repeat(4,50px)!important;
  gap:8px!important;
}
.memory-card{
  width:50px!important;
  height:50px!important;
}

/* PUZZLE */
.puzzle-game{
  width:260px!important;
  height:260px!important;
}
.puzzle-piece{
  background-size:260px 260px!important;
}

/* GIFT HUNT */
.gift-hunt-area{
  width:90%!important;
  margin:10px auto!important;
}

/* REINDEER */
.reindeer-game{
  width:260px!important;
  height:180px!important;
}
.reindeer{
  width:55px!important;
}

}
