@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700&display=swap');

.comp-table-wrapper-5acdef44 {
    font-family: 'Outfit', sans-serif;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px; /* Reduced wrapper padding to align precisely with full-width container widths */
}

.comp-table-5acdef44 {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #EAEAEA;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.comp-table-header-container-5acdef44 {
    position: relative;
    display: flex;
    background: linear-gradient(90deg, #0A1D5E 0%, #0D4BFF 100%);
    height: 60px;
    align-items: center;
}

.comp-table-header-col-5acdef44 {
    width: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 15px;
    box-sizing: border-box;
}

.comp-table-vs-badge-5acdef44 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 3px solid #0D4BFF;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.comp-table-vs-text-5acdef44 {
    color: #0D4BFF;
    font-weight: 700;
    font-size: 16px;
}

.comp-table-body-5acdef44 {
    display: flex;
    flex-direction: column;
}

.comp-table-row-5acdef44 {
    display: flex;
    height: 58px;
    border-bottom: 1px solid #EAEAEA;
}

.comp-table-row-5acdef44:last-child {
    border-bottom: none;
}

.comp-table-cell-5acdef44 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.comp-table-cell-left-5acdef44 {
    color: #5A5A5A;
    font-weight: 500;
    border-right: 1px solid #EAEAEA;
}

.comp-table-cell-right-5acdef44 {
    color: #0D4BFF;
    font-weight: 600;
}

/* Mobile responsive styles */
@media (max-width: 767px) {
    .comp-table-header-col-5acdef44 {
        font-size: 18px !important;
    }
    
    .comp-table-vs-badge-5acdef44 {
        width: 48px !important;
        height: 48px !important;
    }
    
    .comp-table-vs-text-5acdef44 {
        font-size: 14px !important;
    }
    
    .comp-table-row-5acdef44 {
        height: 50px !important;
    }
    
    .comp-table-cell-5acdef44 {
        font-size: 14px !important;
        padding: 0 10px !important;
    }
}
