
/* Bid2Stay Release 16.0 shared public shell */
.b2s-global-header{position:sticky;top:0;z-index:80;background:#fff;border-bottom:1px solid rgba(8,35,63,.11);font-family:'Nunito',Arial,sans-serif}
.b2s-global-header-inner{max-width:1440px;min-height:78px;margin:0 auto;padding:0 4vw;display:flex;align-items:center;gap:25px}
.b2s-global-brand{display:flex;align-items:center;flex:0 0 auto}
.b2s-global-brand img{display:block;width:148px;height:58px;object-fit:contain}
.b2s-global-menu{display:none;margin-left:auto;border:1px solid #d9e0e6;background:#fff;color:#08233f;border-radius:9px;width:43px;height:43px;font-size:22px;cursor:pointer}
.b2s-global-nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-left:auto}
.b2s-global-nav a{color:#1e3448;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap}
.b2s-global-nav a:hover{color:#a97823}
.b2s-global-actions{display:flex;align-items:center;gap:8px;margin-left:8px}
.b2s-global-login,.b2s-global-signup{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:11px 15px;text-decoration:none;font-size:12px;font-weight:900}
.b2s-global-login{color:#08233f;border:1px solid #d8e0e6;background:#fff}
.b2s-global-signup{color:#08233f;background:#e6b452}
@media(max-width:1120px){
 .b2s-global-header-inner{min-height:70px;padding:0 18px;flex-wrap:wrap}
 .b2s-global-brand img{width:132px;height:52px}
 .b2s-global-menu{display:block}
 .b2s-global-nav{display:none;order:4;width:100%;margin:0;padding:8px 0 17px;align-items:stretch;flex-direction:column;gap:0}
 .b2s-global-nav[data-open="true"]{display:flex}
 .b2s-global-nav a{padding:12px;border-bottom:1px solid #eef1f3}
 .b2s-global-actions{margin-left:0}
}
@media(max-width:600px){
 .b2s-global-actions .b2s-global-login{display:none}
 .b2s-global-signup{padding:10px 12px}
}
