.shop-support {
  margin: 1.5rem 0 2rem;
  padding: 1rem 1.25rem;
  border-inline-start: 3px solid #cca152;
  border-radius: 4px;
  background: #f3efe7;
  color: #4d4d4d;
  text-align: start;
}

.shop-support p {
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.6;
}

.shop-support strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #3c3d37;
  font-weight: 500;
}

.shop-support a {
  color: #785b24;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  overflow-wrap: anywhere;
}

.shop-support a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

main > .shop-support {
  max-width: 48rem;
  margin: 1.5rem auto;
}

main > a.main-btn {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
}
