/*======================================
Theme Name: Studio Elemental Child Theme
Theme URI: https://studioelemental.co.uk/
Description: Studio Elemental Child theme
Author: Studio Elemental
Author URI: https://studioelemental.co.uk/
Author Email: mark@studioelemental.co.uk
Template: hello-elementor
Version: 2.0.11
======================================*/
/* Let Elementor submenu wrapper expand to fit content */
#wp-admin-bar-elementor_edit_page .ab-sub-wrapper {
    width: max-content !important;
    min-width: 200px; 
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    white-space: normal !important;
    display: inline !important;
    line-height: 0.8em;
    padding: 6px 10px !important;
    height: auto !important;
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item span {
    display: inline !important;
    white-space: normal !important;
    max-width: 100% !important;
    overflow-wrap: break-word;
}
