@media screen and (max-width: 575px) {
    .delta-row {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
        gap: 15px;
    }

    .delta-row-item {
        width: 100%;
        max-height: fit-content;
        padding-bottom: 10px;
        border-bottom: 2px dotted darkgrey;
    }

    .delta-article {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap:15px;
    }

    .delta-row-image-container {
        width: calc(48%);
    }

    .delta-row-image {
        width: 100%;
        height: 140px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .delta-row-title{
        max-width: calc(48%);
        color:black !important;
    }

    .delta-row-title-margin {
        margin: 3px;
    }

    .delta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }

    .delta-kitchen-time {
        display: inline;
        color: gray;
        font-size: 8pt;
        font-weight: lighter;
    }
}

@media screen and (min-width: 576px) {
    .delta-row {
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }

    .delta-row-item {
        max-width: 330x;
        width: 100%;
        max-height: fit-content;
    }

    .delta-row-image {
        max-width: 330x;
        width: 100%;
        height: 190px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .delta-row-title{
        width: 100%;
        color:black !important;
    }

    .delta-row-title-margin {
        margin: 3px;
    }

    .delta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }
    .delta-kitchen-time {
        display: none;
    }
}

@media screen and (min-width: 640px) {
    .delta-row {
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }

    .delta-row-item {
        max-width: 330x;
        width: 100%;
        max-height: fit-content;
    }

    .delta-row-image {
        max-width: 330x;
        width: 100%;
        height: 190px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .delta-row-title{
        width: 100%;
        color:black !important;
    }

    .delta-row-title-margin {
        margin: 3px;
    }

    .delta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }
    .delta-kitchen-time {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .delta-row {
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }

    .delta-row-item {
        max-width: 330x;
        width: 100%;
        max-height: fit-content;
    }

    .delta-row-image {
        max-width: 330x;
        width: 100%;
        height: 190px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .delta-row-title{
        width: 100%;
        color:black !important;
    }

    .delta-row-title-margin {
        margin: 3px;
    }

    .delta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }
    .delta-kitchen-time {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .delta-row {
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }

    .delta-row-item {
        max-width: 330x;
        width: 100%;
        max-height: fit-content;
    }

    .delta-row-image {
        max-width: 330x;
        width: 100%;
        height: 190px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .delta-row-title{
        width: 100%;
        color:black !important;
    }

    .delta-row-title-margin {
        margin: 3px;
    }

    .delta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }
    .delta-kitchen-time {
        display: none;
    }
}

@media screen and (min-width: 1200px) {

    .delta-row {
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        gap: 15px;
    }

    .delta-row-item {
        max-width: 330x;
        width: 100%;
        max-height: fit-content;
    }

    .delta-row-image {
        max-width: 330x;
        width: 100%;
        height: 190px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .delta-row-title{
        width: 100%;
        color:black !important;
    }

    .delta-row-title-margin {
        margin: 3px;
    }

    .delta-row-header {
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
        font-size: 13pt;
    }
    .delta-kitchen-time {
        display: none;
    }
}

.delta-row-a{
    text-decoration: none;
    color:inherit;
}