@media screen and (min-width: 1400px) {
    .list-may-like-song-list {
        flex: 0 0 auto;
        width: 70%;
    }
}

.list-may-like-song-list-clock-icon {
    height: 28px;
    width: 28px;
    background-color: var(--iz-list-song-th-icon);
    -webkit-mask: url(/images/clock-icon.svg) no-repeat center;
    mask: url(/images/clock-icon.svg) no-repeat center;
}

.list-may-like-song-list-headphone-icon {
    height: 22px;
    width: 22px;
    background-color: var(--iz-list-song-th-icon);
    -webkit-mask: url(/images/headphone-icon.svg) no-repeat center;
    mask: url(/images/headphone-icon.svg) no-repeat center;
}

.list-may-like-song-list-download-arrow-icon {
    height: 22px;
    width: 22px;
    background-color: var(--iz-list-song-th-icon);
    -webkit-mask: url(/images/list-may-like/download.svg) no-repeat center;
    mask: url(/images/list-may-like/download.svg) no-repeat center;
}

.list-may-like-song-list-play-icon {
    height: 30px;
    width: 30px;
    background-color: var(--iz-list-song-play-icon);
    -webkit-mask: url(/images/play-icon.svg) no-repeat center;
    mask: url(/images/play-icon.svg) no-repeat center;
}

.pause-icon {
    display: none;
}

.list-may-like-song-list-play-icon.active ~ .pause-icon {
    display: block;
}

.list-may-like-song-list-play-icon.active {
    display: none;
}

.fluctuation-chart-icon {
    display: none;
}

.list-may-like-song-list-download-icon {
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/download-icon.svg) no-repeat center;
    mask: url(/images/download-icon.svg) no-repeat center;
}

.list-may-like-song-list-like-icon {
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/like-icon.svg) no-repeat center;
    mask: url(/images/like-icon.svg) no-repeat center;
}

.list-may-like-song-list-gift-icon {
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/gift-icon.svg) no-repeat center;
    mask: url(/images/gift-icon.svg) no-repeat center;
}

.list-may-like-song-list-share-icon {
    height: 38px;
    width: 38px;
    background-color: #EE0033;
    -webkit-mask: url(/images/share-icon.svg) no-repeat center;
    mask: url(/images/share-icon.svg) no-repeat center;
}

.list-may-like-song-list-song-header {
    color: var(--iz-mfg-list-group-tab-song-header-text);
    font-size: 18px;
    font-weight: 500;
}

.list-may-like-song-list-song-header.selected {
    color: #EE0033;
}

/*.list-may-like-song-list-table {*/
/*    padding-right: -50px!important;*/
/*}*/

.list-may-like-song-list-table th {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: var(--iz-list-song-th-icon);
}

.list-may-like-song-list-table td {
    margin: 17px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--iz-list-song-select-bar-text);
}

.list-may-like-song-list-table button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.list-may-like-song-list-info {

}

.list-may-like-song-list-song-info-text {

}

.list-may-like-song-list-song-singer {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-may-like-song-list-song-header {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.list-may-like-song-list-info > img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
}
