.spotify-playlist-hero {
  padding: 2.5rem 0 1rem;
}

.spotify-playlist-hero h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.spotify-playlist-lead {
  max-width: 42rem;
  color: var(--dash-muted);
  font-size: 1.1rem;
  line-height: 1.55;
  margin: 0;
}

.spotify-playlist-body {
  padding: 0 0 3rem;
}

.spotify-embed-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--dash-border);
  background: #121212;
}

.spotify-embed-wrap iframe {
  display: block;
  border: 0;
  min-height: 480px;
}

.spotify-open-link {
  margin: 1rem 0 0;
  text-align: center;
}

.spotify-open-link a {
  color: var(--dash-accent-2);
  text-decoration: none;
  font-weight: 600;
}

.spotify-open-link a:hover {
  text-decoration: underline;
}
