
.cerampro-material-compare {
    max-width: 1180px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
}

.cerampro-material-compare * {
    box-sizing: border-box;
}

/* Title */
.cerampro-material-compare .compare-title {
    margin: 0 0 6px;
    color: #0752a3;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

/* Intro */
.cerampro-material-compare .compare-intro {
    margin: 0 0 15px;
    max-width: 1120px;
    color: #333;
    font-size: 16px;
    line-height: 1.55;
}

/* Responsive table wrapper */
.cerampro-material-compare .compare-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #d7e0ea;
    border-radius: 12px;
    background: #fff;
}

/* Table */
.cerampro-material-compare table {
    width: 100%;
    min-width: 940px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

/* Column widths */
.cerampro-material-compare col.material-col {
    width: 19%;
}

.cerampro-material-compare col.advantage-col {
    width: 24.5%;
}

.cerampro-material-compare col.application-col {
    width: 26%;
}

.cerampro-material-compare col.choose-col {
    width: 30.5%;
}

/* Header */
.cerampro-material-compare thead th {
    background: #0759ad;
    color: #fff;
    padding: 13px 16px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    border-right: 1px solid rgba(255,255,255,.55);
}

.cerampro-material-compare thead th:last-child {
    border-right: none;
}

.cerampro-material-compare thead th:first-child {
    border-radius: 11px 0 0 0;
}

.cerampro-material-compare thead th:last-child {
    border-radius: 0 11px 0 0;
}

.cerampro-material-compare .head-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Header icon */
.cerampro-material-compare .head-icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.cerampro-material-compare .head-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
}

/* Body cells */
.cerampro-material-compare tbody td {
    padding: 12px 17px;
    vertical-align: top;
    background: #fff;
    border-top: 1px solid #dbe2ea;
    border-right: 1px solid #dbe2ea;
    font-size: 15px;
    line-height: 1.35;
    color: #242424;
}

.cerampro-material-compare tbody td:last-child {
    border-right: none;
}

/* Slight alternating background */
.cerampro-material-compare tbody tr:nth-child(even) td {
    background: #fafcff;
}

/* Material cell */
.cerampro-material-compare .material-box {
    display: flex;
    align-items: center;
    gap: 13px;
}

.cerampro-material-compare .material-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0759ad;
}

.cerampro-material-compare .material-icon svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
}

.cerampro-material-compare .material-name {
    color: #222;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
}

/* Last row corners */
.cerampro-material-compare tbody tr:last-child td:first-child {
    border-radius: 0 0 0 11px;
}

.cerampro-material-compare tbody tr:last-child td:last-child {
    border-radius: 0 0 11px 0;
}

/* Mobile */
@media (max-width: 767px) {
    .cerampro-material-compare .compare-title {
        font-size: 24px;
    }

    .cerampro-material-compare .compare-intro {
        font-size: 14px;
        line-height: 1.6;
    }

    .cerampro-material-compare thead th {
        font-size: 14px;
        padding: 11px 13px;
    }

    .cerampro-material-compare tbody td {
        font-size: 13px;
        padding: 11px 13px;
    }

    .cerampro-material-compare table {
        min-width: 900px;
    }
}
