.pc-set-price-box {
  width: 100%;
  margin-top: 10px;
  color: inherit;
}

.pc-set-price-box pre {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: 'Inconsolata', monospace;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  white-space: pre-wrap;
}

.pc-set-price-box[aria-busy="true"] pre {
  opacity: 0.72;
}
