﻿body {
    .custom-cook-modal .modal-content

{
    border-radius: 1.25rem;
    border: 3px solid #ffa500;
    box-shadow: 0 0.5rem 2rem rgba(255,165,0,0.16), 0 1.5rem 4rem rgba(80,80,80,0.07);
    overflow: hidden;
}

.custom-cook-modal .modal-header {
    background: linear-gradient(90deg, #ffa500 0%, #ffcf66 100%);
}

.cook-step-row.text-decoration-line-through,
.ingredient-row.text-decoration-line-through {
    text-decoration: line-through;
    opacity: 0.7;
}

.cook-step-row:hover,
.ingredient-row:hover {
    background-color: #ffe4b2 !important;
}

.step-check-icon,
.ingredient-check-icon {
    font-size: 1.2em;
}

.modal-title {
    color: #783700;
    font-weight: 700;
    letter-spacing: 0.01em;
}

#startCookingBtn {
    background: linear-gradient(90deg, #ffa500 0%, #ffcf66 100%);
    border: none;
    color: #783700;
    font-weight: 600;
}

    #startCookingBtn:hover {
        background: #ff9900;
        color: #fff;
    }

.step-num {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 1.2em;
    color: #ffa500;
    font-family: 'Roboto', Arial, sans-serif;
    padding-top: 2px;
}

.cook-step-text {
    vertical-align: top;
    font-size: 1em;
}

.modal-section-title {
    font-size: 1.01em;
    font-weight: 400;
    margin-bottom: 0.2em;
}

.modal-section-help {
    font-size: 0.92em;
    font-weight: 400;
    color: #888;
    margin-bottom: 0.5em;
    margin-top: -0.25em;
}
}
