/**
 * PaManufacturerRecommendedPrice
 *
 * Commercial License
 * Copyright (c) 2026 PrestArtisan. All rights reserved.
 * This file is part of a commercial PrestaShop module.
 * Unauthorized copying, redistribution, resale, sublicensing or reuse outside a valid commercial license is prohibited.
 */
.pa-mrp-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2;
  white-space: nowrap;
}

.pa-mrp-label {
  font-weight: 400;
}

.pa-mrp-value {
  font-weight: 600;
}
