.angie-comparison-table-wrapper-95a0d669 {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.angie-ct-title-95a0d669 {
    padding: 24px 32px;
    background-color: #e9eff5;
    color: #0b1a30;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}

.angie-ct-table-95a0d669 {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0;
}

.angie-ct-table-95a0d669 th,
.angie-ct-table-95a0d669 td {
    padding: 20px 32px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    line-height: 1.5;
}

.angie-ct-table-95a0d669 th {
    background-color: #f8fafc;
    color: #1e293b;
    font-weight: 600;
}

.angie-ct-table-95a0d669 tr:last-child td {
    border-bottom: none;
}

.angie-ct-col1-95a0d669 { width: 25%; font-weight: 500; color: #0f172a; }
.angie-ct-col2-95a0d669 { width: 37.5%; color: #64748b; }
.angie-ct-col3-95a0d669 { width: 37.5%; color: #64748b; }

@media (max-width: 767px) {
    .angie-ct-title-95a0d669 {
        padding: 16px;
        font-size: 1.25rem;
    }
    .angie-ct-table-95a0d669 thead {
        display: none;
    }
    .angie-ct-table-95a0d669 tr {
        display: block;
        border-bottom: 4px solid #e2e8f0;
    }
    .angie-ct-table-95a0d669 tr:last-child {
        border-bottom: none;
    }
    .angie-ct-table-95a0d669 td {
        display: block;
        width: 100%;
        padding: 12px 16px;
        border-bottom: 1px solid #f1f5f9;
    }
    .angie-ct-col1-95a0d669 {
        background-color: #f8fafc;
        font-weight: 600;
    }
    .angie-ct-table-95a0d669 td::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        margin-bottom: 4px;
        color: #0f172a;
        font-size: 0.875rem;
    }
    .angie-ct-col1-95a0d669::before {
        display: none;
    }
}