.comparison-table-wrapper-8b6804a2 {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.comparison-table-8b6804a2 {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: inherit;
    min-width: 600px;
}

.comparison-table-8b6804a2 th,
.comparison-table-8b6804a2 td {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table-8b6804a2 th {
    font-weight: 600;
    text-align: center;
    vertical-align: top;
}

.comparison-table-8b6804a2 th.feature-header {
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table-8b6804a2 .col-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.comparison-table-8b6804a2 .col-price {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

.comparison-table-8b6804a2 .col-subtitle {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 400;
}

.comparison-table-8b6804a2 .feature-name {
    font-weight: 500;
    color: #334155;
    width: 35%;
}

.comparison-table-8b6804a2 .val-col {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    width: 21.6%;
}

.comparison-table-8b6804a2 .icon-check {
    color: #10b981;
    font-size: 1.25rem;
}

.comparison-table-8b6804a2 .icon-dash {
    color: #94a3b8;
}

.comparison-table-8b6804a2 td.highlighted,
.comparison-table-8b6804a2 th.highlighted {
    background-color: #f8fafc;
}

/* Hover highlights for the rows */
.comparison-table-8b6804a2 tbody tr:hover {
    background-color: #f8fafc;
}
.comparison-table-8b6804a2 tbody tr:hover td.highlighted {
    background-color: #f1f5f9;
}
