/* DVOJKA FIX38 — pokojná spoločná hlavička a prirodzené sezónne detaily TV stránok. */
html.page-infopanel .brand img,
html.page-canteen .brand img,
html.page-weather .brand img{height:9.2vh;max-width:10vw;object-fit:contain}
html.page-infopanel .brand b,
html.page-canteen .brand b,
html.page-weather .brand b{
  margin-left:1vw;
  background:none!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:2.08vw;
  font-weight:800;
  letter-spacing:.075em;
  line-height:1.05;
  text-shadow:0 2px 14px rgba(0,20,30,.25);
}
html.page-infopanel .brand b:after,
html.page-canteen .brand b:after,
html.page-weather .brand b:after{content:"";display:block;width:4.1vw;height:.32vh;margin-top:.7vh;border-radius:1vh;background:#55d2cc}
html.page-canteen .heading h1{color:#fff;text-shadow:0 2px 14px rgba(0,20,30,.22)}
html.page-canteen .heading .week-context{display:inline-block;margin:0 .62vw 0 0;padding:.32vh .7vw;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(0,25,35,.28);color:#8fe4df;font-size:.78vw;font-weight:900;letter-spacing:.12em;text-transform:uppercase;vertical-align:middle}
html.page-canteen .heading #weekLabel{display:inline-block;color:#fff3c4;font-size:1.34vw;font-weight:900;letter-spacing:.025em;text-shadow:0 2px 12px rgba(0,0,0,.22);vertical-align:middle}
html.page-infopanel .event-list.count-1{grid-template-columns:minmax(0,58%);justify-content:center}
html.page-infopanel .event-list.count-2{grid-template-columns:repeat(2,minmax(0,45%));justify-content:center}
html.page-infopanel .today-list.count-1{grid-template-columns:minmax(0,72%);justify-content:center}
html.page-infopanel .today-list.count-2{grid-template-columns:repeat(2,minmax(0,46%));justify-content:center}
html.page-infopanel .event b{font-size:1.38vw;line-height:1.18}
html.page-infopanel .event span{font-size:1.02vw;line-height:1.32}
html.page-infopanel .today-row{font-size:1.42vw;line-height:1.28}

.tv-season-decor{position:fixed;z-index:0;width:12vw;height:12vw;pointer-events:none;opacity:.2}
.tv-season-decor.left{left:-1.4vw;bottom:-2.8vw;transform:rotate(-9deg)}
.tv-season-decor.right{right:-1vw;top:15vh;transform:scaleX(-1) rotate(-12deg);opacity:.14}
.wrap{z-index:1}
html.theme-autumn .tv-season-decor,body.theme-autumn .tv-season-decor{width:15vw;height:13vw;opacity:.3}
html.theme-autumn .tv-season-decor.left,body.theme-autumn .tv-season-decor.left{left:-1.1vw;bottom:-2.2vw}
html.theme-autumn .tv-season-decor.right,body.theme-autumn .tv-season-decor.right{right:-1.3vw;top:13.8vh;opacity:.22}
html.theme-winter .tv-season-decor,body.theme-winter .tv-season-decor{opacity:.17}
html.theme-spring .tv-season-decor,body.theme-spring .tv-season-decor{opacity:.16}
html.theme-summer .tv-season-decor,body.theme-summer .tv-season-decor{opacity:.13}
html.theme-christmas .tv-season-decor,body.theme-christmas .tv-season-decor{opacity:.18}

/* Staršie webOS nesmie dostať filter ani animáciu; obrázky ostávajú statické. */
.tv-legacy .tv-season-decor{opacity:.13}
.tv-legacy.theme-autumn .tv-season-decor{opacity:.24}

@media(max-aspect-ratio:4/3){.tv-season-decor{width:10vw;height:10vw}}
