.wcss-plans-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.wcss-plans-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    table-layout: fixed;
}

/* ── Header ─────────────────────────────────────────────────── */
.wcss-pt-header th {
    background-color: #2C5F9E;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    padding: 16px 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.15);
}

.wcss-pt-header th:first-child {
    background-color: transparent;
    border: none;
    width: 28%;
}

/* ── Body rows ──────────────────────────────────────────────── */
.wcss-pt-body td {
    padding: 13px 20px;
    text-align: center;
    font-size: 0.95em;
    color: #374151;
    border: 1px solid #D1E4F5;
    vertical-align: middle;
    line-height: 1.4;
}

.wcss-pt-body tr:nth-child(odd) td {
    background-color: #EBF2FA;
}

.wcss-pt-body tr:nth-child(even) td {
    background-color: #FFFFFF;
}

/* ── Row label (first column) ─────────────────────────────────── */
.wcss-pt-row-label {
    text-align: left !important;
    font-weight: 500;
    color: #374151 !important;
    background-color: transparent !important;
    border-left: none !important;
    padding-left: 4px !important;
}

/* ── Price cell ─────────────────────────────────────────────── */
.wcss-pt-price {
    color: #1D4ED8;
    font-size: 1.05em;
    font-weight: 700;
}

/* ── CTA row ────────────────────────────────────────────────── */
.wcss-pt-cta-row td {
    background-color: #FFFFFF !important;
    padding: 16px 20px;
    border-top: 2px solid #D1E4F5;
}

.wcss-pt-cta-btn {
    display: inline-block;
    background-color: #2C5F9E;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9em;
    transition: background-color 0.18s ease, transform 0.1s ease;
    white-space: nowrap;
}

.wcss-pt-cta-btn:hover {
    background-color: #1D4ED8;
    transform: translateY(-1px);
}

/* ── Footer note ────────────────────────────────────────────── */
.wcss-pt-note {
    margin-top: 14px;
    font-size: 0.84em;
    color: #6B7280;
    line-height: 1.6;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media ( max-width: 600px ) {
    .wcss-pt-header th,
    .wcss-pt-body td {
        padding: 10px 12px;
        font-size: 0.85em;
    }
    .wcss-pt-row-label {
        min-width: 100px;
    }
    .wcss-pt-cta-btn {
        padding: 8px 14px;
        font-size: 0.82em;
    }
}
