/* Table styling theo mockup */

.seller-product-index .product-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.seller-product-index .product-table thead th {
  background-color: #EAF7EE;
  color: #333;
  font-weight: 600;
  padding: 10px 12px;
  border: none;
}

.seller-product-index .product-table tbody td {
  padding: 10px 12px;
  border-top: 1px solid #f0f0f0;
  vertical-align: middle;
}

.seller-product-index .product-table tbody tr:hover {
  background-color: #F8FAF9;
}

.seller-product-index .product-table a.text-primary {
  color: #007bff;
  text-decoration: none;
}

.seller-product-index .product-table a.text-primary:hover {
  text-decoration: underline;
}

.seller-product-index .action-icon {
  display: inline-block;
  margin: 0 4px;
  font-size: 15px;
  color: #555;
  transition: all 0.2s;
}

.seller-product-index .action-icon:hover {
  opacity: 0.7;
}

.seller-product-index .text-warning i { color: #f39c12; }
.seller-product-index .text-danger i { color: #e74c3c; }
.seller-product-index .fw-500 { font-weight: 500; }
.seller-product-index status-dot {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #2e7d32; /* xanh lá */
  background-color: #EAF7EE;
}

.seller-product-index status-dot.out {
  color: #c62828; /* đỏ */
  background-color: #fdecea;
}
