﻿.goniometer-buying-guide-comparison-matrix {
    display: flex !important;
    flex-direction: column !important;
    gap: 96px !important;
    width: 100% !important;
}

.goniometer-buying-guide-comparison-matrix__stack {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 96px !important;
    width: 100% !important;
}

.goniometer-buying-guide-comparison-matrix__heading {
    margin: 0 !important;
    width: 100% !important;
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500 !important;
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -0.02em !important;
}

.goniometer-buying-guide-comparison-matrix__tables {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 96px !important;
    width: 100% !important;
}

.goniometer-buying-guide-comparison-matrix__table-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
}

.goniometer-buying-guide-comparison-matrix__table-heading {
    margin: 0 !important;
    width: 100% !important;
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

.goniometer-buying-guide-comparison-matrix__table-scroll {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.goniometer-buying-guide-comparison-matrix__table {
    width: 1280px !important;
    min-width: 1280px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
    margin-block-end: 0 !important;
    background: transparent !important;
}

.goniometer-buying-guide-comparison-matrix__cell {
    position: relative !important;
    vertical-align: top !important;
    border: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-block-start: 0 !important;
    border-block-end: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    background: #FFFFFF !important;
    padding: 24px !important;
}

.goniometer-buying-guide-comparison-matrix__table thead:first-child tr:first-child .goniometer-buying-guide-comparison-matrix__cell,
.goniometer-buying-guide-comparison-matrix__table caption + thead tr:first-child .goniometer-buying-guide-comparison-matrix__cell,
.goniometer-buying-guide-comparison-matrix__table colgroup + thead tr:first-child .goniometer-buying-guide-comparison-matrix__cell {
    border-top: 0 !important;
    border-block-start: 0 !important;
}

.goniometer-buying-guide-comparison-matrix__table thead .goniometer-buying-guide-comparison-matrix__cell {
    padding: 16px 24px !important;
    background: #FFFFFF !important;
}

.goniometer-buying-guide-comparison-matrix__table tbody tr .goniometer-buying-guide-comparison-matrix__cell {
    border-top: 1px solid #E4E7EC !important;
}

.goniometer-buying-guide-comparison-matrix__table tbody > tr:nth-child(odd) > .goniometer-buying-guide-comparison-matrix__cell,
.goniometer-buying-guide-comparison-matrix__table tbody > tr:nth-child(even) > .goniometer-buying-guide-comparison-matrix__cell {
    background-color: #FFFFFF !important;
}

.goniometer-buying-guide-comparison-matrix__table tbody > tr:hover > .goniometer-buying-guide-comparison-matrix__cell {
    background-color: #FFFFFF !important;
}

.goniometer-buying-guide-comparison-matrix__table tbody > tr > .goniometer-buying-guide-comparison-matrix__cell.is-highlight {
    background: var(--gbg-highlight-bg, #F5FAFF) !important;
}

.goniometer-buying-guide-comparison-matrix__cell--header .goniometer-buying-guide-comparison-matrix__cell-text {
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.goniometer-buying-guide-comparison-matrix__cell--row-label .goniometer-buying-guide-comparison-matrix__cell-text {
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.goniometer-buying-guide-comparison-matrix__cell--body .goniometer-buying-guide-comparison-matrix__cell-text {
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.goniometer-buying-guide-comparison-matrix__cell-text {
    display: block !important;
    white-space: normal !important;
    word-break: break-word !important;
}

.goniometer-buying-guide-comparison-matrix__cell-list {
    margin: 0 !important;
    padding-left: 18px !important;
    list-style: disc !important;
}

.goniometer-buying-guide-comparison-matrix__cell-list-item {
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
}

.goniometer-buying-guide-comparison-matrix__cell-list-item + .goniometer-buying-guide-comparison-matrix__cell-list-item {
    margin-top: 6px !important;
}

.goniometer-buying-guide-comparison-matrix__cell.is-highlight {
    background: var(--gbg-highlight-bg, #F5FAFF) !important;
    box-shadow: none !important;
    border-left: 1px solid var(--gbg-highlight-border, #53B1FD) !important;
    border-right: 1px solid var(--gbg-highlight-border, #53B1FD) !important;
}

.goniometer-buying-guide-comparison-matrix__table thead .goniometer-buying-guide-comparison-matrix__cell.is-highlight {
    background: var(--gbg-highlight-header-bg, #F5FAFF) !important;
    box-shadow: none !important;
    border-top: 1px solid var(--gbg-highlight-border, #53B1FD) !important;
}

.goniometer-buying-guide-comparison-matrix__table thead:first-child tr:first-child .goniometer-buying-guide-comparison-matrix__cell.is-highlight,
.goniometer-buying-guide-comparison-matrix__table caption + thead tr:first-child .goniometer-buying-guide-comparison-matrix__cell.is-highlight,
.goniometer-buying-guide-comparison-matrix__table colgroup + thead tr:first-child .goniometer-buying-guide-comparison-matrix__cell.is-highlight {
    border-top: 1px solid var(--gbg-highlight-border, #53B1FD) !important;
    border-block-start: 1px solid var(--gbg-highlight-border, #53B1FD) !important;
}

.goniometer-buying-guide-comparison-matrix__table tbody tr:last-child .goniometer-buying-guide-comparison-matrix__cell.is-highlight {
    box-shadow: none !important;
    border-bottom: 1px solid var(--gbg-highlight-border, #53B1FD) !important;
}

.goniometer-buying-guide-comparison-matrix__table tbody .goniometer-buying-guide-comparison-matrix__cell.is-highlight.is-highlight-first-row {
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .goniometer-buying-guide-comparison-matrix,
    .goniometer-buying-guide-comparison-matrix__stack,
    .goniometer-buying-guide-comparison-matrix__tables {
        gap: 70px !important;
    }

    .goniometer-buying-guide-comparison-matrix__cell {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    .goniometer-buying-guide-comparison-matrix,
    .goniometer-buying-guide-comparison-matrix__stack,
    .goniometer-buying-guide-comparison-matrix__tables {
        gap: 56px !important;
    }

    .goniometer-buying-guide-comparison-matrix__heading {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .goniometer-buying-guide-comparison-matrix__table-heading {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .goniometer-buying-guide-comparison-matrix__cell {
        padding: 16px !important;
    }
}
