[data-theme="light"] {
        --iz-home-listening-title: #364469;
        --iz-home-listening-head-title: #F81539;
        --iz-home-listening-singer: #A1A1AA;
        --iz-home-listening-display-head-border: block;
        --iz-label-title-normal-color :  #4F4F4F;
    }
[data-theme="dark"] {
        --iz-home-listening-title: #FFFFFF;
        --iz-home-listening-head-title: #F81539;
        --iz-home-listening-singer: #FCFCFCA6;
        --iz-home-listening-display-head-border: block;
        --iz-label-title-normal-color : #FCFCFCA6;

}

.topic-title{
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--iz-home-listening-title);
    line-height: 45px;
}

.topic-title .red-border{
    height: 22px;
    width: 4px;
    border-radius: 10px;
    background: var(--iz-home-listening-head-title);
    display: var(--iz-home-listening-display-head-border);

}

.topic-content {
    padding-top: 14px;
}

.topic-content .card-song{
    padding: 0;
    display: block;

}

.topic .swiper-slide {
    width: fit-content;
}

.topic .swiper-slide{
    text-align: unset;
    /* padding: 5px; */
}


.topic .swiper-container{
    overflow: hidden;
}


.topic-song {
    white-space: nowrap;
    overflow: hidden;
    color: var(--iz-home-listening-title);
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
}

.topic-singer {
    font-size: 14px;
    font-weight: 600;
    color:var(--iz-home-listening-singer);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.setting-ring-phone {
    display: block;
    color: var(--red-origin);
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
}


.topic .swiper-button-next,
.topic .swiper-button-prev {
    left:0;
    top: 100%;
    width: 27px;
    height: 44px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.topic .arrow-prev{
    color: transparent;
    position: static;
    height: 16px;
    width: 16px;
    background-color: var(--iz-home-listening-singer);
    -webkit-mask: url(../../../images/home/prev-arrow.svg) no-repeat center;
    mask: url(../../../images/home/prev-arrow.svg) no-repeat center;
}

.topic .arrow-next{
    border: 1px solid black;
    color: transparent;
    position: static;
    height: 16px;
    width: 16px;
    background-color: var(--iz-home-listening-singer);
    -webkit-mask: url(../../../images/home/next-arrow.svg) no-repeat center;
    mask: url(../../../images/home/next-arrow.svg) no-repeat center;
}

.topic .swiper-pagination{
    position: static;
}

.topic .btn-click{
    height: 24px;
    width: 24px;
    border: 1px solid #EBEBFF0D;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.topic .swiper-pagination-bullet-active {
    background: var(--iz-home-banner-arrow-pagination-active);
    border: medium none;
    height: 8px;
    opacity: 1;
    width: 12px;
}

.topic-card {
    border-radius: 11px;
    height: 180px;
    display: flex;
    align-items: flex-end;
    color: #EFEEE0;
    background-repeat: no-repeat;
    background-size: cover;
    width: fit-content;
}

.image-box-gradient,
.topic-card .overlay{
    position: absolute;
    bottom: 0;
    background: linear-gradient(
        179.8deg,
        rgba(255, 255, 255, 0) 0.18%,
        rgba(22, 6, 10, 0.34) 40.54%,
        rgba(22, 6, 10, 0.65) 67.49%, 
        rgba(22, 6, 10, 0.94) 95.68%);
    width: 100%; 
    height: 50%;
    border-radius: 15px;
}

.topic-image-box-title,
.topic-card .topic-header-title{
    position: absolute;
    bottom: 28px;
    left: 24px;
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 80%;
    word-break: break-word;
}

.topic-card .topic-text {
    position: absolute;
    width: calc(100% - 24*2px);
    bottom: 37px;
    left: 24px
}

 .topic-card .name{
     font-family: FS PF BeauSans Pro, sans-serif;
     font-size: 24px;
     font-style: italic;
     font-weight: 700;
     line-height: 31px;
     text-transform: capitalize;
     overflow: hidden;
     text-overflow: ellipsis;
     text-wrap: nowrap;
 }

 .topic-card .yellow-text{
     font-family: FS PF BeauSans Pro, sans-serif;
     color: #FDCC26;
     font-size: 32px;
     font-style: italic;
     font-weight: 700;
     line-height: 42px;
     text-transform: capitalize;
     overflow: hidden;
     text-overflow: ellipsis;
     text-wrap: nowrap;
}

.topic-card .extra-text{
    margin-top: 10px;
    font-family: FS PF BeauSans Pro, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF8C;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.brand-hot{
    position: absolute;
    width: 70px;
    top:-11px;
    left:0;
}