/* Match lion_main thumbnail sizing at the same available content width.
   Only dimensions and image fitting are shared; Gundam artwork/colors stay local. */
html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list) {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    align-items: start !important;
    justify-content: stretch !important;
    gap: 10px !important;
    padding: 12px !important;
    border-width: 1px !important;
}
html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list) > .live-game-cont {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
}
html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list) > .live-game-cont > .el-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto 38px !important;
    width: 100% !important;
    height: auto !important;
    border-width: 0 !important;
    padding: 0 !important;
}
html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list) > .live-game-cont > .el-row > img:first-child {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    padding: 0 !important;
}
html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content .virtualgame-page-image ~ .page #provider_list > .live-game-cont > .el-row > img:first-child {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
}
html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list):not(#mingo_list) .gundam-game-card-title {
    height: 38px !important;
}
html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list)#mingo_list > .live-game-cont > .el-row {
    grid-template-rows: auto auto auto !important;
}
html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list)#mingo_list > .live-game-cont > .el-row > img:first-child {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
}
@media (max-width: 980px) {
    html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list) {
        border-width: 0 !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        padding: 6px !important;
        gap: 6px !important;
    }
    html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list):is(#lotus_game_list, #mingo_list) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 8px !important;
        gap: 7px !important;
    }
    html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list):not(#mingo_list) > .live-game-cont > .el-row {
        grid-template-rows: auto 32px !important;
    }
    html:not(#_gundamparity_):not(#_gameSizing_) body.gundam-skin #ajax-content :is(.virtualgame-page-image ~ .page #provider_list, #tokengame_list, #lotus_game_list, #mingo_list):not(#mingo_list) .gundam-game-card-title {
        height: 32px !important;
    }
}
