<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Interactive Table */
.table-image-hover {
    cursor: pointer;
}

.wp-block-getwid-table td,
.wp-block-table td {
    border: unset;
}

.wp-block-getwid-table tr td:first-child,
.wp-block-table tr td:first-child {
    min-width: 90px;
}

.wp-block-getwid-table table .table-left-active,
.wp-block-table table .table-left-active {
    border-left: 2px solid #13aff0;
    border-top: 2px solid #13aff0;
    border-bottom: 2px solid #13aff0;
    color: #13aff0;
}

.wp-block-getwid-table table .table-right-active,
.wp-block-table table .table-right-active {
    border-right: 2px solid #13aff0;
    border-top: 2px solid #13aff0;
    border-bottom: 2px solid #13aff0;
    color: #13aff0;
}

.wp-block-getwid-table table .table-middle-active,
.wp-block-table table .table-middle-active {
    border-top: 2px solid #13aff0;
    border-bottom: 2px solid #13aff0;
    color: #13aff0;
}

.wp-block-getwid-table
.wp-block-table {
    overflow-x: hidden;
}

.wp-block-getwid-table table,
.wp-block-table table {
    border-collapse: separate;
    border-spacing: 0px 9px;
}

@media screen and (max-width: 500px) {
    .wp-block-table table {
        table-layout: fixed;
    }
}

.wp-block-getwid-table table tr:first-child,
.wp-block-table table tr:first-child {
    background-color: #13aff0;
    color: white;
}

.wp-block-getwid-table tr:not(:first-child),
.wp-block-table table tr:not(:first-child) {
    background-color: #f1f5f9;
}

.table-of-content-active {
    font-weight: bold;
    color: #13aff0;
}</pre></body></html>