/**
 * 前台：售后规则等文案加粗、深色（替代默认灰字）
 */
.home-after-sales-line {
    color: #111 !important;
    font-weight: 700;
}

td.home-after-sales-cell {
    color: #111 !important;
    font-weight: 700;
}

/* 库存列（含「充足」等文案与数字）、表头「库存」、购买页库存徽章 */
th.home-in-stock-heading,
td.home-in-stock-cell,
span.goods-in-stock-badge {
    color: #111 !important;
    font-weight: 700;
}

/* kphyper 首页商品表：各列表头与单元格正文统一加粗加深（「属性」列；价格列 b 上内联红色仍优先） */
.home-goods-table > thead > tr > th {
    color: #111 !important;
    font-weight: 700;
}

.home-goods-table > tbody > tr > td {
    color: #111 !important;
    font-weight: 700;
}

.home-goods-table td.table-user a.text-body,
.home-goods-table td.table-user a.text-body:hover {
    color: #111 !important;
    font-weight: 700;
}

.home-goods-table .home-action-btn {
    font-weight: 700;
}
