body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff6e8;
    color: #111827;
}

.top-strip {
    height: 6px;
    background: #302e3f;
}

.app-header {
    box-shadow: 0 1px 4px rgba(90, 64, 31, 0.16);
}

.logo-mark {
    width: 50px;
    height: 50px;
    background: #ff5a16;
}

.logo-symbol {
    line-height: 1;
    font-size: 17px;
}

.header-icon {
    color: #4b5563;
    font-size: 18px;
    line-height: 1;
}

.avatar {
    width: 32px;
    height: 32px;
    color: #f7c28f;
    background: #151515;
    border: 2px solid #f59b3a;
    font-size: 14px;
}

.main-area {
    min-height: calc(100vh - 70px);
}

.recipe-shell {
    /* max-width: 922px; */
    min-height: 564px;
    background: #ffffff;
}

.image-column {
    background: #e5d2b5;
}

.recipe-image {
    height: 564px;
    object-fit: cover;
    display: block;
}

.rating-pill {
    top: 18px;
    left: 20px;
    color: #1f2937;
    font-size: 12px;
}

.rating-pill i {
    color: #ffc400;
}

.star-icon {
    color: #ffc400;
    font-size: 13px;
    line-height: 1;
}

.stats-box {
    left: 19px;
    right: 18px;
    bottom: 18px;
    padding: 16px 14px 10px;
}

.stat-icon {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.prep-icon {
    color: #ff650f;
}

.cook-icon {
    color: #ff3048;
}

.servings-icon {
    color: #2d7cff;
}

.content-column {
    min-height: 564px;
}

.recipe-content {
    position: relative;
    padding: 30px 44px 22px 30px;
}

.difficulty-badge {
    color: #107936;
    background: #d8f8e4;
    font-size: 10px;
    padding: 6px 11px;
}

.category-badge {
    color: #2364d8;
    background: #dceaff;
    font-size: 10px;
    padding: 6px 11px;
}

.action-btn {
    width: 37px;
    height: 37px;
    color: #ff5a16;
    background: #ffead0;
}

.action-buttons {
    top: 56px;
    right: 44px;
}

.action-btn:hover {
    color: #ff5a16;
    background: #ffd9ab;
}

.recipe-title {
    font-size: 29px;
    line-height: 1.15;
}

.recipe-description {
    font-size: 13px;
}

.recipe-tabs {
    gap: 16px;
}

.recipe-tab {
    color: #697386;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding: 9px 11px 11px;
    font-size: 12px;
    font-weight: 700;
}

.recipe-tab:hover {
    color: #ff5a16;
}

.recipe-tab.active {
    color: #ff5a16 !important;
    background: transparent !important;
    border-bottom-color: #ff5a16;
}

.details-panel {
    height: 264px;
    overflow-y: auto;
    background: #fff8ee;
}

.details-panel::-webkit-scrollbar {
    width: 9px;
}

.details-panel::-webkit-scrollbar-track {
    background: transparent;
}

.details-panel::-webkit-scrollbar-thumb {
    background: #ffcbbb;
    border-radius: 999px;
}

.recipe-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
}

.recipe-list span {
    width: 18px;
    height: 18px;
    display: flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff650f;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
}

.recipe-list p {
    margin: 0;
    color: #374151;
    font-size: 12px;
}

.try-btn {
    min-width: 158px;
    height: 50px;
    padding: 0 18px;
    background: #ff3131;
    border-color: #ff3131;
    font-size: 16px;
    transition: 0.2s;
        border-top:1px solid gray ;

}

.try-btn:hover {
    background: #e92a2a;
    border-color: #e92a2a;
    transform: scale(1.05);
}

.fake-page-scroll {
    position: absolute;
    top: 8px;
    right: 4px;
    bottom: 8px;
    width: 8px;
    z-index: 5;
    color: #ffcbbb;
    font-size: 10px;
}

.fake-scroll-thumb {
    width: 8px;
    height: 520px;
    background: #ffcbbb;
    border-radius: 999px;
}
.time-warning{
    display: flex;
    align-items: center;
    gap: 14px;

    background: #fff5f5;
    border-left: 4px solid #ff3b30;
    border-radius: 12px;

    padding: 18px 20px;
    margin-top: 20px;
}

.time-warning i{
    color: #ff3b30;
    font-size: 24px;
}

.time-warning h5{
    margin: 0;
    color: #d71920;
    font-size: 18px;
    font-weight: 700;
}

.time-warning p{
    margin: 4px 0 0;
    color: #ff3b30;
    font-size: 10px;
}
@media (min-width: 768px) {
    .image-column {
        flex: 0 0 40.2%;
        max-width: 40.2%;
    }

    .content-column {
        flex: 0 0 59.8%;
        max-width: 59.8%;
    }
}

@media (max-width: 767.98px) {
    .recipe-shell {
        min-height: auto;
    }

    .recipe-image {
        height: 420px;
    }

    .content-column {
        min-height: auto;
    }

    .recipe-content {
        padding: 26px;
    }
}

@media (max-width: 575.98px) {
    .app-header {
        height: auto;
        padding: 12px 0;
    }

    .recipe-image {
        height: 360px;
    }

    .stats-box {
        position: static !important;
        margin: -76px 18px 18px;
        transform: translateY(0);
    }

    .recipe-content {
        padding: 22px 18px;
    }

    .recipe-tabs {
        gap: 4px;
    }

    .recipe-tab {
        font-size: 11px;
        padding-left: 7px;
        padding-right: 7px;
    }
}
