:root{--yg-brand-green:#087653;--yg-brand-dark:#16352b;--yg-brand-line:#d7e5de}
.yg-page-header{position:relative;z-index:1000;border-bottom:1px solid var(--yg-brand-line);background:#fff}
.yg-page-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1500px,calc(100% - 32px));min-height:76px;margin:auto}
.yg-page-brand{display:flex;align-items:center;gap:11px;color:var(--yg-brand-dark);text-decoration:none}
.yg-page-brand img{width:54px;height:54px;object-fit:contain}
.yg-page-brand strong{display:block;font-size:18px;line-height:1.1}
.yg-page-brand span{display:block;margin-top:4px;color:#6c7d75;font-size:11px}
.yg-page-nav{display:flex;align-items:center;gap:20px}
.yg-page-nav a{color:#43534b;font-size:12px;font-weight:850;text-decoration:none}
.yg-page-nav a:hover,.yg-page-nav a[aria-current="page"]{color:var(--yg-brand-green)}
.yg-header-brand{display:flex!important;flex:1;align-items:center;gap:10px;min-width:0}
.yg-header-brand img{flex:0 0 auto;width:48px;height:48px;object-fit:contain}
.yg-header-brand__text{min-width:0}
.yg-header-brand__text h1{margin:0}
.yg-sidebar-brand{display:flex;align-items:center;gap:9px;min-width:0;margin-bottom:9px;color:inherit;text-decoration:none}
.yg-sidebar-brand img{width:42px;height:42px;padding:3px;border-radius:50%;background:#fff;object-fit:contain}
.yg-sidebar-brand strong{min-width:0;font-size:14px!important;line-height:1.2;text-wrap:balance}
.yg-sidebar-brand:hover strong,.yg-sidebar-brand:focus-visible strong{text-decoration:underline}
.yg-language-switcher{display:inline-flex;align-items:center;gap:3px;margin-top:9px;padding:3px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:rgba(0,70,110,.18)}
.yg-language-switcher>span{display:none}
.yg-language-switcher button{min-width:35px;padding:5px 9px;border:0;border-radius:999px;background:transparent;color:#fff;font:800 10px/1 inherit;cursor:pointer}
.yg-language-switcher button:hover,.yg-language-switcher button:focus-visible{background:rgba(255,255,255,.2);outline:none}
.yg-language-switcher button.active{background:#fff;color:#0879a8;box-shadow:0 2px 8px rgba(0,0,0,.15)}
@media(max-width:760px){
  .yg-page-header__inner{min-height:64px}
  .yg-page-brand img{width:44px;height:44px}
  .yg-page-brand strong{font-size:15px}
  .yg-page-brand span{display:none}
  .yg-page-nav{gap:12px}
  .yg-page-nav a{font-size:10px}
  .yg-page-nav a:first-child{display:none}
}
@media(max-width:480px){
  .yg-page-header__inner{width:calc(100% - 20px);gap:10px}
  .yg-page-brand strong{font-size:13px}
  .yg-page-nav{gap:9px}
  .yg-page-nav a{font-size:9px}
}
