.ct-wrapper-6a676295 {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    --ct-highlight-color: #3b82f6;
    --ct-highlight-bg: rgba(59, 130, 246, 0.03);
}

.ct-grid-6a676295 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    min-width: 600px;
}

.ct-header-6a676295 {
    background-color: #f8fafc;
    font-weight: 700;
}

.ct-row-6a676295 {
    border-top: 1px solid #e2e8f0;
}

.ct-cell-6a676295 {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e2e8f0;
    transition: border 0.2s ease, background-color 0.2s ease;
}

.ct-cell-6a676295:last-child {
    border-right: none;
}

.ct-opt-col-6a676295 {
    justify-content: center;
    text-align: center;
}

.ct-icon-svg {
    display: inline-block;
    flex-shrink: 0;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
}

/* Highlight Options border logic */
.ct-wrapper-6a676295.ct-highlight-col-1 .ct-grid-6a676295 .ct-cell-6a676295:nth-child(2) {
    border-left: 2px solid var(--ct-highlight-color);
    border-right: 2px solid var(--ct-highlight-color);
    background-color: var(--ct-highlight-bg);
}
.ct-wrapper-6a676295.ct-highlight-col-1 .ct-header-6a676295 .ct-cell-6a676295:nth-child(2) {
    border-top: 2px solid var(--ct-highlight-color);
}
.ct-wrapper-6a676295.ct-highlight-col-1 .ct-body-6a676295 .ct-row-6a676295:last-child .ct-cell-6a676295:nth-child(2) {
    border-bottom: 2px solid var(--ct-highlight-color);
}

.ct-wrapper-6a676295.ct-highlight-col-2 .ct-grid-6a676295 .ct-cell-6a676295:nth-child(3) {
    border-left: 2px solid var(--ct-highlight-color);
    border-right: 2px solid var(--ct-highlight-color);
    background-color: var(--ct-highlight-bg);
}
.ct-wrapper-6a676295.ct-highlight-col-2 .ct-header-6a676295 .ct-cell-6a676295:nth-child(3) {
    border-top: 2px solid var(--ct-highlight-color);
}
.ct-wrapper-6a676295.ct-highlight-col-2 .ct-body-6a676295 .ct-row-6a676295:last-child .ct-cell-6a676295:nth-child(3) {
    border-bottom: 2px solid var(--ct-highlight-color);
}

.ct-wrapper-6a676295.ct-highlight-col-3 .ct-grid-6a676295 .ct-cell-6a676295:nth-child(4) {
    border-left: 2px solid var(--ct-highlight-color);
    border-right: 2px solid var(--ct-highlight-color);
    background-color: var(--ct-highlight-bg);
}
.ct-wrapper-6a676295.ct-highlight-col-3 .ct-header-6a676295 .ct-cell-6a676295:nth-child(4) {
    border-top: 2px solid var(--ct-highlight-color);
}
.ct-wrapper-6a676295.ct-highlight-col-3 .ct-body-6a676295 .ct-row-6a676295:last-child .ct-cell-6a676295:nth-child(4) {
    border-bottom: 2px solid var(--ct-highlight-color);
}

@media (max-width: 767px) {
    .ct-grid-6a676295 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .ct-cell-6a676295 {
        padding: 10px;
        font-size: 14px;
    }
}
