.tg-northstar-configurator-button {
    .cmp-container {
        display: flex;
        flex-wrap: wrap;

        &:has(cq) {
            > :last-child {
                flex-basis: 100%;
            }
        }

        span:not(:has(*)) {
            white-space: pre-wrap;
        }
    }
}
