.patfeast-recipe {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
}

.patfeast-title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.patfeast-rating {
    margin-bottom: 15px;
    color: #ff7a00;
}

.patfeast-stars {
    font-size: 20px;
}

.patfeast-meta-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.meta-card {
    background: #fff4eb;
    border-left: 4px solid #ff7a00;
    padding: 12px;
    border-radius: 6px;
}

.meta-card strong {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #ff7a00;
}

.patfeast-hero img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
}

.patfeast-grid {
    display: grid;
    gap: 40px;
}

@media (min-width: 768px) {
    .patfeast-grid {
        grid-template-columns: 1fr 1.5fr;
    }
}

.patfeast-ingredients h2,
.patfeast-instructions h2 {
    border-bottom: 2px solid #ff7a00;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.patfeast-ingredients ul,
.patfeast-instructions ol {
    padding-left: 20px;
}

.ingredient-group-title {
    margin-top: 15px;
    font-weight: bold;
    color: #ff7a00;
}
