.cover {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}
.cover-placeholder {
  background: linear-gradient(135deg, #6c757d, #343a40);
  color: #fff;
}
.player-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background: var(--bs-body-bg);
  border-top: 1px solid var(--bs-border-color);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, .12);
}
#player {
  width: 100%;
}
/* Plats för den fasta spelaren så inget innehåll hamnar bakom den */
body.has-player {
  padding-bottom: 140px;
}
.episode.active {
  background-color: var(--bs-primary-bg-subtle);
}
.episode .play-icon {
  opacity: .4;
}
.episode.active .play-icon {
  opacity: 1;
}
.toast-copy {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.85);
  color: #fff;
  padding: .5rem 1rem;
  border-radius: .5rem;
  z-index: 2000;
  opacity: 0;
  transition: opacity .2s;
}
.toast-copy.show {
  opacity: 1;
}
.rss-box input {
  font-family: monospace;
  font-size: .85rem;
}
.cover-choice {
  cursor: pointer;
  width: 96px;
}
.cover-choice .cover-thumb {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: .25rem;
}
.cover-choice .cover-label {
  max-width: 84px;
  font-size: .7rem;
  line-height: 1.1;
}
