.elementor-25202 .elementor-element.elementor-element-a780d36{--display:flex;--background-transition:0.3s;}.elementor-25202 .elementor-element.elementor-element-f0d8d4a{text-align:center;}.elementor-25202 .elementor-element.elementor-element-d9f3687 > .elementor-widget-container{margin:-30px 0px 0px 0px;}.elementor-25202 .elementor-element.elementor-element-8ef8a11 > .elementor-widget-container{margin:-35px 0px -15px 0px;}.elementor-25202 .elementor-element.elementor-element-f1bfc59 > .elementor-widget-container{margin:-26px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d9f3687 */<style>
.winnerjet-table-container {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th, .responsive-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.responsive-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

/* 手机端响应式样式 */
@media screen and (max-width: 600px) {
    .responsive-table thead {
        display: none; /* 隐藏表头 */
    }
    .responsive-table tr {
        display: block;
        margin-bottom: 15px;
        border: 2px solid #eee;
        border-radius: 8px;
        padding: 5px;
    }
    .responsive-table td {
        display: block;
        text-align: right;
        font-size: 14px;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .responsive-table td::before {
        content: attr(data-label); /* 提取 HTML 中的 data-label 作为手机端的小标题 */
        position: absolute;
        left: 10px;
        width: 45%;
        font-weight: bold;
        text-align: left;
    }
    .responsive-table td:last-child {
        border-bottom: 0;
        color: #d9534f; /* 突出价格颜色 */
        font-weight: bold;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ef8a11 */<style>
.winnerjet-brand-comparison {
    margin: 25px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.comparison-table th {
    background-color: #2c3e50;
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    text-align: left;
    font-size: 14px;
}

.comparison-table td {
    padding: 15px;
    border-bottom: 1px solid #edf2f7;
    font-size: 14px;
    color: #4a5568;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:hover {
    background-color: #f7fafc;
}

/* 针对手机端的深度优化 */
@media screen and (max-width: 768px) {
    .comparison-table thead {
        display: none; /* 隐藏表头 */
    }
    .comparison-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        padding: 10px;
        background: #fdfdfd;
    }
    .comparison-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 8px 10px;
        border-bottom: 1px dashed #e2e8f0;
    }
    .comparison-table td:last-child {
        border-bottom: none;
        text-align: left;
        display: block; /* 优势描述较长，单独占行 */
        margin-top: 5px;
    }
    .comparison-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #718096;
        font-size: 12px;
        text-transform: uppercase;
        margin-right: 10px;
    }
    /* 突出品牌名 */
    .comparison-table td[data-label="Brand"] {
        background: #edf2f7;
        justify-content: center;
        border-radius: 5px;
        font-size: 16px;
        color: #2d3748;
    }
    .comparison-table td[data-label="Brand"]::before {
        display: none;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1bfc59 */<style>
.winnerjet-comparison-box {
    margin: 30px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.strategy-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e1e8ed;
}

.strategy-table th {
    background-color: #34495e;
    color: white;
    padding: 15px;
    text-align: left;
}

.strategy-table td {
    padding: 15px;
    border: 1px solid #e1e8ed;
    vertical-align: middle;
}

/* 按钮样式 */
.quote-btn {
    display: inline-block;
    background-color: #f1c40f;
    color: #000 !important;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    transition: background 0.3s;
}

.quote-btn:hover {
    background-color: #f39c12;
}

/* 手机端适配 */
@media screen and (max-width: 600px) {
    .strategy-table thead { display: none; }
    .strategy-table tr {
        display: block;
        margin-bottom: 20px;
        border: 2px solid #34495e;
        border-radius: 8px;
    }
    .strategy-table td {
        display: block;
        text-align: right;
        padding-left: 45%;
        position: relative;
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }
    .strategy-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        font-weight: bold;
        text-align: left;
        color: #7f8c8d;
    }
    .quote-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}
</style>/* End custom CSS */