/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.gg-adv-price-pair {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
}

.gg-adv-price-pair .gg-adv-original-price {
  opacity: 0.7;
}

.gg-adv-price-pair .gg-adv-reserved-price {
  text-decoration: none;
}

.gg-adv-recommended-price {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.85em;
  opacity: 0.85;
}
