/* Applichiamo solo se siamo nel tuo custom post type */
body.post-type-plgnr_plugin_list {
    /* Aggiungi qui i tuoi CSS */

    @media (max-width: 1746px) {
        .meta-box-sortables {
            order: 2!important;
        }
        .postbox-container {
            order: 1!important;
        }
        .poststuff {
            display: flex!important;
            flex-direction: column!important;
        }
    }
}
