/* Candidate 156-R5.26.1 — Live No-Ellipsis Release Gate.
   Execution and recipe content in live renderers must wrap and remain fully readable. */
#procedure .pspProcStepSummary{
  height:auto!important;max-height:none!important;min-height:42px!important;
  align-items:start!important;overflow:visible!important;
}
#procedure .pspProcStepMain,
#procedure .pspProcStepTitle,
#procedure .pspProcStepBrief{
  display:block!important;min-width:0!important;width:auto!important;
  height:auto!important;max-height:none!important;
  white-space:normal!important;overflow:visible!important;
  text-overflow:clip!important;overflow-wrap:anywhere!important;
  -webkit-line-clamp:unset!important;-webkit-box-orient:initial!important;
}
#procedure .pspProcStepBrief{margin-top:3px!important}
#procedure .pspProcChevron{align-self:start!important;margin-top:2px!important}

/* No ellipsis in live recipe/output documents. */
#procedure *,#kitchenRecipe *,#timeline *,#ovenGuidance *,#fullFormula *,#formula *,
#savedSnapshot *,#recipeComparison *,#pspV98AtGlanceCard *{
  text-overflow:clip!important;
}
#procedure [style*="line-clamp"],#kitchenRecipe [style*="line-clamp"],
#timeline [style*="line-clamp"],#ovenGuidance [style*="line-clamp"]{
  -webkit-line-clamp:unset!important;max-height:none!important;
}
@media(max-width:520px){
  #procedure .pspProcStepSummary{grid-template-columns:64px minmax(0,1fr) 18px!important;gap:7px!important}
  #procedure .pspProcStepTitle{font-size:15px!important;line-height:1.2!important}
  #procedure .pspProcStepBrief{font-size:12px!important;line-height:1.25!important}
}
