.elementor-7009 .elementor-element.elementor-element-c7a32a7{--display:flex;}/* Start custom CSS */.mp-comparison-table-wrapper {
    overflow-x: auto;
    margin: 2rem 0;
}

.mp-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.mp-comparison-table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.mp-comparison-table th,
.mp-comparison-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.mp-comparison-table th {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mp-comparison-table tbody tr:hover {
    background-color: #f7fafc;
}

.mp-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.mp-highlighted {
    background-color: rgba(102, 126, 234, 0.08);
    font-weight: 600;
}

.mp-comparison-table thead .mp-highlighted {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
    .mp-comparison-table {
        font-size: 0.875rem;
    }
    
    .mp-comparison-table th,
    .mp-comparison-table td {
        padding: 8px 12px;
    }
}/* End custom CSS */