@media screen and (max-width: 575px) {
    .list9-row {
        display: flex;
        flex-direction: column;
        width: calc(100%);
        gap: 10px;
    }

    .list9-header {
        width: 100%;
    }

    .list9-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
        color: darkslategrey;
    }

    .list9-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .list9-row-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap:10px;
    }

    .list9-row-item-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items:start;
        gap: 10px;
        border-bottom: 1px solid lightgray;   
        padding-top: 4px;  
        padding-bottom: 8px;  
    }

    .list9-kitchen-time {
        display: none;
    }

    .list9-kitchen-time-small{
        display: block;
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 9pt;
        color:lightslategrey;
        font-weight: normal !important;
    }

    .list9-row-item-right-link{
        text-decoration: none;
    }

    .list9-row-item-right-title {
        font-size: 13pt;
        font-weight: bold;
        color: black;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
    }

    .list9-row-item-right-box{
        display: block;
    }

    .list9-row-item-right-small-image{
        width: 100%;
        max-width: 241px;
        min-width: 120px;
        height: 135px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-top {
        width: calc(100%);
        max-height: fit-content;   
    }

    .list9-row-subitem-image{
        max-width: 600px;
        width: 100%;
        height: 250px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-link{
        text-decoration: none;
        color: inherit;
    }

    .list9-row-subitem-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 13pt !important;
        font-weight:bold !important;
    }

    .list9-row-subitem-bottom {
        width: 100%;
        max-height: fit-content;
    }

    .list9-row-subitem-bottom-pieces{
        display: flex;
        flex-direction: row;
        gap:10px;
    }

    .list9-row-subitem-small-image{
        width: 100%;
        max-width: 241px;
        min-width: 120px;
        height: 135px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-small-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 13pt !important;
        max-width: fit-content;
        font-weight:bold !important;
    }
}

@media screen and (min-width: 576px) {
    .list9-row {
        display: flex;
        flex-direction: column;
        width: calc(100%);
        min-width: 550px;
        gap: 10px;
    }

    .list9-header {
        min-width: 550px;
        width: 100%;
    }

    .list9-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
        color: darkslategrey;
    }

    .list9-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .list9-row-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap:10px;
    }

    .list9-row-item-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items:start;
        gap: 10px;
        border-bottom: 1px solid lightgray;   
        padding-top: 4px;  
        padding-bottom: 8px;  
    }

    .list9-kitchen-time {
        display: none;
    }

    .list9-kitchen-time-small{
        display: block;
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 9pt;
        color:lightslategrey;
        font-weight: normal !important;
    }

    .list9-row-item-right-link{
        text-decoration: none;
    }

    .list9-row-item-right-title {
        font-size: 13pt;
        font-weight: bold;
        color: black;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
    }

    .list9-row-item-right-box{
        display: block;
    }

    .list9-row-item-right-small-image{
        width: 241px;
        height: 150px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-top {
        width: calc(100%);
        max-height: fit-content;   
    }

    .list9-row-subitem-image{
        max-width: 600px;
        width: 100%;
        height: 300px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-link{
        text-decoration: none;
        color: inherit;
    }

    .list9-row-subitem-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 13pt !important;
        font-weight:bold !important;
    }

    .list9-row-subitem-bottom {
        width: 100%;
        max-height: fit-content;
    }

    .list9-row-subitem-bottom-pieces{
        display: flex;
        flex-direction: row;
        gap:10px;
    }

    .list9-row-subitem-small-image{
        width: 241px;
        height: 150px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-small-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 13pt !important;
        max-width: fit-content;
        font-weight:bold !important;
    }
}

@media screen and (min-width: 640px) {
    .list9-row {
        display: flex;
        flex-direction: row;
        width: calc(100%);
        min-width: 550px;
        justify-content:unset !important;
        align-items:unset !important;
        gap: 10px;
    }

    .list9-header {
        min-width: 550px;
        width: 100%;
    }

    .list9-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
        color: darkslategrey;
    }

    .list9-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .list9-row-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap:10px;
    }

    .list9-row-item-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid lightgray;   
        padding-top: 4px;  
        padding-bottom: 8px;  
    }

    .list9-kitchen-time {
        display: block !important;
        font-size: 9pt;
        color:lightslategrey;
        min-width: 50px;
        white-space:nowrap;
    }

    .list9-kitchen-time-small{
        display: none !important;
    }

    .list9-row-item-right-link{
        text-decoration: none;
    }

    .list9-row-item-right-title {
        font-size: 11pt;
        font-weight: 500;
        color: black;
        font-family: "Noto Sans SC", sans-serif !important;
    }

    .list9-row-item-right-box{
        display: none;
    }

    .list9-row-subitem-top {
        width: 241px;
        max-height: fit-content;   
    }

    .list9-row-subitem-image{
        max-width: 241px;
        width: 100%;
        height: 150px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-link{
        text-decoration: none;
        color: inherit;
    }

    .list9-row-subitem-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 11pt !important;
        font-weight:normal !important;
    }

    .list9-row-subitem-bottom {
        max-width: 241px;
        width: 100%;
        max-height: fit-content;
    }

    .list9-row-subitem-bottom-pieces{
        display: flex;
        flex-direction: row;
        gap:10px;
    }

    .list9-row-subitem-small-image{
        width: 104px;
        height: 77px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-small-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 11pt !important;
        max-width: fit-content;
        font-weight:normal !important;
    }
}

@media screen and (min-width: 768px) {
    .list9-row {
        display: flex;
        flex-direction: row;
        width: calc(100%);
        min-width: 550px;
        justify-content:unset !important;
        align-items:unset !important;
        gap: 10px;
    }

    .list9-header {
        min-width: 550px;
        width: 100%;
    }

    .list9-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
        color: darkslategrey;
    }

    .list9-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .list9-row-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap:10px;
    }

    .list9-row-item-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid lightgray;   
        padding-top: 4px;  
        padding-bottom: 8px;  
    }

    .list9-kitchen-time {
        display: block !important;
        font-size: 9pt;
        color:lightslategrey;
        min-width: 50px;
        white-space:nowrap;
    }

    .list9-kitchen-time-small{
        display: none !important;
    }

    .list9-row-item-right-link{
        text-decoration: none;
    }

    .list9-row-item-right-title {
        font-size: 11pt;
        font-weight: 500;
        color: black;
        font-family: "Noto Sans SC", sans-serif !important;
    }

    .list9-row-item-right-box{
        display: none;
    }

    .list9-row-subitem-top {
        width: 294px;
        max-height: fit-content;   
    }

    .list9-row-subitem-image{
        max-width: 294px;
        width: 100%;
        height: 183px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-link{
        text-decoration: none;
        color: inherit;
    }

    .list9-row-subitem-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 12pt !important;
        font-weight:normal !important;
    }

    .list9-row-subitem-bottom {
        max-width: 294px;
        width: 100%;
        max-height: fit-content;
    }

    .list9-row-subitem-bottom-pieces{
        display: flex;
        flex-direction: row;
        gap:10px;
    }

    .list9-row-subitem-small-image{
        width: 148px;
        height: 111px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-small-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 12pt !important;
        max-width: fit-content;
        font-weight:normal !important;

    }
}

@media screen and (min-width: 992px) {
    .list9-row {
        display: flex;
        flex-direction: row;
        width: calc(80%);
        min-width: 550px;
        justify-content:unset !important;
        align-items:unset !important;
        gap: 10px;
    }

    .list9-header {
        min-width: 550px;
        width: 100%;
    }

    .list9-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
        color: darkslategrey;
    }

    .list9-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .list9-row-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap:10px;
    }

    .list9-row-item-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid lightgray;   
        padding-top: 4px;  
        padding-bottom: 8px;  
    }

    .list9-kitchen-time {
        display: block !important;
        font-size: 9pt;
        color:lightslategrey;
        min-width: 50px;
        white-space:nowrap;
    }

    .list9-kitchen-time-small{
        display: none !important;
    }

    .list9-row-item-right-link{
        text-decoration: none;
    }

    .list9-row-item-right-title {
        font-size: 11pt;
        font-weight: 500;
        color: black;
        font-family: "Noto Sans SC", sans-serif !important;
    }

    .list9-row-item-right-box{
        display: none;
    }

    .list9-row-subitem-top {
        width: 345px;
        max-height: fit-content;   
    }

    .list9-row-subitem-image{
        max-width: 345px;
        width: 100%;
        height: 215px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-link{
        text-decoration: none;
        color: inherit;
    }

    .list9-row-subitem-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 12pt !important;
        font-weight:normal !important;
    }

    .list9-row-subitem-bottom {
        max-width: 345px;
        width: 100%;
        max-height: fit-content;
    }

    .list9-row-subitem-bottom-pieces{
        display: flex;
        flex-direction: row;
        gap:10px;
    }

    .list9-row-subitem-small-image{
        width: 148px;
        height: 111px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .list9-row-subitem-small-title {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 12pt !important;
        max-width: fit-content;
        font-weight:normal !important;

    }
}