/* v71: optional bread-texture guidance. */
.texture-choice {
  margin:0 0 28px;
  padding:20px 22px;
  border-left:4px solid #d8ad5d;
  background:#f7efdf;
  color:#173f4b;
}

/* Keep the supporting title clear of the Daddio's script flourish. */
.recipe-title .recipe-name,
.recipe-card-title .recipe-name,
.recipe-card h1 span,
.recipe-card h2 span { transform:translateX(8px); }
.recipe-card-aside h2 span:nth-child(2){transform:translateX(8px)!important}
.texture-choice strong,.texture-choice span { display:block; }
.texture-choice strong { font:700 18px/1.35 Georgia,"Times New Roman",serif; }
.texture-choice span { margin-top:8px;font-size:14px;line-height:1.6; }
@media print {
  .texture-choice { margin:0 0 8pt!important;padding:7pt 8pt!important;border-left:2pt solid #555!important;background:#fff!important;color:#111!important; }
  .texture-choice strong { font-size:10.5pt!important; }
  .texture-choice span { margin-top:3pt!important;font-size:8.8pt!important;line-height:1.25!important; }
}
