.anq-upsell {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fafafa;
}

.anq-upsell__title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.anq-upsell__item {
  margin-bottom: 12px;
}

.anq-upsell__item:last-child {
  margin-bottom: 0;
}

.anq-upsell__label {
  display: flex !important;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.anq-upsell__row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.anq-upsell__image img {
  width: 60px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.anq-upsell__name {
  flex: 1;
}

.anq-upsell__price {
  font-weight: 600;
  white-space: nowrap;
}