.bandcam-player-embed {
  position: relative;
  width: 100%;
  aspect-ratio: var(--bandcam-player-aspect, 16/9);
  overflow: hidden;
  background: #101015;
  border-radius: 10px;
}
.bandcam-player-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.bandcam-player-embed__error {
  padding: 12px 14px;
  color: #7c2d12;
  background: #fff7ed;
  border-left: 4px solid #f97316;
}
