.compare-table-title {
    color: #1C1C1C;
    font-family: Manrope, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 13px 20px;
    align-items: center;
    align-self: stretch;
    border-bottom: 0.862px solid #E5E7EB;
}

.compare-page {
    background: linear-gradient(180deg, #ffffff 0%, #D1CFFF 100%);
}

.compare-page-content {
    margin: 0 auto;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    padding: 80px 120px 80px 120px;
}

.compare-page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.compare-page-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.compare-page-title-italic {
    color: #1C1C1C;
    text-align: center;
    font-family: "PT Serif", serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
}

.compare-page-title-normal {
    color: #1C1C1C;
    font-family: Manrope, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 110%;
}

.compare-page-subtitle {
    color: #4D4E55;
    text-align: center;
    font-family: Manrope, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.compare-table-container {
    overflow-x: auto;
    width: 100%;
    display: flex;
    padding: 20px 0px;
    align-items: flex-start;
    gap: 27.573px;
    align-self: stretch;
    border-radius: 24px;
    border: 6.893px solid var(--white-50, rgba(255, 255, 255, 0.50));
    background: #FFF;
}

.compare-table-container::-webkit-scrollbar {
    height: 6px;
}

.compare-table-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.compare-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
}

.compare-table-text, .compare-table-text-purple {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Manrope, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 24.127px 20.68px;
    align-items: flex-start;
    gap: 3.447px;
}

.compare-table-text {
    color: #333;
}

.compare-table-text-purple {
    color: #6F68FB;
}

.compare-table-icon {
    padding: 24.127px 20.68px;
    flex-direction: column;
    align-items: center;
    gap: 3.447px;
    align-self: stretch;
    text-align: center;
}

.compare-table-row-grey {
    background: #F8F8FA;
}

@media (max-width: 768px) {
    .compare-page {
        display: none;
    }

    .compare-page-mobile-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        align-self: stretch;
    }

    .compare-page-title-mobile {
        text-align: center;
    }

    .compare-page-title-mobile-italic {
        color: #1C1C1C;
        text-align: center;
        font-family: "PT Serif", serif;
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        line-height: 110%;
    }

    .compare-page-title-mobile-normal {
        color: #1C1C1C;
        font-family: Manrope, serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .compare-page-subtitle-mobile {
        color: #4D4E55;
        text-align: center;
        font-family: Manrope, serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .column-page-header-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .column-page-buttons-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        align-self: stretch;
    }

    #compare-page-mobile {
        background: linear-gradient(180deg, #ffffff 0%, #D1CFFF 100%);
    }

    .compare-table-container-mobile {
        min-width: 343px;
        padding: 6.634px 0px;
        align-items: flex-start;
        gap: 9.147px;
        align-self: stretch;
        border-radius: 8px;
        border: 2.287px solid rgba(255, 255, 255, 0.50);
        background: #FFF;
        overflow-x: auto;
    }



    .compare-table-container-mobile::-webkit-scrollbar {
        height: 6px;
    }

    .compare-table-container-mobile::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

    .compare-table-mobile {
        width: 100%;
        min-width: 343px;
        border-collapse: collapse;
    }

    .compare-table-mobile-text, .compare-table-mobile-text-purple {
        /*display: flex;*/
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        align-self: stretch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Manrope, serif;
        font-size: 4.644px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        padding: 8.003px 6.86px;
        height: 22.557px;
    }

    .compare-table-mobile-text {
        color: #333;
    }

    .compare-table-mobile-text-purple {
        color: #6F68FB;
    }

    .compare-table-mobile-icon {
        padding: 8.003px 6.86px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.143px;
        align-self: stretch;
        text-align: center;
    }

    .compare-table-mobile-row-grey {
        background: #F8F8FA;
    }

    .compare-table-mobile-title {
        color: #1C1C1C;
        font-family: Manrope, serif;
        font-size: 5.308px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        padding: 4.573px 6.86px;
        align-items: center;
        align-self: stretch;
        border-bottom: 0.862px solid #E5E7EB;
    }
}