.elementor-28304 .elementor-element.elementor-element-7498a94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-28304 .elementor-element.elementor-element-07b8ed9 > .elementor-widget-container{margin:-60px 0px 0px 0px;}.elementor-28304 .elementor-element.elementor-element-5dccc7d > .elementor-widget-container{margin:-47px 0px 0px 0px;}.elementor-28304 .elementor-element.elementor-element-1181e3b > .elementor-widget-container{margin:-37px 0px 0px 0px;}.elementor-28304 .elementor-element.elementor-element-774ce60{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--gap:0px 0px;--background-transition:0.3s;}.elementor-28304 .elementor-element.elementor-element-12f8461{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-28304 .elementor-element.elementor-element-6adef06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-28304 .elementor-element.elementor-element-677e51e{--grid-template-columns:repeat(0, auto);--icon-size:67px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-28304 .elementor-element.elementor-element-677e51e .elementor-widget-container{text-align:center;}.elementor-28304 .elementor-element.elementor-element-677e51e > .elementor-widget-container{margin:67px 0px 23px 0px;}@media(min-width:768px){.elementor-28304 .elementor-element.elementor-element-12f8461{--width:50%;}.elementor-28304 .elementor-element.elementor-element-6adef06{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-07b8ed9 *//* 基础表格样式 */
.tier-container {
    width: 100%;
    margin: 30px 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.tier-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.tier-table th {
    background-color: #2c3e50;
    color: #ffffff;
    text-align: left;
    padding: 18px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tier-table td {
    padding: 18px;
    border-bottom: 1px solid #f1f1f1;
    color: #444;
    font-size: 15px;
}

/* 突出显示 Tier 列 */
.tier-table td:first-child {
    font-weight: bold;
    color: #2c3e50;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .tier-table thead {
        display: none; /* 隐藏表头 */
    }

    .tier-table tr {
        display: block;
        border: 1px solid #e0e0e0;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }

    .tier-table td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
        border-bottom: 1px solid #f9f9f9;
    }

    /* 每一个卡片的标题（Tier名称）样式优化 */
    .tier-table td:first-child {
        text-align: center;
        padding-left: 18px;
        background-color: #f8f9fa;
        font-size: 18px;
        border-bottom: 2px solid #2c3e50;
    }

    /* 利用伪元素显示标签 */
    .tier-table td:not(:first-child)::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        text-align: left;
        font-weight: bold;
        color: #888;
        font-size: 13px;
        text-transform: uppercase;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5dccc7d *//* 容器设置：防止溢出 */
.table-container {
    width: 100%;
    margin: 20px 0;
    overflow-x: auto;
}

/* 基础表格样式 */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.responsive-table th, .responsive-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.responsive-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* 移动端适配：屏幕宽度小于 600px 时 */
@media screen and (max-width: 600px) {
    .responsive-table thead {
        display: none; /* 隐藏表头 */
    }
    
    .responsive-table tr {
        display: block;
        margin-bottom: 15px;
        border: 2px solid #eee;
    }
    
    .responsive-table td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee;
    }
    
    /* 使用 data-label 显示表头内容 */
    .responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1181e3b *//* 容器及基础样式 */
.comparison-container {
    width: 100%;
    margin: 25px 0;
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.comparison-table th, .comparison-table td {
    padding: 15px;
    border: 1px solid #eee;
    text-align: left;
    line-height: 1.5;
}

/* 表头颜色强化对比 */
.comparison-table th {
    background-color: #f8f9fa;
    font-size: 16px;
}

.bad-ink { color: #d9534f; background-color: #fff5f5 !important; }
.good-ink { color: #28a745; background-color: #f6fff8 !important; }

.feature-name {
    font-weight: bold;
    background-color: #fdfdfd;
    color: #333;
    width: 20%;
}

/* 移动端适配：关键点 */
@media screen and (max-width: 768px) {
    .comparison-table thead {
        display: none; /* 隐藏原始表头 */
    }

    .comparison-table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
        border: 2px solid #eee;
        border-radius: 8px;
        overflow: hidden;
    }

    .comparison-table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        border: none;
        padding: 12px 15px;
        position: relative;
        text-align: left;
    }

    /* 维度名称作为卡片顶栏 */
    .feature-name {
        background-color: #333 !important;
        color: #fff !important;
        font-size: 18px;
        text-align: center;
    }

    /* 手机端使用 data-label 显示当前属于哪一类墨水 */
    .comparison-table td:not(.feature-name)::before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-size: 12px;
    }

    /* 给劣质墨水添加背景淡红，专业墨水淡绿 */
    .comparison-table td[data-label*="Cheap"] {
        background-color: #fffafa;
        border-bottom: 1px dashed #ffdada;
    }
    
    .comparison-table td[data-label*="Winnerjet"] {
        background-color: #fafffa;
    }
}/* End custom CSS */