.list-may-like-left-header-heart-icon {
    height: 22px;
    width: 22px;
    background-color: var(--iz-list-may-like-left-header-bottom-icon);
    -webkit-mask: url(/images/heart-icon-light-mode.svg) no-repeat center;
    mask: url(/images/heart-icon-light-mode.svg) no-repeat center;
}

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

.list-may-like-left-header {
    background: var(--iz-white-black);
    padding: 22px 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 32px;
    min-width: 320px;
}

.list-may-like-left-header .list-may-like-left-header-title {
    margin-top: 35px;
    font-size: 32px;
    color: var(--iz-list-may-like-left-header-title);
    display: flex;
    justify-content: center;
    text-align: center;
}

.list-may-like-left-header .list-may-like-left-header-singer {
    margin: 12px auto;
}


.list-may-like-left-header .play-all-button {
    border: 2px solid #FF3740;
    border-radius: 52px;
    font-size: 20px;
    color: var(--iz-list-may-like-play-all-button);
    margin-bottom: 21px;
}

.list-may-like-left-header .list-may-like-left-header-bottom-icon {
    font-size: 14px;
    color: var(--iz-list-may-like-left-header-bottom-icon);
}

.list-may-like-left-header .list-may-like-left-header-bottom-icon {
    font-size: 14px;
    color: var(--iz-list-may-like-left-header-bottom-icon);
    margin-bottom: 48px;
}

.list-may-like-left-header > img {
    margin-top: 48px;
    max-width: 464px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
}

.list-may-like-left-header-wrapper {
    background: linear-gradient(338deg, #E1E1E166, #F6F6F666);
    padding: 2px;
    border-radius: 32px;
}

.list-may-like-left-header-background {
    width: 100%;
    background: var(--iz-white-black);
    border-radius: 32px;
}

.list-may-like-left-header {
    width: 100%;
}