.comparison-table-wrap {
    overflow-x: auto;
    margin: 1.25rem 0;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.comparison-table th,
.comparison-table td {
    padding: 0.65rem 0.85rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.comparison-table th {
    background: #f1f5f9;
    font-weight: 600;
    color: #1a5276;
}

.comparison-table tbody tr:hover {
    background: #f8fafc;
}

.comparison-table a {
    color: #1a5276;
    font-weight: 500;
}

@media (max-width: 640px) {
    .comparison-table { font-size: 0.85rem; }
    .comparison-table th,
    .comparison-table td { padding: 0.5rem; }
}
