.official-player {
  padding: 24px 28px 10px;
}

.official-player .label {
  margin: 0 0 12px;
}

.official-player iframe {
  display: block;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, .05);
}

.release-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 30px 26px;
}

.apple-link {
  background: #f5f2ff;
  color: #171325;
  border-radius: 99px;
  padding: 12px 18px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  transition: .2s;
}

.apple-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
}

@media (max-width: 760px) {
  .official-player { padding: 18px 14px 6px; }
  .release-bar { padding: 16px 18px 22px; }
  .release-bar .now-playing { display: none; }
  .apple-link { width: 100%; text-align: center; }
}
