/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

<style>
  /* Set a fixed width for the child menu items */
  .hs-menu-children-wrapper .hs-menu-item {
    width: 200px; /* Adjust the width as needed */
  }

  /* Apply text wrapping for child menu item labels */
  .hs-menu-children-wrapper .hs-menu-label {
    white-space: normal;
    word-wrap: break-word;
  }
</style>