/* ─── Rabat ilościowy ─────────────────────────────────────────── */
.qty-discount {
  margin: 1.25rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  font-size: 0.875rem;
}

.qty-discount__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #555;
}

.qty-discount__header .qty-discount__icon {
  color: #be1622;
  font-size: 1rem;
}

.qty-discount__body {
  padding: 0.5rem 0;
}

.qty-discount__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.qty-discount__table th {
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #888;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.qty-discount__table td {
  padding: 0.55rem 1rem;
  color: #1d1d1b;
  font-weight: 500;
}

.qty-discount__table td:nth-child(2) {
  color: #be1622;
  font-weight: 700;
}

.qty-discount__table td:nth-child(3) {
  font-weight: 700;
}

/* ─── Formularz zapytania o wycenę ────────────────────────────── */
.qty-quote {
  margin: 1.25rem 0;
  border: 2px solid #be1622;
  border-radius: 6px;
  overflow: hidden;
}

.qty-quote__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #be1622;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
}

.qty-quote__header i {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.qty-quote__intro {
  margin: 0;
  padding: 0.75rem 1rem 0;
  font-size: 0.8125rem;
  color: #555;
  line-height: 1.5;
}

.qty-quote__fields {
  padding: 0.75rem 1rem 1rem;
}

.qty-quote__fields .form-group {
  margin-bottom: 0.85rem;
}

.qty-quote__fields label {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: block;
  color: #333;
}

.qty-quote__fields .form-control {
  border-radius: 4px;
  font-size: 0.875rem;
}

.qty-quote__fields .btn-primary {
  background-color: #be1622;
  border-color: #be1622;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.6rem 1rem;
}

.qty-quote__fields .btn-primary:hover {
  background-color: #9e1220;
  border-color: #9e1220;
}

#qty-quote-success {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
