.comparison-table-wrapper-902a03c4 {
    width: 100%;
}

.desktop-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-family: inherit;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.desktop-table th,
.desktop-table td {
    padding: 20px 24px;
    border: 1px solid #E2E8F0;
}

.desktop-table th {
    font-weight: 600;
    font-size: 1.1rem;
    padding: 30px 24px;
    border-top: none;
}

.desktop-table th:first-child {
    border-top-left-radius: 12px;
}

.desktop-table th:last-child {
    border-top-right-radius: 12px;
}

.desktop-table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.desktop-table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.desktop-table tr:last-child td {
    border-bottom: none;
}

.desktop-table th:first-child,
.desktop-table td:first-child {
    border-left: none;
}

.desktop-table th:last-child,
.desktop-table td:last-child {
    border-right: none;
}

.desktop-table td.col-1 {
    font-weight: 500;
    text-align: left;
}

.comparison-table-902a03c4 .td-content,
.comparison-table-902a03c4 .th-content {
    display: flex;
    align-items: center;
}

.comparison-table-902a03c4 .th-content {
    justify-content: flex-start;
}
.comparison-table-902a03c4 th.col-1 .th-content {
    justify-content: flex-start;
}

.comparison-table-902a03c4 .header-icon,
.comparison-table-902a03c4 .header-logo-icon,
.comparison-table-902a03c4 .feature-icon,
.comparison-table-902a03c4 .status-icon {
    display: inline-flex;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
}

.comparison-table-902a03c4 .header-logo-icon {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.comparison-table-902a03c4 th.col-3 .header-logo-icon,
.mobile-brand-label.col-3-label .header-logo-icon {
     color: #7A35E5;
}
.comparison-table-902a03c4 th.col-2 .header-logo-icon,
.mobile-brand-label.col-2-label .header-logo-icon {
    color: #0070DE;
}

.comparison-table-902a03c4 .feature-icon svg,
.comparison-table-902a03c4 .status-icon svg,
.comparison-table-902a03c4 .header-icon svg {
    width: 1.25em;
    height: 1.25em;
}

.comparison-table-902a03c4 .header-logo-icon svg {
     width: 1.5em;
     height: 1.5em;
}

.mobile-cards-container {
    display: none;
}
.mobile-header-buttons {
    display: none;
}

/* Mobile Responsiveness */
@media screen and (max-width: 767px) {
    .desktop-table {
        display: none;
    }
    
    .mobile-header-buttons {
        display: flex;
        gap: 10px;
        margin-bottom: 20px;
        border-radius: 12px;
        overflow: hidden;
        background: #F8FAFC;
        padding: 5px;
    }
    
    .mobile-header-btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        border-radius: 8px;
        font-weight: 600;
        color: #fff;
    }
    .mobile-header-btn .header-logo-icon {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .mobile-header-btn .header-logo-icon svg {
        width: 1em;
        height: 1em;
    }
    .mobile-header-btn-col3 {
        background-color: transparent;
        color: #1E293B;
    }

    .mobile-cards-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .mobile-card {
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }

    .mobile-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background: #F8FAFC;
        border-bottom: 1px solid #E2E8F0;
    }

    .mobile-header-content {
        display: flex;
        align-items: center;
    }

    .mobile-icon-wrapper {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #EBF4FF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }

    .mobile-feature-icon svg {
        width: 16px;
        height: 16px;
    }

    .mobile-feature-name {
        font-weight: 600;
        font-size: 1rem;
        color: #0F172A;
    }

    .mobile-chevron svg {
        width: 20px;
        height: 20px;
        color: #94A3B8;
    }

    .mobile-card-body {
        display: flex;
        flex-direction: column;
    }

    .mobile-card-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #F1F5F9;
    }

    .mobile-card-row:last-child {
        border-bottom: none;
    }

    .mobile-brand-label {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 0.9rem;
    }
    
    .mobile-brand-label .header-logo-icon {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    .mobile-brand-label .header-logo-icon svg {
        width: 1em;
        height: 1em;
    }

    .mobile-card-value {
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        color: #334155;
    }

    .mobile-card-value .status-icon {
        margin-right: 6px;
    }
    
    .mobile-card-value .status-icon svg {
        width: 14px;
        height: 14px;
    }
}