.buy-cost {
  display: flex;
  gap: 0.25rem;
  align-items: baseline;
}

.buy-cost__currency {
  font-size: 70%;
  color: #707070;
}

.buy-cost__cents {
  font-size: x-small;
}
