/* styles.css - Custom styles for the Devoluciones form */

.product-item .product-title {
  margin: 0;
}

.preview-images img {
  max-width: 120px;
  max-height: 90px;
  object-fit: cover;
  border: 1px solid #ddd;
  padding: 2px;
  border-radius: 4px;
}

.badge {
  font-size: 0.8em;
}

#validationSummary .alert {
  margin-bottom: 0;
}

.card {
  border-radius: 0.6rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
/* Autocomplete dropdown */
.autocomplete-list a.list-group-item {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-list a.list-group-item:hover {
  background-color: #f8f9fa;
}
