.song-detail-box .left-info-block {
    width: 270px;
}

.song-detail-box .left-info-block .song-name {
  color: var(--iz-mfg-list-group-tab-song-header-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  font-family: FS PF BeauSans Pro, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}

.song-detail-box .left-info-block .singer-name {
  color: var(--iz-list-song-select-bar-text) !important;
  font-size: 16px;
  font-weight: 500;
  font-family: FS PF BeauSans Pro, sans-serif;
  line-height: 19.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 280px;
}

.modal-share-account .fade {
    opacity: 1;
}
