
#plaque-title h3, #plaque-title p {
  margin: 0.1em 0;  
  max-width: 19em;
  text-overflow: ellipsis;
  overflow: hidden;
}

#plaque-title h3 {
  font-size: 1.5em;
  max-height: 4.2ch;
  overflow-wrap: break-word;
}

#plaque-title p {
  margin-top: -0.3em;
  max-height: 2.1ch;
}



/*SPOTIFY CODE*/

#spotify-code {
  width: 80%;
  margin: auto;
  margin-top: 1em;
}

#spotify-code img {
  width: 100%;
}

#spinner {
  display: none;
  position: relative;
  width: 5em;
  top: calc(-50% - 2.5em);
  left: calc(50% - 2.5em);
}


/*Play song and artist info / heart*/

#plaque-info {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}


#heart {
  width: 1.4em;
  height: 1.4em;
  object-fit: cover;
}

/*Playback section / progress bar*/

#progress-bar {
  width: 100%;
  height: 0.5em;
}

#bar {
  width: 100%;
  height: 0.5em;
  background-color: var(--black);
  border-radius: 0.5em;
}

#bar-circle {
  position: relative;
  top: -0.58em;
  left: -0.1em;
  background-color: var(--white);
  height: 0.7em;
  width: 0.7em;
  border-radius: 50%;
}

#playback-times {
  margin-top: -0.7em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*Playback Buttons*/

#plaque-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#play-button {
  width: 3em;
  height: 3em;
  object-fit: cover;
}



.skip {
  width: 2em;
  height: 2em;
  object-fit: cover;
}

#skip-reverse {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.side-button {
  width: 1.5em;
  height: 1.5em;
  object-fit: cover;
}
