.comparison_table {
    margin: 58px 0 41px;
}

.comparison_table .table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #61a9ea;
    border-right: 2px solid #61a9ea;
}

.comparison_table .sticky-comparison-table thead th {
    background-color: #ecf6ff;
}

.comparison_table .sticky-comparison-table thead th a {
    transition: all 0.2s ease;
}

.comparison_table .sticky-comparison-table thead th a:hover img {
    transform: scale(1.05);
}

.comparison_table .table-scroll-wrapper::-webkit-scrollbar {
    height: 8px;
}

.comparison_table .second_title {
    margin-bottom: 20px;
}

.comparison_table .table-scroll-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.comparison_table .table-scroll-wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #38a0ff 0%, #003668 100%);

    border-radius: 4px;
}

.comparison_table .table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}

.comparison_table .sticky-comparison-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.comparison_table .sticky-comparison-table th {
    text-align: center !important;
    vertical-align: middle !important;
}

.comparison_table .sticky-comparison-table th,
.comparison_table .sticky-comparison-table td {
    border: 1px solid #61a9ea;

    text-align: center;
    vertical-align: top;
    width: 133px;
}

.comparison_table .sticky-comparison-table th:first-child,
.comparison_table .sticky-comparison-table td:first-child {
    position: sticky;
    left: 0;
    color: #38a0ff;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 14px 12px;
}

.comparison_table .sticky-comparison-table th:first-child {
    z-index: 3;
}

.comparison_table .sticky-comparison-table th {
    background-color: #f8fbff;
    font-weight: bold;
}

.comparison_table .sticky-comparison-table img.logo {
    width: 60px;
    margin-bottom: 6px;
}

.comparison_table .sticky-comparison-table img.screen {
    width: 100px;
    display: block;
    margin: 0 auto 8px;
}

.comparison_table .sticky-comparison-table tbody tr:nth-child(odd) {
    background-color: #f0f8ff;
}

.comparison_table .sticky-comparison-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.comparison_table .table_label {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.comparison_table .sticky-comparison-table .table_top {
    padding: 14px 12px;
    vertical-align: bottom !important;
}

.comparison_table .table_top a {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-decoration: none;
    align-items: center;
}

.comparison_table .table_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.comparison_table tbody tr:nth-child(odd) td:first-child {
    background-color: #f0f8ff;
}

.comparison_table tbody tr:nth-child(even) td:first-child {
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .comparison_table {
        margin: 58px 0 10px;
    }

    .comparison_table .sticky-comparison-table th,
    .comparison_table .sticky-comparison-table td {
        padding: 8px 6px;
        font-size: 13px;
        width: 133px;
    }

    .comparison_table .sticky-comparison-table img.logo {
        width: 40px;
    }

    .comparison_table .sticky-comparison-table img.screen {
        width: 70px;
    }

    .comparison_table .table-scroll-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.cell_inner {
    min-height: 80px;
    padding: 14px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}