/*
 * Lion2 Signal — Wave 2 live-audit closeout, immutable revision 1.
 *
 * The production edge cache ignores query-string revisions. Keep this final
 * layer filename immutable and introduce a new revision for future changes.
 * These adjustments preserve the established geometry while closing the last
 * desktop target-size and game-card typography findings from the 130-screen
 * live audit.
 */

@media screen and (min-width: 981px) {
    body.lion2-skin.lion-skin .top_wrap .userm_wrap ul.submenu,
    body.lion2-skin.lion-skin .top_wrap .nav_wrap .navdiv {
        height: clamp(48px, 3vw, 56px) !important;
        min-height: 48px !important;
    }

    body.lion2-skin.lion-skin .right_content#sidebar-right#sidebar-right .rmenu {
        grid-template-columns: repeat(5, minmax(32px, 1fr)) !important;
        gap: 3px !important;
    }
}

body.lion2-skin.lion-skin .signal-card-action,
body.lion2-skin.lion-skin .signal-card-action > span {
    font-size: 13px !important;
}
