/*
Theme Name: Astra Child
Theme URI: https://example.com/astra-child/
Description: Tema hijo de Astra.
Author: Erick Retes
Author URI: 
Template: astra
Version: 1.0.0
*/

.post-type-product .wp-list-table.widefat {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.post-type-product .wp-list-table th,
.post-type-product .wp-list-table td {
    min-width: 150px;
    white-space: nowrap;
}

#_sucursal_despacho_field {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

#_sucursal_despacho_field label {
    margin-bottom: 5px;
}

#_sucursal_despacho_field select,
#_sucursal_despacho_field .select2-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box;
}