#sitePages h1 {  color: #e00700; }

.delivery-table_tc {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}

.delivery-table_tc thead {
    background: #f5f5f5;
    border-bottom: 3px solid #e00700;
}

.delivery-table_tc th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    color: #333;
}

.delivery-table_tc td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.delivery-table_tc tbody tr:nth-child(even) {
    background: #fafafa;
}

.delivery-table_tc tbody tr:hover {
    background: #f2f2f2;
}

/* Price column emphasis */
.delivery-table_tc td:last-child {
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
}

.delivery-table_tc th:last-child {
    text-align: right;
}

/* Best option highlight */
.delivery-table_tc .best-option {
    background: #eef6ee;
}

/* Mobile scroll wrapper */
.table-wrapper_tc {
    overflow-x: auto;
}

.delivery-table_tc td:last-child {
    font-weight: 600;
    white-space: nowrap;
}

.delivery-table_tc th:last-child {
    text-align: right;
}

.delivery-table_tc td:last-child {
    text-align: right;
}

.delivery-table_tc td:last-child,
.delivery-table_tc th:last-child {
    border-left: 2px solid #e5e5e5;
}