/* LP-DESIGN-R36: dimensional hero entry-price treatment.
   Typography scale and all approved hero/product geometry remain unchanged. */

.hero-price strong{
  position:relative;
  z-index:1;
  padding-right:7px;
  paint-order:stroke fill;
  -webkit-text-stroke:1.25px rgba(255,247,224,.98);
  text-shadow:
    3px 3px 0 var(--r5-brown),
    6px 6px 0 var(--r5-orange);
}

@media(max-width:640px){
  .hero-price strong{
    padding-right:6px;
    -webkit-text-stroke-width:1px;
    text-shadow:
      2px 2px 0 var(--r5-brown),
      4px 4px 0 var(--r5-orange);
  }
}
