
/* v26.7.0 mobile ui foundation */

body.esm-mobile-ui-ready{
  overflow-x:hidden !important;
}

body.esm-mobile-ui-ready .site,
body.esm-mobile-ui-ready .site-content,
body.esm-mobile-ui-ready .entry-content{
  overflow-x:hidden !important;
}

@media (max-width:768px){

  body{
    -webkit-text-size-adjust:100%;
  }

  .esm-mobile-touch-btn,
  button,
  input[type="submit"],
  .button,
  .btn{
    min-height:46px !important;
    border-radius:12px !important;
  }

  input,
  select,
  textarea{
    min-height:44px !important;
    font-size:16px !important;
    border-radius:10px !important;
  }

  .esm-mobile-table-scroll{
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch;
  }

  .entry-content{
    word-break:keep-all;
  }

}
