body.ms-v2 .home-v2 #mainTable.ms-table-wrap,
.home-v2 #mainTable.ms-table-wrap {
    max-width: 100%;
    overflow-x: hidden;
}

body.ms-v2 .home-v2 #searchresults_wrapper,
.home-v2 #searchresults_wrapper {
    width: 100%;
    min-width: 0;
}

body.ms-v2 .home-v2 #searchresults.ms-table,
.home-v2 #searchresults.ms-table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100%;
    table-layout: fixed !important;
}

.home-v2 #searchresults th,
.home-v2 #searchresults td {
    box-sizing: border-box;
    min-width: 0;
}

.home-v2 #searchresults th.hidden,
.home-v2 #searchresults td.hidden {
    display: none;
}

.home-v2 #searchresults th:nth-child(3),
.home-v2 #searchresults td:nth-child(3) {
    width: 24%;
}

.home-v2 #searchresults th:nth-child(4),
.home-v2 #searchresults td:nth-child(4) {
    width: 7%;
}

.home-v2 #searchresults th:nth-child(5),
.home-v2 #searchresults td:nth-child(5) {
    width: 8%;
}

.home-v2 #searchresults th:nth-child(6),
.home-v2 #searchresults td:nth-child(6) {
    width: 7%;
}

.home-v2 #searchresults th:nth-child(7),
.home-v2 #searchresults td:nth-child(7),
.home-v2 #searchresults th:nth-child(8),
.home-v2 #searchresults td:nth-child(8) {
    width: 6%;
}

.home-v2 #searchresults th:nth-child(9),
.home-v2 #searchresults td:nth-child(9),
.home-v2 #searchresults th:nth-child(10),
.home-v2 #searchresults td:nth-child(10),
.home-v2 #searchresults th:nth-child(12),
.home-v2 #searchresults td:nth-child(12) {
    width: 6.5%;
}

.home-v2 #searchresults th:nth-child(11),
.home-v2 #searchresults td:nth-child(11) {
    width: 9%;
}

.home-v2 #searchresults th:nth-child(13),
.home-v2 #searchresults td:nth-child(13) {
    width: 6%;
}

.home-v2 #searchresults th:nth-child(14),
.home-v2 #searchresults td:nth-child(14) {
    width: 7.5%;
}

.home-v2 #searchresults th {
    height: 42px;
    padding: 0 7px !important;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.25;
}

.home-v2 #searchresults td {
    padding: 0 7px !important;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.25;
}

.home-v2 #searchresults .ms-item-cell {
    min-width: 0;
}

.home-v2 #searchresults .ms-item-cell .addList {
    min-width: 0;
    gap: 6px;
}

.home-v2 #searchresults .ms-item-cell a {
    min-width: 0;
    overflow-wrap: anywhere;
}

.home-v2 #searchresults .ms-favorite,
.home-v2 #searchresults .ms-copy-icon,
.home-v2 #searchresults .ms-recipe-icon {
    flex: 0 0 auto;
}

.home-v2 #searchresults .ratio-pill {
    min-width: 0;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 1280px) {
    .home-v2 #searchresults th,
    .home-v2 #searchresults td {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
}

@media (max-width: 900px) {
    body.ms-v2 .home-v2 #mainTable.ms-table-wrap,
    .home-v2 #mainTable.ms-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.ms-v2 .home-v2 #searchresults.ms-table,
    .home-v2 #searchresults.ms-table {
        min-width: 840px !important;
    }
}
