/* ========== 表格基础样式 ========== */
table.tftable {
    font-size: 15px;
    color: #000;
    width: 100%;
    border-width: 0;
    border-color: #729ea5;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

table.tftable td {
    font-size: 15px;
    border-width: 0;
    padding: 4px;
    border-style: solid;
    border-color: #729ea5;
}

/* ========== 标签样式 ========== */
.idc129_bq {
    /* 背景与文字 */
    background-color: rgba(252, 241, 235, 1);
    color: rgba(254, 95, 71, 1) !important;
    
    /* 尺寸与间距 */
    margin: 0 2px 8px 0;
    padding: 0 8px;
    height: 24px;
    min-width: max-content;
    
    /* 文字样式 */
    font-size: 12px !important;
    font-weight: bold;
    line-height: 24px !important;
    
    /* 边框与显示 */
    border-radius: 2px;
    display: inline-block;
}

/* ========== 产品卡片相关 ========== */
/* 购买按钮区域 */
.product-card.product-Parameters.buy-now-button {
    margin: 12px 20px 20px;
    width: auto;
}

/* 产品描述 */
.product-card.product-card-body.product-description {
    line-height: 2;
}
