.product-detail__custom-label {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-block-end: 8px;
}

.product-detail__custom-label.text-center {
  justify-content: center;
}

.product-detail__custom-label.text-right {
  justify-content: flex-end;
}

.product-detail__custom-label-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

@media (max-width: 749px) {
  .product-detail__custom-label-badge {
    font-size: 13px;
    padding: 3px 10px;
  }
}
