/* LA TOUR BENIN - Quantité par déclinaison - styles front */

.latour-vq-block {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #e0e0e0;
  background: #fafafa;
}

.latour-vq-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.latour-vq-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.latour-vq-table th,
.latour-vq-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  white-space: nowrap;
}

.latour-vq-table th {
  font-weight: 600;
  background: #f0f0f0;
}

.latour-vq-row-oos {
  opacity: 0.55;
}

.latour-vq-outofstock {
  color: #b10000;
  font-size: 12px;
  font-style: italic;
}

.latour-vq-qty {
  width: 70px;
  padding: 4px 6px;
  border: 1px solid #ccc;
  text-align: center;
}

.latour-vq-actions {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.latour-vq-feedback {
  font-size: 13px;
}

.latour-vq-feedback-error {
  color: #b10000;
}

.latour-vq-feedback-success {
  color: #1a7a1a;
}

.latour-vq-feedback-warning {
  color: #9a6a00;
}
