form.form > button.btn {
    width: auto;
    display: inline-flex;
    justify-self: start; /* harmless if not grid */
    align-self: start;   /* harmless if not flex */
}

.language-select {
    width: auto;
    min-width: 120px;
}
