/**
 * Products Quick Edit.
 *
 * WordPress renders Date, Password and Status for every post type, and none of
 * them mean anything for a menu product — availability is what hides a product
 * from the store. Hidden rather than removed from the DOM: the inputs still
 * round-trip their current values on save, so the post keeps the date, status
 * and password it already had. `.inline-edit-mydelivery-produtos` is on the
 * Quick Edit row only, so Bulk Edit keeps all of them.
 */
.inline-edit-mydelivery-produtos .inline-edit-date,
.inline-edit-mydelivery-produtos .inline-edit-group:has(.inline-edit-password-input),
.inline-edit-mydelivery-produtos .inline-edit-group:has(.inline-edit-status) {
	display: none;
}
