
/* MOBILE + TABLET COMPLETE FIXES V3 */



/* tablet calendar layout fix */
@media(max-width:1024px) and (min-width:600px){
  .calendar-wrapper{
    justify-content:center!important;
    margin:0 auto!important;
    padding-top:20px!important;
  }
  .calendar-grid{
    margin:0 auto!important;
  }
}

/* popup full center + scratch fix */
@media(max-width:480px){
  .advent-popup-content{
    width:92%!important;
    margin:0 auto!important;
    padding:24px!important;
  }
  .scratch-card,#scratchCanvas{
    width:260px!important;
    height:120px!important;
    margin:0 auto!important;
  }
}

/* general overflow protection */
@media(max-width:1024px){
  html,body{
    overflow-x:hidden!important;
  }
}

#scratchText {
    position: relative;
    left: 40px;      /* ha túl sok vagy kevés, finomhangolhatjuk */
}