.recipe .step-number {
    /* background: linear-gradient(135deg, #c4731e 0%, #e59847 100%);
    border: 2px solid #f6b26b;
    text-shadow: 1px 1px 2px #8f5400; */
    /* color: #f6b26b; */
}

/* Keep the ingredients list as a single column at all widths */
.recipe-content .content-grid {
    grid-template-columns: 1fr;
}