/* Auth and consultation have a form and artwork, never a wizard sidebar. */
.ui-v7.hz.iv-cinema .hz-workspace.hz-workspace-auth:not(.hz-workspace-start){
  grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
  max-width:1100px;
  gap:48px;
  align-items:start;
}
.ui-v7.hz.iv-cinema .hz-workspace-auth:not(.hz-workspace-start)>.hz-step-card{width:100%;min-width:0}
.ui-v7.hz.iv-cinema .hz-workspace-auth:not(.hz-workspace-start)>.hz-auth-art{min-width:0;position:sticky;top:120px;padding:40px 16px}
@media(max-width:1050px){
  .ui-v7.hz.iv-cinema .hz-workspace.hz-workspace-auth:not(.hz-workspace-start){display:flex;flex-direction:column;max-width:680px;gap:0;margin-inline:auto}
  .ui-v7.hz.iv-cinema .hz-workspace-auth:not(.hz-workspace-start)>.hz-auth-art{display:none}
}
