.client-side-prices-price-processing {
  background-repeat: no-repeat;
  background-image: url('../images/loading.svg');
}
.client-side-prices-price-processed {
  background-image: none;
}

/*
  NB: Not part of this module actually.
  I just struggle to much to get npm working to change this in the theme.
  This just ensures we have space to show the loading animation. This module
  probably should have some way to ensure that, but not sure how to do that in
  a way that's not opinionated like this one is.
*/
.client-side-prices-price-processing {
  min-height: 21px;
}
