/* Golf Gear Lab v31 — simplified public header and buyer-first trolley intro */

/* Desktop header grid/brand/menu layout SUPERSEDED by nav-search-placement-FINAL.css.
   This file and v30 disagreed on column widths (280-300px vs the logo's actual 300px
   render width) and on breakpoints (1050px vs 1180px), which is what caused the logo
   to overlap the first nav links. One file now owns this layout; see that file. */

/* Current range note is supporting buyer guidance, not internal project reporting. */
.ggl-current-range-note{padding:0!important;margin:0!important}
.ggl-current-range-note .wrap{padding-top:18px!important;padding-bottom:0!important}
.ggl-current-range-note__inner{
  display:flex;
  align-items:center;
  gap:16px 24px;
  padding:14px 18px;
  border:1px solid rgba(121,211,77,.2);
  border-radius:14px;
  background:rgba(10,29,20,.62);
}
.ggl-current-range-note__inner strong{color:#f5f9f3;white-space:nowrap}
.ggl-current-range-note__inner p{margin:0;color:#b7c2ba;line-height:1.45;font-size:.92rem;flex:1}
.ggl-current-range-note__inner a{color:#96e367;text-decoration:none;font-weight:750;white-space:nowrap}

/* Switch to the existing menu button before the right-aligned nav gets crowded. */
@media(max-width:1180px){
  /* Header grid/menu mobile rules superseded, see note above. */
  .ggl-current-range-note__inner{align-items:flex-start;flex-direction:column;gap:7px}
  .ggl-current-range-note__inner strong,.ggl-current-range-note__inner a{white-space:normal}
}
