﻿.freight-heading {
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 3px solid #c8102e;
    color: #1f1f1f;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.freight-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    border: 1px solid #ccc;
    font-size: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

    .freight-table thead th {
        background: #1f1f1f; /* Black */
        color: #fff;
        padding: 14px;
        text-align: left;
        font-weight: 600;
        border-bottom: 3px solid #BB1F14; /* NHC Red */
    }

    .freight-table td {
        padding: 12px 14px;
        border-bottom: 1px solid #e5e5e5;
        vertical-align: top;
    }

    .freight-table tbody tr:nth-child(even) {
        background: #f8f8f8;
    }

    .freight-table tbody tr:hover {
        background: #fff4f6; /* Very light red hover */
    }

    .freight-table td:first-child {
        font-weight: 600;
        color: #333;
        width: 35%;
    }

.small-note {
    display: inline-block;
    margin-top: 4px;
    color: #666;
    font-size: .9em;
}

.free-row {
    background: #fff3f3 !important;
    border-top: 2px solid #c8102e;
}

    .free-row td {
        font-weight: 700;
    }

        .free-row td:last-child {
            color: #c8102e;
            font-size: 1.1em;
            text-transform: uppercase;
        }

.spring-order-note {
    margin-top: 20px;
    padding: 16px 20px;
    background: #fafafa;
    border: 2px solid #BB1F14; /* NHC red */
    border-left: 8px solid #c8102e; /* Accent bar */
    border-radius: 6px;
    color: #222;
    line-height: 1.6;
    font-size: 1rem;
}

    .spring-order-note strong:first-child {
        color: #c8102e;
        font-size: 1.15em;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    .spring-order-note strong:last-child {
        color: #c8102e;
    }

.promo-icon {
    color: #c8102e;
    font-size: 1.4em;
    margin-right: 6px;
    vertical-align: middle;
}