/* v63: balanced French-toast teaser, printable keepsake, and Center pathway art. */
.recipe-teaser-story strong > span {
  display: block;
  white-space: nowrap;
}
.recipe-path-grid .center-card-visual {
  background-color: #f4f8fa;
  background-position: left 18px;
  background-repeat: no-repeat;
}
@media (max-width: 1180px) {
  .recipe-teaser-story strong > span { white-space: normal; }
}
@media (max-width: 780px) {
  .recipe-path-grid .center-card-visual { background-position: left 14px; }
}
@media print {
  .recipe-print-keepsake {
    display: grid !important;
    grid-template-columns: 52% 48% !important;
    gap: 9pt !important;
    min-height: 1.2in;
    align-items: center !important;
    margin: 8pt 0 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
  }
  .recipe-print-keepsake svg {
    align-self: center;
    width: 100% !important;
    max-height: 1.08in !important;
  }
  .recipe-print-keepsake figcaption {
    align-self: center;
    gap: 4pt !important;
    padding: 0 2pt 0 3pt !important;
  }
  .recipe-print-keepsake strong {
    font-size: 12.5pt !important;
    line-height: 1.05 !important;
    white-space: nowrap;
  }
}
