/* HNJ externalized render CSS */
@media (max-width:760px){
  html,body{ -webkit-text-size-adjust:100%!important; text-size-adjust:100%!important; }
  body.single-horgaszviz{ background:#eef5f8!important; padding-bottom:20px!important; }
  body.single-horgaszviz .hnj-ftr,
  body.single-horgaszviz footer.hnj-ftr,
  body.single-horgaszviz .site-footer{display:none!important;}
  body.single-horgaszviz .hnj-layout,
  body.single-horgaszviz .hnj-main-content,
  body.single-horgaszviz .hnj-sidebar{gap:10px!important; margin-top:0!important; padding-bottom:18px!important;}
  body.single-horgaszviz .hnj-card,
  body.single-horgaszviz details.hnj-card,
  body.single-horgaszviz .hnj-mobile-deep,
  body.single-horgaszviz .hnj-mobile-folded,
  body.single-horgaszviz .hnj-weather-card,
  body.single-horgaszviz .hnj-weather-windtip,
  body.single-horgaszviz .hnj-ai-card,
  body.single-horgaszviz .hnj-live-card{
    margin:0 0 10px!important; padding:16px!important; min-height:0!important; height:auto!important;
    border-radius:18px!important; box-shadow:0 8px 22px rgba(15,23,42,.06)!important;
  }
  body.single-horgaszviz .hnj-hero,
  body.single-horgaszviz #hnj-adatlap-top{
    min-height:0!important; height:auto!important; padding-bottom:18px!important; margin-bottom:10px!important;
  }
  body.single-horgaszviz h1{font-size:28px!important;line-height:1.08!important;margin:0 0 8px!important;}
  body.single-horgaszviz h2{font-size:22px!important;line-height:1.18!important;margin:0 0 12px!important;}
  body.single-horgaszviz h3{font-size:18px!important;line-height:1.2!important;margin:0 0 10px!important;}
  body.single-horgaszviz p{font-size:15.5px!important;line-height:1.48!important;}
  body.single-horgaszviz .hnj-mobile-deep-summary,
  body.single-horgaszviz details.hnj-card>summary,
  body.single-horgaszviz summary.hnj-mobile-deep-summary{
    display:grid!important; grid-template-columns:1fr 38px!important; grid-template-areas:'title plus' 'sub plus'!important;
    align-items:center!important; gap:4px 10px!important; min-height:0!important; padding:14px!important; margin:0!important;
    border-radius:16px!important; background:#fff!important; list-style:none!important;
  }
  body.single-horgaszviz .hnj-mobile-deep-summary>span,
  body.single-horgaszviz details.hnj-card>summary>span{
    grid-area:title!important; display:block!important; font-size:22px!important; line-height:1.12!important; font-weight:900!important;
    white-space:normal!important; overflow-wrap:normal!important; word-break:normal!important; margin:0!important;
  }
  body.single-horgaszviz .hnj-mobile-deep-summary>em,
  body.single-horgaszviz details.hnj-card>summary>em{
    grid-area:sub!important; display:inline-flex!important; width:max-content!important; max-width:100%!important;
    font-size:13px!important; line-height:1!important; padding:7px 10px!important; margin:2px 0 0!important;
    border-radius:999px!important; white-space:nowrap!important;
  }
  body.single-horgaszviz .hnj-mobile-deep-summary:after,
  body.single-horgaszviz details.hnj-card>summary:after{
    grid-area:plus!important; width:38px!important; height:38px!important; line-height:38px!important; font-size:24px!important;
    margin:0!important; justify-self:end!important; align-self:center!important;
  }
  body.single-horgaszviz details[open]>.hnj-mobile-deep-summary:after,
  body.single-horgaszviz details[open]>summary:after{content:'−'!important;}
  body.single-horgaszviz .hnj-weather-grid,
  body.single-horgaszviz .hnj-weather-now-grid,
  body.single-horgaszviz .hnj-weather-cards,
  body.single-horgaszviz .hnj-metric-grid{
    display:grid!important; grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:8px!important;
    overflow:visible!important; transform:none!important; width:100%!important; max-width:100%!important;
  }
  body.single-horgaszviz .hnj-weather-grid>* ,
  body.single-horgaszviz .hnj-weather-now-grid>* ,
  body.single-horgaszviz .hnj-weather-cards>* ,
  body.single-horgaszviz .hnj-metric-grid>*{
    min-width:0!important; width:auto!important; max-width:100%!important; padding:10px!important; min-height:76px!important;
  }
  body.single-horgaszviz .hnj-weather-card{overflow:hidden!important;}
  body.single-horgaszviz .hnj-weather-card p{margin:8px 0!important;}
  body.single-horgaszviz details:not([open]){min-height:0!important; padding-bottom:0!important;}
  body.single-horgaszviz details:not([open])>*:not(summary){display:none!important;}
  body.single-horgaszviz details[open]>*:not(summary){margin-top:10px!important;}
}
@media (min-width:761px){
}