/* Public/logged-out premium orange header only. */
@media (min-width:1351px){
  .ds24-public .site-header{
    color:#fff!important;
    background:linear-gradient(110deg,#ff7300 0%,#ff6200 52%,#ff4b26 100%)!important;
    box-shadow:0 7px 20px rgba(183,58,4,.2)!important;
  }
  .ds24-public .header-inner{
    display:grid!important;
    grid-template-columns:210px minmax(0,1fr) auto!important;
    width:100%!important;
    max-width:1920px!important;
    min-height:86px!important;
    padding:8px 40px!important;
    column-gap:16px!important;
    align-items:center!important;
  }
  .ds24-public .dp-brand{grid-column:1!important;width:180px!important;height:60px!important}
  .ds24-public .menu-toggle{display:none!important}
  .ds24-public .nav-links{
    grid-column:2!important;
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    gap:2px!important;
    min-width:0!important;
    margin:0!important;
  }
  .ds24-public .nav-links a{
    order:2!important;
    padding:11px 9px!important;
    border-radius:12px!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:850!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    text-shadow:0 1px 2px rgba(105,32,0,.25)!important;
  }
  .ds24-public .nav-links a[href='/index.php']{order:1!important}
  .ds24-public .nav-links a:hover,.ds24-public .nav-links a.active{
    color:#fff!important;
    background:linear-gradient(145deg,#168fd7,#0758ca)!important;
    box-shadow:inset 1px 1px 2px rgba(255,255,255,.3),0 7px 13px rgba(0,61,147,.26)!important;
  }
  .ds24-public .header-right{grid-column:3!important;display:flex!important;align-items:center!important;gap:8px!important;margin:0!important}
  .ds24-public .header-account-actions{display:flex!important;align-items:center!important;gap:8px!important}
  .ds24-public .dp-languages{display:flex!important;width:auto!important;height:44px!important;padding:3px!important;gap:2px!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:12px!important;background:rgba(255,255,255,.95)!important;box-shadow:0 7px 14px rgba(128,39,0,.2)!important}
  .ds24-public .dp-languages a{display:grid!important;width:auto!important;min-width:34px!important;height:36px!important;padding:0 6px!important;color:#3d2b23!important;background:transparent!important;font-size:11px!important;box-shadow:none!important}
  .ds24-public .dp-languages a.active{color:#fff!important;background:linear-gradient(145deg,#126fdc,#064bb9)!important;border-radius:9px!important}
  .ds24-public .header-account-actions>a{
    min-height:46px!important;
    padding:0 16px!important;
    border:1px solid rgba(255,255,255,.72)!important;
    border-radius:14px!important;
    color:#064b83!important;
    background:linear-gradient(145deg,#fff,#eaf6ff)!important;
    box-shadow:inset 2px 2px 3px #fff,inset -3px -3px 7px #c9dce8,0 7px 14px rgba(128,39,0,.2)!important;
    font-size:13px!important;
    font-weight:850!important;
    white-space:nowrap!important;
  }
  .ds24-public .header-account-actions>a:hover{color:#0746a3!important;background:#fff!important;transform:translateY(-2px)!important}
}

@media (max-width:1350px){
  .ds24-public .site-header{background:linear-gradient(110deg,#ff7300,#ff4b26)!important}
  .ds24-public .menu-toggle{color:#fff!important;border-color:rgba(255,255,255,.55)!important;background:rgba(255,255,255,.15)!important}
  .ds24-public .nav-links.open{background:linear-gradient(145deg,#ff7000,#f0442f)!important;border-color:rgba(255,255,255,.4)!important}
  .ds24-public .nav-links.open a{color:#fff!important}
}
