.amount.ucp-localized{transition:opacity .3s ease}
.ucp-price-loading{position:relative;opacity:.55;pointer-events:none}
.ucp-price-loading::after{content:"";display:inline-block;width:12px;height:12px;margin-left:8px;border:2px solid #ccc;border-top-color:#007cba;border-radius:50%;animation:ucp-spin .6s linear infinite;vertical-align:middle}
@keyframes ucp-spin{to{transform:rotate(360deg)}}
.woocommerce-Price-amount{white-space:nowrap}