@media print {
  /* --- Title: a touch more spacing --- */
  .gdf-title {
    font-size: 21pt !important;
    line-height: 1.2 !important;
    margin: 6pt 0 14pt !important;   /* more space below title */
  }

  /* --- Ingredients: remove leading indent/extra space --- */
  .ingridients-wrap,
  .ingredient-list,
  .airtable-ingredients { margin: 6pt 0 10pt !important; }

  .ingredient-items {
    padding-left: 0 !important;      /* kill UL default left pad */
    margin-left: 0 !important;
    columns: 1 !important;            /* 1 column = no page-gap holes */
    column-gap: 0 !important;
    list-style-position: outside !important;
  }
  .ingredient-items li {
    list-style: disc outside !important;
    margin: 0 0 4pt 16pt !important;  /* neat bullet indent */
    padding-left: 0 !important;
    break-inside: avoid;
  }
  .ingredient-checkbox { display: none !important; }
  .ingredient-label { display: inline !important; padding: 0 !important; margin: 0 !important; }

  /* --- Steps: remove chrome + collapse gaps --- */
  .preparation-directions .row,
  .direction-wrap-layout2 { margin: 0 !important; padding: 0 !important; }

  .prep-grid { display: block !important; gap: 0 !important; }
  .prep-card-wrap {
    margin: 0 0 8pt 0 !important;
    min-height: 0 !important;
    page-break-inside: avoid;
  }
  /* kill decorative bits that create empty space */
  .prep-check, .prep-step-dot,
  .prep-card::before, .prep-card::after,
  .prep-card-top::before, .prep-card-top::after { display: none !important; content: none !important; }

  .prep-card {
    border: 0 !important;
    padding: 0 !important;           /* remove big inner padding */
    background: none !important;
    box-shadow: none !important;
    min-height: 0 !important;
  }

  /* Put "Step X/6" on the same line as the text */
  .prep-card-top { display: inline !important; margin: 0 !important; padding: 0 !important; }
  .prep-step-pill { display: inline !important; font-weight: 700; margin-right: 6pt !important; }
  .prep-title { display: inline !important; font-size: 11pt !important; margin: 0 !important; color: #000 !important; }
}