.coop-v3-table-section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 6rem 24px;
    text-align: center;
    min-width: 0;
    box-sizing: border-box;
}

.coop-v3-table-intro {
    max-width: 760px;
    margin: 0 auto 2.5rem;
}

.coop-v3-table-eyebrow {
    color: #945f28;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.coop-v3-table-section h2 {
    color: #1a1a1a;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin: .75rem 0 0;
}

.coop-v3-table-intro p {
    max-width: 700px;
    margin: 1rem auto 0;
    color: #666;
    font-size: .95rem;
    line-height: 1.6;
}

.coop-v3-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.coop-v3-compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #666;
    font-size: .92rem;
    text-align: center;
}

.coop-v3-compare-table thead th {
    padding: 1rem .75rem;
    border-bottom: 2px solid #e5e7eb;
    color: #1a1a1a;
    font-weight: 700;
    white-space: nowrap;
}

.coop-v3-compare-table thead th:first-child {
    text-align: left;
}

.coop-v3-compare-table tbody th,
.coop-v3-compare-table tbody td {
    padding: .85rem .75rem;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

.coop-v3-row-label {
    color: #1a1a1a;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}

.coop-v3-col-highlight {
    color: #1f5a41;
    background: rgba(31, 90, 65, .06);
    font-weight: 600;
}

.coop-v3-compare-table thead .coop-v3-col-highlight {
    color: #fff;
    background: #1f5a41;
    border-radius: 10px 10px 0 0;
}

.coop-v3-compare-table .coop-icon-yes {
    color: #1f5a41;
    font-size: 1.3rem;
}

.coop-v3-compare-table .coop-icon-no {
    color: #ccc;
    font-size: 1.3rem;
}

.coop-v3-table-note {
    margin: 1.35rem 0 0;
    color: #66706b;
    font-size: .84rem;
    text-align: center;
}

.coop-v3-table-section .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 700px) {
    .coop-v3-table-section {
        padding: 4.5rem 16px;
    }

    .coop-v3-table-wrap {
        padding-bottom: .5rem;
    }

    .coop-v3-compare-table {
        min-width: 680px;
        font-size: .82rem;
    }

    .coop-v3-compare-table thead th,
    .coop-v3-compare-table tbody th,
    .coop-v3-compare-table tbody td {
        padding: .65rem .5rem;
    }
}

@media (max-width: 767px) {
    .footer-v2 {
        padding-bottom: calc(112px + env(safe-area-inset-bottom)) !important;
    }
}
