.xo-cart-tax-note {
  display: block;
  color: rgba(var(--color-foreground), 1);
  font-size: calc(var(--font-body-scale) * 1.3rem);
  font-weight: 500;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  opacity: 0.65;
}
.xo-cart-tax-note a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.xo-cart-tax-note a:hover {
  text-decoration: underline;
}