.media-recepie-view {
    background-color: var(--violet-lightest);
    padding: 15px 0px;
}

.recepie-img {
    height: 495px;
}

.recepie-img img {
    border-radius: 12px;
}

.media-heading h1 {
    font-size: 48px;

    color: var(--violet-heading);
    font-family: var(--font-semibold);
    font-weight: 600;
}

@media (max-width: 1000px) {
    .media-heading h1 {
        font-size: var(--fs-nl);
    }
}

.recipie-ingredients {
    padding: 32px 0px;
    border-radius: 12px;
}

.recipie-ingredients h3 {
    padding: 0px 28px;
}

.recipie-ingredients li {
    margin-bottom: 15px;
    color: #4f4f4f;
}

.recipie-ingredients ul {
    padding: 0px 0px 0px 48px;
}

.recepie-instructions {
    padding: 24px 0px;
    border-radius: 12px;
}

.recepie-instructions li {
    margin: 25px 0px;
    color: #4f4f4f;
}

.recepie-instructions ul {
    margin: 0px;
    /* padding: 0px; */
    padding: 0px 68px;
}

.recepie-instructions h3 {
    padding: 0px 48px;
}

.recipie-ingredients h3,
.recepie-instructions h3 {
    color: var(--violet-heading);
}

.recepie-instructions p {
    padding: 0px 45px;
}

.recipie-ingredients p {
    padding: 0px 30px;
}

.leave-a-comment {
    background-color: white;
    padding: 32px 32px;
}

.recepie-form-img {
    height: 538px;
    padding: 10px;
}

.custom-field,
.custom-text-area {
    width: 100%;
    margin-top: 20px;
    border-radius: 16.3px;
    border: 1px solid #808080;
    padding: 15px 25px;
}

small {
    /* margin-bottom: 20px !important; */
    /* margin: 0px !important; */
}

.custom-text-area {
    height: 147px;
}

.leave-a-comment button {
    color: white;
    border: none;
    background-color: var(--violet-darkest);
    font-family: var(--font-bold);
    font-weight: 700;
    width: 100%;
    padding: 16px 0px;
    border-radius: 12px;
}

.recipie-ingredients ul {
    width: 75%;
}

@media (max-width: 700px) {
    .recipie-ingredients ul {
        width: 100%;
    }
    .recipie-ingredients {
        padding: 32px 18px !important ;
    }
    .recepie-instructions {
        padding: 32px 18px !important ;
    }
}

@media (max-width: 600px) {
    .recepie-instructions ul {
        margin: 0px;
        /* padding: 0px; */
        padding: 0px 0px 20px 38px;
    }
}
