/* One public desktop header. Mobile and SERVY Studio are intentionally untouched. */
@media (min-width:768px){
  body:not(.page-studio) .app-header{
    position:relative!important;z-index:50!important;height:118px!important;border:0!important;
    background-color:#c9000b!important;background-image:linear-gradient(rgba(166,0,8,.08),rgba(166,0,8,.08)),url('brand/servy-header-bg.jpg')!important;
    background-position:center!important;background-size:100% 100%!important;background-repeat:no-repeat!important;color:#fff!important;box-shadow:none!important;backdrop-filter:none!important
  }
  body:not(.page-studio)::before{display:none!important}
  body:not(.page-studio) .app-header .header-inner{width:min(calc(100% - 156px),1240px)!important;max-width:none!important;height:58px!important;gap:30px!important;margin-inline:auto!important}
  body:not(.page-studio) .app-header .brand{flex:0 0 140px!important;width:140px!important;height:40px!important;overflow:hidden!important;background:url('brand/servy_logo_blanco.svg') center/140px 140px no-repeat!important}
  body:not(.page-studio) .app-header .brand-logo--header{opacity:0!important}
  body:not(.page-studio) .app-header .desktop-nav{display:flex!important;align-items:center!important;gap:7px!important}
  body:not(.page-studio) .app-header .desktop-nav a{order:initial!important;padding:9px 14px!important;border-radius:9px!important;background:transparent;color:#fff!important;font-size:12px!important;font-weight:750!important}
  body:not(.page-studio) .app-header .desktop-nav a.desktop-home-community{order:3!important}
  body:not(.page-studio) .app-header .desktop-nav a:nth-child(3){order:4!important}
  body:not(.page-studio) .app-header .desktop-nav a:hover,
  body:not(.page-studio) .app-header .desktop-nav a.is-active{background:rgba(255,255,255,.14)!important;color:#fff!important}
  body:not(.page-studio) .app-header .header-actions{margin-left:auto!important;gap:7px!important}
  body:not(.page-studio) .app-header .header-actions .icon-button,
  body:not(.page-studio) .app-header .header-actions .account-button{height:40px!important;color:#fff!important}
  body:not(.page-studio) .app-header .desktop-home-notifications{position:relative!important}
  body:not(.page-studio) .app-header .desktop-home-notifications span{position:absolute!important;top:0!important;right:0!important;display:grid!important;place-items:center!important;width:16px!important;height:16px!important;border:2px solid #d70000!important;border-radius:50%!important;background:#fff!important;color:#ed241c!important;font-size:8px!important;font-weight:900!important}
  body:not(.page-studio) .app-header .account-button::after{content:'\2304';font-size:12px}
  body:not(.page-studio) .unified-desktop-search{display:block!important;width:min(calc(100% - 156px),1240px)!important;height:60px;margin:0 auto!important;padding:0 0 12px!important}
  body:not(.page-studio) .unified-desktop-search .servy-home-search{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:48px!important;margin:0!important;padding:5px 7px 5px 18px!important;border:0!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 22px rgba(73,0,0,.12)!important}
  body:not(.page-studio) .unified-desktop-search .servy-home-search .icon{color:#ed241c!important}
  body:not(.page-studio) .unified-desktop-search .servy-home-search input{width:100%!important;height:36px!important;border:0!important;outline:0!important;background:transparent!important;color:#161616!important;font-size:14px!important}
  body:not(.page-studio) .unified-desktop-search .servy-home-search button{min-width:84px!important;min-height:36px!important;padding:0 18px!important;border:0!important;border-radius:9px!important;background:#f32620!important;color:#fff!important;font-size:12px!important;font-weight:800!important}
  body:not(.page-studio) main .servy-home-searchband{display:none!important}
}
@media (max-width:767px){
  .unified-desktop-search{display:none!important}
  body:not(.page-studio) .app-header .home-notifications{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  body:not(.page-studio) .app-header .home-notifications>span{
    position:absolute!important;
    top:0!important;
    right:-1px!important;
    display:grid!important;
    place-items:center!important;
    width:17px!important;
    min-width:17px!important;
    height:17px!important;
    padding:0!important;
    border:2px solid #d70000!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#ed241c!important;
    font-size:9px!important;
    font-weight:900!important;
    line-height:1!important;
    text-align:center!important;
    box-sizing:border-box!important;
  }
}
