.discord-ct {
  height: max-content;
}

.discord {
  text-align: center;
  margin: 0 auto;
}
.discord-avatar {
  position: relative;
  margin: 0 auto;
  width: 120px;
  height: 120px;
}

#avatar-dummy {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-color: #525252;
  border-radius: 50%;
}

.deco-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

#davatar {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
}

#dcollectible {
  width: 128px;
  height: 128px;
  background-size: cover;
  background-position: center;
}

.listening-ct {
  margin: 0.25em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 0.5em;
}

#music-album {
  width: 64px;
  height: 64px;
  background-color: #525252;
  background-size: cover;
  background-position: center;
  border-radius: 25%;
}

.listening-detail-ct {
  text-align: center;
  width: min(600px, 100% - 10px);
}

#music-time {
  margin: 0;
}

#music-title,
#music-artist {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}

@media (min-width: 768px) {
  .discord-ct {
    padding-bottom: 2em;
  }
  .discord-main-ct {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  .discord {
    margin: 0 2em;
  }
  .listening-ct {
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
  .listening-detail-ct {
    text-align: left;
  }
}
