.quote-item-card {
  border: 1px solid #e8edf3;
  border-radius: 14px;
}

.quote-thumb {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}

.quote-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.quote-qty__btn {
  width: 30px;
  height: 30px;
  border: 1px solid #d8dee6;
  background: #f6f8fb;
  border-radius: 8px;
  font-weight: 700;
}

.quote-qty__value {
  min-width: 28px;
  text-align: center;
  font-weight: 700;
  color: var(--primary-color);
}

.quote-cta {
  border: 1px solid #e8edf3;
  border-radius: 14px;
}
