.shop-simulator {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--s-hair, currentColor);
}

.shop-simulator p {
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: var(--s-muted, inherit);
  letter-spacing: 0.04em;
}

.shop-simulator a {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--s-text, inherit);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.shop-simulator a::after {
  content: " →";
}

.shop-simulator a:hover {
  opacity: 0.5;
}
