.priceselectors .rb-price-value {
  display: block;
}

.rb-price-tax {
  display: block;
  margin-top: 0.42em;
  color: inherit;
  font-family: Oswald, sans-serif;
  font-size: clamp(9px, 0.58em, 11px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: normal;
  opacity: 0.82;
}

.model-card__price .rb-price-tax {
  margin-top: 0.5em;
  font-size: 9px;
}

/* Keep the model hero specifications close to the lower viewport edge on
   every slide. The original 5% bottom padding reads too high, especially on
   tall phones; these values preserve a safe edge while moving the complete
   price/length/capacity group down together. */
@media screen and (min-width: 768px) {
  .home-thumb-item .hero-grid.main {
    padding-bottom: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .home-thumb-item .hero-grid.main {
    margin-bottom: 12px !important;
    padding-bottom: 8px !important;
  }
}
