.kb-cart-thresholds {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.kb-cart-thresholds h2 {
    font-size: 20px;
  margin: 0 0 10px 0;
}

.kb-cart-thresholds > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.kb-cart-thresholds > div > div {
  padding: 10px;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
  color: #666;
  border: 1px solid #ccc;
}

.kb-cart-thresholds > div > div.active {
  background: #4caf50;
  color: white;
  border-color: #4caf50;
}

.kb-cart-thresholds > div > div.active .woocommerce-Price-amount {
  color: #ffffff !important;
}

.kb-shipping-badge {
  display: inline-block;
  background: #e7f4ff;
  color: #007cba;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 13px;
}

/* Styl dla tabeli rabatów na karcie produktu */
.kb-discount-table-wrapper {
  margin: 20px 0;
  padding: 15px 0 0;
  border: 1px solid #eee;
}

.kb-discount-table-wrapper h2 {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.kb-discount-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.kb-discount-table tr {
  border-bottom: 2px solid #ddd;
}

.kb-discount-table td:last-child span {
  background: #d22630;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}

.kb-discount-table th,
.kb-discount-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.kb-discount-table th {
  background-color: #f6f6f6;
  font-weight: 600;
}

.kb-discount-table tr:last-child td {
  border-bottom: none;
}

/* Styl dla komunikatów w koszyku (WooCommerce notices) */
.woocommerce-info {
  /* To są domyślne klasy Woo, ale możesz je tutaj nadpisać specyficznie dla swoich komunikatów jeśli dodasz im własną klasę w PHP */
}

/* Przykładowy styl, jeśli chcesz wyróżnić liczby w komunikacie */
.woocommerce-info strong {
  color: #d26e4b; /* Kolor akcentujący */
}
