.top-music-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.top-music-flag {
  width: 4px;
  height: 22px;
  border-radius: 12px;
  background-color: var(--red-origin);
}

.top-music-title span {
  font-family: FS PF BeauSans Pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
  color: var(--iz-player-bar-text-color);
}

.top-music-title-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-music-title_action {
  display: flex;
  gap: 8px;
}

.top-music-wrap {
  position: relative;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1;
}

.top-music-wrap .top-music-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
  user-select: none;
}

.top-music-gradient {
  border-radius: 16px;
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50.11%,
    rgba(0, 0, 0, 0) 50.11%,
    #000000 100%
  );
}

.top-music-wrap-item_des {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.top-music-wrap-item_icon {
  width: 40px;
  height: 40px;
  max-width: 40px;
  margin-right: 13px;
}

.top-music-wrap-item_des-title p {
  margin: 0;
}

.top-music-wrap-item_des-title p:nth-child(1) {
  font-family: FS PF BeauSans Pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
}

.top-music-wrap-item_des-title p:nth-child(2) {
  font-family: FS PF BeauSans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #f9fafb;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /*width: 150px;*/
}
/* ghi de swiper */
.top-music-container .swiper-button-next,
.top-music-container .swiper-button-prev {
  position: relative;
  color: #a1a1aa;
}
.top-music-container .swiper-button-next:after,
.top-music-container .swiper-button-prev:after {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 50%;
  background-color: var(--iz-bg-icon-prev-next);
  border: 1px solid var(--iz-border-icon-prev-next);
}

.top-music-container .swiper-pagination {
  margin-top: 13px;
  position: relative;
}


.top-music-container .swiper-pagination-bullet-active {
  background: #a1a1aa;
  opacity: 1;
  padding: 4px 7px;
  border-radius: 29px;
}

@media screen and (max-width: 1600px) {
  .top-music-wrap-item_des-title p:nth-child(2) {
    /*width: 100px;*/
  }
}

@media screen and (max-width: 576px) {
  .top-music-title span {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .top-music-title {
    margin-bottom: 20px;
  }
}
