/**
 * Overrides del menú HubSpot — debe cargar DESPUÉS de standard_header_includes
 */
@media (min-width: 769px) {
  .main-nav--hubspot {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .main-nav--hubspot .hs-menu-scope,
  .main-nav--hubspot .hs_cos_wrapper,
  .main-nav--hubspot .hs_cos_wrapper_type_menu,
  .main-nav--hubspot .hs-menu-wrapper,
  .main-nav--hubspot .hs-menu-wrapper.hs-menu-flow-vertical,
  .main-nav--hubspot .hs-menu-wrapper.hs-menu-flow-horizontal {
    display: contents !important;
    float: none !important;
    width: auto !important;
  }

  .main-nav--hubspot .hs-menu-wrapper > ul,
  .main-nav--hubspot .hs-menu-wrapper ul.hs-menu-children-wrapper,
  .main-nav--hubspot .hs-menu-children-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 4px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
    float: none !important;
    width: auto !important;
  }

  .main-nav--hubspot .hs-menu-item,
  .main-nav--hubspot .hs-menu-depth-1,
  .main-nav--hubspot .hs-menu-wrapper > ul > li {
    display: flex !important;
    flex: 0 0 auto;
    float: none !important;
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }

  .main-nav--hubspot li::marker {
    content: none !important;
    display: none !important;
  }
}
