/* v145 gallery fixes (desktop only) */
@media(min-width:901px){
/* v144: the frame border must not cross the collapse tab */
#tpl-preview .kt-gal.kt-hidden .kt-rail-shell{position:relative!important;z-index:120!important;overflow:visible!important}#tpl-preview .kt-gal.kt-hidden .kt-stage{position:relative!important;z-index:1!important}#tpl-preview .kt-gal.kt-hidden .kt-hide{z-index:130!important;background:#141414!important;border-left-color:transparent!important;box-shadow:none!important}

/* v145: smooth, tidy expand animation */
#tpl-preview .kt-gal{transition:grid-template-columns .78s cubic-bezier(.16,1,.3,1),gap .78s cubic-bezier(.16,1,.3,1),padding .78s cubic-bezier(.16,1,.3,1),margin-top .78s cubic-bezier(.16,1,.3,1),transform .78s cubic-bezier(.16,1,.3,1)!important;will-change:margin-top}
#tpl-preview .kt-stage .kt-preview,#tpl-preview .kt-gal.kt-hidden .kt-preview{transition:height .78s cubic-bezier(.16,1,.3,1),border-radius .55s ease!important}

/* v145: when the sidebar is hidden the frame also grows upward */
#tpl-preview .kt-gal.kt-hidden .kt-preview:not(.kt-window-full),html.kuda-detail-v96 #tpl-preview #kt-gal.kt-hidden .kt-preview:not(.kt-window-full){height:calc(100vh - var(--kuda-hdr,121px) - 35px + var(--kuda-lift,0px))!important}
/* fullscreen must not inherit the shift */
html body #tpl-preview:has(.kt-preview.kt-window-full) .kt-gal.kt-hidden,html.kuda-detail-v96 body #tpl-preview:has(.kt-preview.kt-window-full) #kt-gal.kt-gal.kt-hidden{margin-top:0!important}

/* v145: hide the "PC recommended" note while the sidebar is hidden */
#tpl-preview .kt-pc-note-tpl{transition:opacity .35s ease}
#tpl-preview .ContainerMain-sc-1mvvby3-0:has(.kt-gal.kt-hidden) .kt-pc-note-tpl,#tpl-preview div:has(>.kt-gal.kt-hidden) .kt-pc-note-tpl{opacity:0!important;pointer-events:none!important}
}
