/* MOBILE TABLE SIDE-SCROLL RESTORE
   Keeps the original desktop-like table layout on phones and scrolls tables inside their own box.
   This file is intentionally loaded after the combined performance CSS. */
@media (max-width: 768px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  html body main.page-content,
  html body main.page-content > .container{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
  }

  html body main.page-content > .container .wp-block-hb-g-section,
  html body main.page-content > .container .main-text-wrap,
  html body main.page-content > .container .games_section,
  html body main.page-content > .container .categories,
  html body main.page-content > .container .cards_section,
  html body main.page-content > .container .features_section,
  html body main.page-content > .container .faq_section{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  html body main.page-content .wp-block-table,
  html body main.page-content .wp-block-table.table-responsive-fix,
  html body main.page-content .wp-block-table.table-inline-real-fix,
  html body main.page-content .wp-block-table.info-table-wrap,
  html body main.page-content .wp-block-table.mobile-scroll-table,
  body .wp-block-table,
  body .wp-block-table.table-responsive-fix,
  body .wp-block-table.table-inline-real-fix,
  body .wp-block-table.info-table-wrap,
  body .wp-block-table.mobile-scroll-table{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:18px 0!important;
    padding:0 0 12px!important;
    box-sizing:border-box!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    overscroll-behavior-y:auto!important;
    touch-action:pan-x pan-y!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    scrollbar-width:thin!important;
    scrollbar-color:#ffd95e rgba(24,7,47,.92)!important;
  }

  html body main.page-content .wp-block-table::-webkit-scrollbar,
  html body main.page-content .wp-block-table.table-responsive-fix::-webkit-scrollbar,
  html body main.page-content .wp-block-table.table-inline-real-fix::-webkit-scrollbar,
  html body main.page-content .wp-block-table.info-table-wrap::-webkit-scrollbar,
  html body main.page-content .wp-block-table.mobile-scroll-table::-webkit-scrollbar,
  body .wp-block-table::-webkit-scrollbar{
    display:block!important;
    width:auto!important;
    height:10px!important;
  }

  html body main.page-content .wp-block-table::-webkit-scrollbar-track,
  body .wp-block-table::-webkit-scrollbar-track{
    background:rgba(24,7,47,.92)!important;
    border-radius:999px!important;
  }

  html body main.page-content .wp-block-table::-webkit-scrollbar-thumb,
  body .wp-block-table::-webkit-scrollbar-thumb{
    background:linear-gradient(90deg,#ff2f5e,#ffd95e)!important;
    border-radius:999px!important;
  }

  html body main.page-content .wp-block-table > table,
  html body main.page-content .wp-block-table.table-responsive-fix > table,
  html body main.page-content .wp-block-table.table-inline-real-fix > table,
  html body main.page-content .wp-block-table.info-table-wrap > table,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table,
  html body main.page-content .wp-block-table.mobile-scroll-table > table,
  html body main.page-content .final-game-info-table > table,
  html body main.page-content .wp-block-table > table[data-ugen-bid],
  html body main.page-content .wp-block-table > table.has-fixed-layout,
  body .wp-block-table > table,
  body .wp-block-table.table-responsive-fix > table,
  body .wp-block-table.table-inline-real-fix > table,
  body .wp-block-table.info-table-wrap > table,
  body .wp-block-table.mobile-scroll-table > table{
    display:table!important;
    width:max-content!important;
    min-width:720px!important;
    max-width:none!important;
    margin:0!important;
    table-layout:auto!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    box-sizing:border-box!important;
    white-space:normal!important;
    background:linear-gradient(180deg,rgba(66,42,84,.94),rgba(45,22,64,.98))!important;
    border:1px solid rgba(244,207,89,.28)!important;
    border-radius:16px!important;
    overflow:hidden!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table,
  body .wp-block-table.info-table-wrap > table.info-table{
    min-width:780px!important;
  }

  html body main.page-content .wp-block-table > table thead,
  html body main.page-content .wp-block-table.table-responsive-fix > table thead,
  html body main.page-content .wp-block-table.table-inline-real-fix > table thead,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table thead,
  body .wp-block-table > table thead{
    display:table-header-group!important;
    width:auto!important;
    max-width:none!important;
  }

  html body main.page-content .wp-block-table > table tbody,
  html body main.page-content .wp-block-table.table-responsive-fix > table tbody,
  html body main.page-content .wp-block-table.table-inline-real-fix > table tbody,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table tbody,
  body .wp-block-table > table tbody{
    display:table-row-group!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
  }

  html body main.page-content .wp-block-table > table tr,
  html body main.page-content .wp-block-table.table-responsive-fix > table tr,
  html body main.page-content .wp-block-table.table-inline-real-fix > table tr,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table tr,
  body .wp-block-table > table tr{
    display:table-row!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    grid-template-columns:none!important;
    grid-auto-flow:initial!important;
  }

  html body main.page-content .wp-block-table > table th,
  html body main.page-content .wp-block-table > table td,
  html body main.page-content .wp-block-table.table-responsive-fix > table th,
  html body main.page-content .wp-block-table.table-responsive-fix > table td,
  html body main.page-content .wp-block-table.table-inline-real-fix > table th,
  html body main.page-content .wp-block-table.table-inline-real-fix > table td,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table th,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td,
  body .wp-block-table > table th,
  body .wp-block-table > table td{
    display:table-cell!important;
    width:auto!important;
    min-width:160px!important;
    max-width:280px!important;
    margin:0!important;
    padding:14px 16px!important;
    box-sizing:border-box!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    border-radius:0!important;
    color:#fff7e6!important;
    -webkit-text-fill-color:#fff7e6!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    hyphens:none!important;
    text-overflow:clip!important;
    overflow:visible!important;
    font-size:15px!important;
    line-height:1.35!important;
    vertical-align:middle!important;
  }

  html body main.page-content .wp-block-table > table th,
  html body main.page-content .wp-block-table.table-responsive-fix > table th,
  html body main.page-content .wp-block-table.table-inline-real-fix > table th,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table th,
  body .wp-block-table > table th{
    background:linear-gradient(180deg,#21083a,#18072f)!important;
    color:#fff7e6!important;
    -webkit-text-fill-color:#fff7e6!important;
    font-weight:900!important;
    border-bottom:3px solid #ff2f5e!important;
  }

  html body main.page-content .wp-block-table > table td,
  html body main.page-content .wp-block-table.table-responsive-fix > table td,
  html body main.page-content .wp-block-table.table-inline-real-fix > table td,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td,
  body .wp-block-table > table td{
    background:linear-gradient(180deg,rgba(83,56,94,.84),rgba(55,29,72,.88))!important;
  }

  html body main.page-content .wp-block-table > table tr:nth-child(even) td,
  body .wp-block-table > table tr:nth-child(even) td{
    background:linear-gradient(180deg,rgba(73,47,88,.82),rgba(48,24,66,.9))!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table th:first-child,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td:first-child,
  body .wp-block-table.info-table-wrap > table.info-table th:first-child,
  body .wp-block-table.info-table-wrap > table.info-table td:first-child{
    min-width:230px!important;
    max-width:260px!important;
    font-weight:900!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table th:last-child,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td:last-child,
  body .wp-block-table.info-table-wrap > table.info-table th:last-child,
  body .wp-block-table.info-table-wrap > table.info-table td:last-child{
    min-width:480px!important;
    max-width:560px!important;
  }

  html body main.page-content .wp-block-table > table td::before,
  html body main.page-content .wp-block-table.table-responsive-fix > table td::before,
  html body main.page-content .wp-block-table.table-inline-real-fix > table td::before,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td::before,
  body .wp-block-table > table td::before{
    content:none!important;
    display:none!important;
  }

  html body main.page-content .wp-block-table::after,
  html body main.page-content .wp-block-table.mobile-scroll-table::after,
  body .wp-block-table::after{
    content:none!important;
    display:none!important;
  }
}

/* Final high-specificity override for tables inside content cards. */
@media (max-width: 768px){
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table,
  html body main.page-content > .container .wp-block-hb-g-section > p + .wp-block-table,
  html body main.page-content > .container .wp-block-hb-g-section > .final-loose-card + .wp-block-table,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-inline-real-fix,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-responsive-fix,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap,
  html body main.page-content > .container .final-game-info-table.wp-block-table{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:18px 0!important;
    padding:0 0 12px!important;
    box-sizing:border-box!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table > table,
  html body main.page-content > .container .wp-block-hb-g-section > p + .wp-block-table > table,
  html body main.page-content > .container .wp-block-hb-g-section > .final-loose-card + .wp-block-table > table,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-inline-real-fix > table,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-responsive-fix > table,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table,
  html body main.page-content > .container .final-game-info-table.wp-block-table > table{
    display:table!important;
    width:max-content!important;
    min-width:720px!important;
    max-width:none!important;
    margin:0!important;
    table-layout:auto!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    box-sizing:border-box!important;
    white-space:normal!important;
    overflow:hidden!important;
  }

  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table{
    min-width:780px!important;
  }

  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table > table thead,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-inline-real-fix > table thead,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-responsive-fix > table thead,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table thead{
    display:table-header-group!important;
  }

  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table > table tbody,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-inline-real-fix > table tbody,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-responsive-fix > table tbody,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table tbody{
    display:table-row-group!important;
    width:auto!important;
    max-width:none!important;
  }

  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table > table tr,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-inline-real-fix > table tr,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-responsive-fix > table tr,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table tr{
    display:table-row!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table > table th,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table > table td,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-inline-real-fix > table th,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-inline-real-fix > table td,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-responsive-fix > table th,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-responsive-fix > table td,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table th,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table td{
    display:table-cell!important;
    width:auto!important;
    min-width:160px!important;
    max-width:280px!important;
    margin:0!important;
    padding:14px 16px!important;
    box-sizing:border-box!important;
    border-radius:0!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    overflow:visible!important;
    vertical-align:middle!important;
  }

  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table th:first-child,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table td:first-child{
    min-width:230px!important;
    max-width:260px!important;
  }
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table th:last-child,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table td:last-child{
    min-width:480px!important;
    max-width:560px!important;
  }

  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table > table td::before,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-inline-real-fix > table td::before,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.table-responsive-fix > table td::before,
  html body main.page-content > .container .wp-block-hb-g-section > .wp-block-table.info-table-wrap > table.info-table td::before{
    content:none!important;
    display:none!important;
  }
}

/* 20260609: keep the About info table as a normal horizontally-scrollable table on mobile. */
@media (max-width:768px){
  html body main.page-content .wp-block-table.info-table-wrap,
  html body main.page-content .wp-block-table.info-table-wrap.table-responsive-fix,
  html body main.page-content .wp-block-table.info-table-wrap.mobile-scroll-table,
  body .wp-block-table.info-table-wrap{
    display:block!important;
    position:relative!important;
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:16px 0!important;
    padding:0 0 14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
    overscroll-behavior-x:contain!important;
    scrollbar-width:thin!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap::-webkit-scrollbar,
  body .wp-block-table.info-table-wrap::-webkit-scrollbar{
    display:block!important;
    height:8px!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap::-webkit-scrollbar-track,
  body .wp-block-table.info-table-wrap::-webkit-scrollbar-track{
    background:rgba(24,7,47,.85)!important;
    border-radius:999px!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap::-webkit-scrollbar-thumb,
  body .wp-block-table.info-table-wrap::-webkit-scrollbar-thumb{
    background:linear-gradient(90deg,#ff2f5e,#ffd95e)!important;
    border-radius:999px!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table,
  body .wp-block-table.info-table-wrap > table.info-table,
  html body main.page-content table.info-table{
    display:table!important;
    width:max-content!important;
    max-width:none!important;
    min-width:780px!important;
    table-layout:auto!important;
    margin-left:0!important;
    margin-right:0!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    white-space:normal!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table thead,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table tbody,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table tr,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table th,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td{
    transform:none!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table thead{
    display:table-header-group!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table tbody{
    display:table-row-group!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table tr{
    display:table-row!important;
    grid-template-columns:none!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table th,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td,
  body .wp-block-table.info-table-wrap > table.info-table th,
  body .wp-block-table.info-table-wrap > table.info-table td{
    display:table-cell!important;
    min-width:170px!important;
    max-width:360px!important;
    padding:13px 16px!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
    vertical-align:middle!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table th:first-child,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td:first-child,
  body .wp-block-table.info-table-wrap > table.info-table th:first-child,
  body .wp-block-table.info-table-wrap > table.info-table td:first-child{
    min-width:230px!important;
    width:auto!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table th:last-child,
  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td:last-child,
  body .wp-block-table.info-table-wrap > table.info-table th:last-child,
  body .wp-block-table.info-table-wrap > table.info-table td:last-child{
    min-width:480px!important;
    width:auto!important;
  }

  html body main.page-content .wp-block-table.info-table-wrap > table.info-table td::before,
  body .wp-block-table.info-table-wrap > table.info-table td::before{
    content:none!important;
    display:none!important;
  }
}
