.platform-attribution {
  margin: 0;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: inherit;
  opacity: 0.55;
}

.platform-attribution p {
  margin: 0;
}

.platform-attribution a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 45%, transparent);
  text-underline-offset: 0.15em;
  transition: opacity 0.15s ease, text-decoration-color 0.15s ease;
}

.platform-attribution a:hover {
  opacity: 1;
  text-decoration-color: currentColor;
}
