
/*
 * Child tool pages remain normal WordPress pages and execute their own shortcodes.
 * This only removes common width restrictions so app-style tool shortcodes can expand.
 */
body.twsi-shortcode-tool-page .site-content,
body.twsi-shortcode-tool-page .content-area,
body.twsi-shortcode-tool-page .site-main,
body.twsi-shortcode-tool-page .entry-content,
body.twsi-shortcode-tool-page .container,
body.twsi-shortcode-tool-page .site-container,
body.twsi-shortcode-tool-page .content-wrapper{
    width:100% !important;
    max-width:none !important;
}

body.twsi-shortcode-tool-page .entry-content{
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

body.twsi-shortcode-tool-page .widget-area,
body.twsi-shortcode-tool-page aside.sidebar{
    display:none !important;
}
