/* Customers view styles */

.customers-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.products-popover-container {
  min-width: 600px !important;

  :deep(.p-popover-content) {
    min-width: 600px;
    padding: 1.25rem;
  }
}

.products-popover {
  width: 550px;
  max-height: 60vh;
  overflow-y: auto;
  padding: 0.75rem;

  .product-item:last-child {
    border-bottom: none !important;
  }
}

/* Hide label in progress bars in popover */
.products-popover :deep(.p-progressbar-label) {
  display: none;
} 