/* Compare Table */

.compare-table * {
    border: none !important;
}

.wp-block-table.compare-table thead {
    border-top: none;
    border-bottom-width: 1px;
    color: var(--theme-palette-color-1);
}

.compare-table thead tr th {
    border-left: none;
    border-right: none;
    text-align: left;
}

.compare-table tbody tr td {
    border-left: none;
    border-right: none;
}