::slotted(img) {
  width: 192px;
  display: block;
  margin: 1rem auto 0;
}

:host(.hide-episode-image) ::slotted(img) {
  display: none;
}

h1 {
  font-size: 1.2rem;
  text-align: center;
}

.description {
  line-height: 1.4em;
  text-align: justify;
}

:host {
  margin: 0 auto;
  display: block;
}


button {
  background-color: var(--app-colour);
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
}

button svg {
  width: 26px;
  height: 26px;
}
