.streaming-promo {
  font-family: 'Arimo', Arial, sans-serif;
}

.streaming-promo--home {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  max-width: 1360px;
  margin: 1rem auto .5rem;
  padding: 0 1.2rem;
  text-align: center;
}

.streaming-promo--home .streaming-links {
  justify-content: center;
}

.streaming-promo .streaming-promo__intro h2,
.streaming-promo .streaming-promo__intro h4 {
  margin: 0 0 .5rem;
  font-family: inherit;
  font-size: 1.35rem;
  line-height: 1.3;
}

.streaming-promo .streaming-promo__intro p {
  margin: 0 0 1.25rem;
  font-size: .95rem;
  line-height: 1.5;
}

.streaming-links {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.streaming-promo a.streaming-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 8px;
  border: 0;
  border-radius: 5px;
  color: inherit;
  background: transparent;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.streaming-promo a.streaming-link:hover {
  background: transparent;
  filter: brightness(1.2);
}

.streaming-promo a.streaming-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.streaming-promo .streaming-logo {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.streaming-mark {
  display: block;
  width: 28px;
  height: 28px;
}

.streaming-promo--album .streaming-mark {
  background-color: currentColor;
  -webkit-mask: var(--streaming-icon) center / contain no-repeat;
  mask: var(--streaming-icon) center / contain no-repeat;
}

.streaming-promo--album .streaming-logo {
  visibility: hidden;
}

.streaming-promo--album a.streaming-link:is(:hover, :focus-visible) {
  filter: none;
}

.streaming-promo--album .streaming-link:is(:hover, :focus-visible) .streaming-mark {
  background-color: transparent;
  -webkit-mask: none;
  mask: none;
}

.streaming-promo--album .streaming-link:is(:hover, :focus-visible) .streaming-logo {
  visibility: visible;
}

.streaming-promo--home .streaming-promo__intro h2 {
  margin: 0;
  font-size: 1.1rem;
}

.streaming-promo--album {
  margin: 1rem 0;
  padding: .5rem 0;
}

.streaming-promo--album .streaming-links {
  justify-content: center;
}

.streaming-promo--song {
  width: min(600px, 100%);
  margin: 1.25rem 0 0;
  padding: 0;
  font-family: inherit;
  text-align: center;
}

.song-embed--full > .streaming-promo--song {
  width: min(720px, 100%);
}

.streaming-promo .streaming-promo__more {
  margin: 1rem 0 0;
  font-size: .85rem;
}

.streaming-promo__more a {
  color: inherit;
  text-underline-offset: .2em;
}

.streaming-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
