/* ==========================================================
   V8.57.0 — LAPTOP DESKTOP HEADER COMPATIBILITY
   Applies only to desktop viewports 1101px–1799px.
   ========================================================== */

@media (min-width:1101px) and (max-width:1799px){

  /*
   * The GLOBAL CONTROL badge appended to .v6-brand works on
   * very wide monitors but exceeds the brand's flex footprint
   * on laptop-class desktop widths and overlaps Company.
   */

  body.v8 .v6-brand{
    min-width:225px!important;
  }

  body.v8 .v6-brand::after{
    content:none!important;
    display:none!important;
  }


  /*
   * Slightly tighten navigation rhythm while retaining the
   * full desktop navigation and all three action buttons.
   */

  body.v8 .v6-links{
    gap:21px!important;
  }

  body.v8 .v6-links > a,
  body.v8 .v6-nav-item > .v6-nav-parent{
    font-size:11.5px!important;
  }


  body.v8 .v6-actions{
    gap:8px!important;
  }

  body.v8 .v6-action{
    padding-left:15px!important;
    padding-right:15px!important;

    font-size:10px!important;
  }


  /*
   * Keep the three desktop actions present.
   */

  body.v8 .v6-action.track{
    min-width:86px!important;
  }

  body.v8 .v6-action.portal{
    min-width:98px!important;
  }

  body.v8 .v6-action.quote{
    min-width:118px!important;
  }

}
