/* Premium Mockup V12 — exact header spacing/alignment fixes */
@media (min-width:851px){
  /* More breathing room around the horizontal divider between header rows. */
  .fv-site-header .fv-nav-main{
    min-height:82px!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
    align-items:center!important;
  }
  .fv-site-header .fv-category-nav{
    min-height:64px!important;
    padding-top:11px!important;
    padding-bottom:9px!important;
    align-items:center!important;
    border-top:1px solid #e9eef6!important;
  }

  /* Account button: true horizontal and vertical centering. */
  .fv-site-header .fv-account-menu{
    height:50px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
  }
  .fv-site-header .fv-account-menu>summary{
    width:136px!important;
    min-width:136px!important;
    height:50px!important;
    padding:0 18px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1!important;
    border-radius:11px!important;
    font-size:12.5px!important;
    font-weight:800!important;
    box-sizing:border-box!important;
  }

  /* Primary CTA: same height as Account, with enough width/padding for full text. */
  .fv-site-header .fv-join{
    width:auto!important;
    min-width:176px!important;
    height:50px!important;
    min-height:50px!important;
    padding:0 20px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    line-height:1!important;
    border-radius:11px!important;
    font-size:12.5px!important;
    font-weight:800!important;
    white-space:nowrap!important;
    box-sizing:border-box!important;
    flex:0 0 auto!important;
  }
  .fv-site-header .fv-nav-actions{
    align-items:center!important;
    gap:12px!important;
  }
}

@media (min-width:851px) and (max-width:1220px){
  .fv-site-header .fv-account-menu>summary{
    width:124px!important;
    min-width:124px!important;
  }
  .fv-site-header .fv-join{
    min-width:164px!important;
    padding-left:16px!important;
    padding-right:16px!important;
    font-size:12px!important;
  }
}
