.recipe-detail {
    max-width: 700px;
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.recipe-detail h2 {
    text-align: center;
    margin-bottom: 15px;
}

.recipe-detail img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 400px;
    border-radius: 6px;
}

.recipe-detail p {
    font-size: 16px;
    margin: 5px 0 15px;
}

.recipe-detail h3 {
    margin-top: 20px;
    color: #333;
}

.recipe-detail ul,
.recipe-detail ol {
    margin: 10px 0 20px 20px;
}
