/* v88: uniformly ruled ingredient rows and better preparation rhythm. */
@media print{
 .recipe-card-aside>.recipe-ingredients{
  justify-content:stretch!important;
  padding-top:3pt!important;
 }
 .recipe-card-aside>.recipe-ingredients li{
  flex:1 1 0!important;
  justify-content:flex-start!important;
  align-items:center!important;
  min-height:0!important;
  padding:0 3pt!important;
 }
 .recipe-instructions{
  justify-content:flex-start!important;
  gap:16pt!important;
 }
 .recipe-step p{
  margin:0!important;
 }
 .recipe-step p+p{
  margin-top:6.5pt!important;
 }
 .texture-choice+p{
  margin-top:6.5pt!important;
 }
}
