/* HNJ externalized render CSS */
/* Rejtett állapot: a mobil menü soha nem folyhat ki nyers tartalomként. */
body.hnj-unified-shell-01356 .hnj-menu-toggle{
  display:none!important;align-items:center;justify-content:center;flex-direction:column;gap:4px;
  flex:0 0 auto;width:42px;height:42px;margin:0;padding:0;border:1px solid #d7e5e8;border-radius:13px;
  background:#fff;color:#073f49;box-shadow:0 6px 18px rgba(15,23,42,.08);cursor:pointer;
}
body.hnj-unified-shell-01356 .hnj-menu-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:#073f49}
body.hnj-unified-shell-01356 .hnj-mobile-menu{
  display:none!important;position:fixed;inset:0;z-index:100000;background:rgba(2,18,29,.66);backdrop-filter:blur(4px)
}
body.hnj-unified-shell-01356 .hnj-mobile-menu.open{display:flex!important}
body.hnj-unified-shell-01356 .hnj-mobile-menu-inner{
  width:min(88vw,360px);height:100%;padding:18px;background:#fff;box-shadow:24px 0 70px rgba(2,18,29,.3);overflow:auto
}
body.hnj-unified-shell-01356 .hnj-mobile-menu-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid #e1eaed}
body.hnj-unified-shell-01356 .hnj-mobile-menu-logo{display:flex;align-items:center;min-width:0}
body.hnj-unified-shell-01356 .hnj-mobile-menu-logo .hnj-site-logo-img{display:block;width:auto;height:42px;max-width:220px;object-fit:contain}
body.hnj-unified-shell-01356 .hnj-mobile-close{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;padding:0;border:1px solid #d7e5e8;border-radius:13px;background:#f7fbfb;color:#073f49;font-size:28px;line-height:1;cursor:pointer}
body.hnj-unified-shell-01356 .hnj-mobile-menu nav{display:grid!important;margin-top:10px!important}
body.hnj-unified-shell-01356 .hnj-mobile-menu nav a{
  display:flex!important;align-items:center;min-height:48px;padding:11px 8px;border:0;border-bottom:1px solid #e8eff1;
  color:#173a43!important;background:transparent!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;text-decoration:none!important
}
body.hnj-unified-shell-01356 .hnj-mobile-menu nav a:hover{color:#0e7775!important;background:#f4fbfa!important}
body.hnj-unified-shell-01356 .hnj-mobile-menu nav .hnj-mobile-account{margin-top:12px;justify-content:center;border:0;border-radius:13px;background:#0e7775!important;color:#fff!important}
body.hnj-menu-open{overflow:hidden!important}

@media(max-width:980px){
  body.hnj-unified-shell-01356 .hnj-menu-toggle{display:inline-flex!important}
  body.hnj-unified-shell-01356 .hnj-site-actions{margin-left:auto!important}
}
@media(max-width:760px){
  body.hnj-unified-shell-01356 .hnj-site-back,
  body.hnj-unified-shell-01356 .hnj-site-login,
  body.hnj-unified-shell-01356 .hnj-site-cta{display:none!important}
  body.hnj-unified-shell-01356 .hnj-site-header-in{width:calc(100% - 24px)!important;min-height:62px!important;gap:10px!important;padding:8px 0!important}
  body.hnj-unified-shell-01356 .hnj-site-logo-img{width:auto!important;height:40px!important;max-width:210px!important;object-fit:contain!important}
}