div#ubl-generate-docx {
    max-width: max-content!important;
    grid-column: 3 / 4;
}

@media screen and (max-width: 1100px) {
    div#ubl-generate-docx {
        grid-column: 2 / 3;
    }
}