#_custom_thank_you_page_id, 
#_custom_thank_you_priority {
    max-width: 350px !important;
}
p.form-field._custom_thank_you_page_id_field,
p.form-field._custom_thank_you_priority_field {
    display: flex;
    column-gap: 10px;
}
.form-field._custom_thank_you_page_id_field label,
.form-field._custom_thank_you_priority_field label {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 150px !important;
}
.form-field._custom_thank_you_page_id_field .woocommerce-help-tip,
.form-field._custom_thank_you_priority_field .woocommerce-help-tip {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.form-field._custom_thank_you_page_id_field .select2-container {
    max-width: 350px;
    display: inline-block;
    vertical-align: middle;
}
p.form-field._custom_thank_you_priority_field label {
    width: auto;
    padding-right: 10px;
}