/* Final header layout override. Keep this stylesheet last in <head>. */
.site-header .header-inner{
  width:100%!important;
  max-width:1920px!important;
  min-width:0!important;
  padding-inline:clamp(14px,2vw,34px)!important;
  gap:clamp(8px,1vw,18px)!important;
}
.site-header .dp-brand{flex:0 0 190px!important;width:190px!important}
.site-header .nav-links{min-width:0!important;gap:2px!important;margin-left:auto!important}
.site-header .nav-links a{
  flex:0 0 auto!important;
  padding:10px 7px!important;
  font-size:12px!important;
  line-height:1.2!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.site-header .header-right{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:6px!important;
  margin-left:0!important;
}
.site-header .header-right .btn,
.site-header .header-right .wallet-chip{
  min-height:44px!important;
  padding:10px 12px!important;
  font-size:13px!important;
  white-space:nowrap!important;
}
.site-header .dp-languages{flex:0 0 auto!important;white-space:nowrap!important}

@media (min-width:1351px) and (max-width:1650px){
  .site-header .header-inner{align-items:center!important;flex-wrap:wrap!important;padding-block:8px!important}
  .site-header .dp-brand{flex-basis:175px!important;width:175px!important}
  .site-header .nav-links{flex:1 1 calc(100% - 195px)!important;justify-content:flex-end!important}
  .site-header .header-right{width:100%!important;justify-content:flex-end!important}
}

@media (max-width:1350px){
  .site-header{z-index:2147483000!important;overflow:visible!important}
  .site-header .header-inner{position:relative!important;overflow:visible!important;flex-wrap:nowrap!important}
  .site-header .dp-brand{flex:0 1 190px!important;width:min(190px,55vw)!important}
  .site-header .menu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:2147483002!important;margin-left:auto!important;pointer-events:auto!important}
  .site-header .nav-links{display:none!important;position:absolute!important;left:12px!important;right:12px!important;top:calc(100% + 8px)!important;z-index:2147483001!important;max-height:calc(100vh - 145px)!important;overflow:auto!important;flex-direction:column!important;align-items:stretch!important;padding:12px 12px 24px!important;border:1px solid #dce5f1!important;border-radius:16px!important;background:#fff!important;box-shadow:0 18px 45px rgba(13,42,82,.25)!important;pointer-events:auto!important}
  .site-header .nav-links.open{display:flex!important}
  .site-header .nav-links a{display:block!important;width:100%!important;min-height:44px!important;padding:12px 14px!important;font-size:14px!important;text-align:left!important;white-space:normal!important;pointer-events:auto!important}
  .site-header .header-right{margin-left:0!important;max-width:none!important;overflow:visible!important;flex-wrap:nowrap!important}
  .site-header .dp-languages{display:none!important}
  .mobile-bottom{z-index:1000!important}
}

@media (max-width:720px){
  .site-header .header-right .wallet-chip,
  .site-header .header-right .btn-light,
  .site-header .header-right .btn-login,
  .site-header .header-right .icon-btn{display:none!important}
}
