.sjwpp-panel{overflow:hidden!important;transition:height .42s cubic-bezier(.4,0,.2,1)!important;}
.sjwpp-panel.sjwflow-opening .sjwpp-k{animation:sjwflowIn .5s cubic-bezier(.2,.72,.3,1) both!important;animation-delay:calc(var(--sjwd,0)*70ms)!important;}
.sjwpp-panel.sjwflow-closing .sjwpp-k{animation:sjwflowOut .34s cubic-bezier(.4,0,.6,.35) both!important;animation-delay:calc(var(--sjwd,0)*60ms)!important;}
@keyframes sjwflowIn{from{opacity:0;transform:translateY(12px) scale(.97);}to{opacity:1;transform:none;}}
@keyframes sjwflowOut{from{opacity:1;transform:none;}to{opacity:0;transform:translateY(-10px) scale(.965);}}
@media (prefers-reduced-motion:reduce){
  .sjwpp-panel{transition:none!important;}
  .sjwpp-panel .sjwpp-k{animation:none!important;}
}
