/* Comparison Matrix — ec545696 */

.cm-ec545696-wrapper {
    width: 100%;
}

.cm-ec545696-inner {
    margin-left: auto;
    margin-right: auto;
}

.cm-ec545696-headline {
    margin-top: 0;
    padding: 0;
}

.cm-ec545696-subheadline {
    margin-top: 0;
    padding: 0;
    line-height: 1.65;
}

/* Table Grid */
.cm-ec545696-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: stretch;
}

.cm-ec545696-table {
    overflow: hidden;
}

/* Cells */
.cm-ec545696-cell {
    display: flex;
    align-items: center;
    transition: background-color 0.25s ease;
}

.cm-ec545696-cell--feature {
    font-weight: 600;
}

.cm-ec545696-cell--compostease,
.cm-ec545696-cell--pla {
    display: flex;
    align-items: center;
    gap: 0;
}

/* Icons */
.cm-ec545696-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.cm-ec545696-icon svg {
    fill: currentColor;
}

.cm-ec545696-icon i {
    color: inherit;
}

/* Row hover */
.cm-ec545696-row {
    transition: background-color 0.25s ease;
}

.cm-ec545696-row:last-child {
    border-bottom: none !important;
}

/* Responsive */
@media (max-width: 767px) {
    .cm-ec545696-grid {
        grid-template-columns: 1fr;
    }

    .cm-ec545696-header {
        display: none;
    }

    .cm-ec545696-row {
        padding: 16px 20px;
        gap: 12px;
    }

    .cm-ec545696-row .cm-ec545696-cell {
        padding: 0 !important;
    }

    .cm-ec545696-cell--feature {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .cm-ec545696-cell--compostease,
    .cm-ec545696-cell--pla {
        padding-left: 0;
    }

    .cm-ec545696-cell--compostease::before {
        content: 'CompostEase: ';
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #22c55e;
        margin-right: 6px;
        flex-shrink: 0;
    }

    .cm-ec545696-cell--pla::before {
        content: 'PLA Fork: ';
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #9ca3af;
        margin-right: 6px;
        flex-shrink: 0;
    }

    .cm-ec545696-cell--compostease {
        border-left: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cm-ec545696-grid {
        grid-template-columns: 1.1fr 1fr 1fr;
    }

    .cm-ec545696-cell {
        font-size: 13px;
    }
}
