/* 13L overlay — v4: loaded after the theme CSS (index.html injects it).
   Pill ✕ rules REMOVED: this skin has its own native close button on the
   Download-APP bar; the injected duplicate is gone. */

/* ---- bet-panel layout guard ----
   The WinGo panels are a 10rem grid that must equal the viewport width. If
   the rem base drifts above viewport/10 (browser zoom etc.), the balls, the
   multiplier chips and the tabs overflow the screen and get clipped. Lock it;
   above 400px the original 40px desktop base is preserved. */
html {
    font-size: min(10vw, 40px) !important;
}
#app {
    max-width: 100vw;
    overflow-x: hidden;
}
#app .select {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: .32rem;
    padding-right: .32rem;
    box-sizing: border-box;
}
#app .bet_body .ramd {
    flex-wrap: wrap;
    height: auto !important;
    min-height: .90667rem;
    row-gap: .13333rem;
}
#app .bet_body .ramd .r {
    flex: 0 0 auto;
    padding: 0 .13333rem;
    box-sizing: border-box;
}
#app .bet_body .betNum {
    box-sizing: border-box;
    max-width: 100%;
}
