/* Report Styles */
.report-container {
  max-width: 1200px;
  margin: 0 auto;
}

.summary-section, .shipping-section, .fulfillment-section, 
.daf-section, .store-section, .producer-section {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.report-table th, .report-table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.report-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.total-row td {
  border-top: 2px solid #333;
}

.producer-block {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fafafa;
}

.producer-block h5 {
  margin-top: 0;
  color: #333;
}

.no-data {
  text-align: center;
  padding: 2rem;
  color: #666;
}

.actions {
  margin-top: 2rem;
  text-align: center;
}

/* Pick List and DAF Order Specific Styles */
.pick-list-table, .daf-order-table {
  font-size: 14px;
}

.checkbox-column {
  width: 40px;
  text-align: center;
}

.checkbox-cell {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.sku-cell {
  font-family: monospace;
  font-size: 12px;
}

.quantity-cell {
  text-align: center;
  font-weight: bold;
}

.notes-column {
  width: 150px;
}

.notes-cell {
  vertical-align: top;
  padding-top: 12px;
}

.notes-line {
  border-bottom: 1px solid #ccc;
  height: 20px;
  margin-bottom: 5px;
}

.status-column {
  width: 120px;
}

.status-cell {
  vertical-align: top;
  padding-top: 8px;
}

.status-options {
  font-size: 12px;
  line-height: 1.4;
}

.pick-item-row, .daf-item-row {
  border-bottom: 1px solid #eee;
}

.pick-item-row:nth-child(even), .daf-item-row:nth-child(even) {
  background-color: #fafafa;
}

.instructions-section, .contact-section {
  page-break-inside: avoid;
}

.contact-section { 
  margin-top: 1em;
}
.contact-section p {
  margin-bottom: 0.5rem;
}
