/* --- Admin: Lot / Batch table --- */
.wlbe-batches-wrap {
  padding: 12px;
}
.wlbe-batch-table th,
.wlbe-batch-table td {
  padding: 8px;
  text-align: right;
  vertical-align: middle;
}
.wlbe-batch-table input[type="text"],
.wlbe-batch-table input[type="number"],
.wlbe-batch-table input[type="date"] {
  width: 100%;
}
.wlbe-calendar-field {
  margin: 12px 0 18px;
}
.wlbe-calendar-field label {
  display: inline-block;
  min-width: 120px;
  font-weight: 600;
}
.wlbe-calendar-field select {
  min-width: 180px;
  margin-inline-end: 8px;
}
.wlbe-date-field-gregorian,
.wlbe-date-field-jalali {
  max-width: 130px;
}
.wlbe-ranges-table th,
.wlbe-ranges-table td {
  padding: 10px;
  vertical-align: middle;
}

/* --- Frontend: batch selector on product page --- */
.wlbe-batch-selector {
  margin: 15px 0;
  padding: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  background: #fafafa;
}
.wlbe-batch-selector label {
  display: block;
  margin-bottom: 6px;
}
.wlbe-batch-message {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 0.98em;
  line-height: 1.8;
}
.wlbe-batch-selector select {
  width: 100%;
  max-width: 480px;
  padding: 6px 8px;
}
.wlbe-batch-price {
  margin-top: 15px;
}

.wlbe-batch-price__card {
  background: linear-gradient(135deg, #f0f9ff 0%, #f3f4f6 100%);
  border: 2px solid #3b82f6;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
  animation: slideInUp 0.3s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wlbe-batch-price__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3b82f6;
}

.wlbe-batch-price__title {
  font-weight: 700;
  font-size: 1.05em;
  color: #1e40af;
  display: flex;
  align-items: center;
}

.wlbe-batch-price__section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 8px 0;
}

.wlbe-batch-price__label {
  font-weight: 600;
  color: #374151;
  min-width: 80px;
  font-size: 0.95em;
}

.wlbe-batch-price__value {
  font-size: 1.4em;
  font-weight: 800;
  color: #059669;
  display: inline-block;
}

.wlbe-batch-price__original {
  font-size: 1em;
  color: #6b7280;
}

.wlbe-batch-price__original del {
  color: #d1d5db;
  text-decoration: line-through;
}

.wlbe-batch-price__discount {
  font-size: 0.85em;
  background: #fca5a5;
  color: #991b1b;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  margin-left: 6px;
}

.wlbe-batch-price__details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #d1d5db;
}

.wlbe-batch-price__detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 0.9em;
}

.wlbe-batch-price__detail-label {
  font-weight: 600;
  color: #4b5563;
  flex: 0 0 auto;
}

.wlbe-batch-price__detail-value {
  color: #111827;
  font-weight: 500;
  flex: 1;
  text-align: left;
  margin-left: 10px;
}
