/*
Theme Name: WMD Theme
Version: 1.0.9
*/
/*html :where(img){height:inherit;max-width:none;}*/

main#wp--skip-link--target {
    display: flex!important;
    justify-content: center!important; /* center horizontally */
}

.newcontainer {
    max-width: 1100px!important;
    width: 100%!important;            /* let it shrink on mobile */
    padding: 15px!important;
    margin: 0 auto!important;         /* centers inside <main> */
    box-sizing: border-box!important; /* padding included in width */
}

/* Make sure tables scale within the container */
.newcontainer table {
    width: 100%!important;
}

/* Keep horizontal scroll for wide tables (Shortcodes Ultimate style) */
.su-table-responsive {
    overflow-x: auto!important;
}