[data-theme="dark"] .light-theme {
    display: none;
}

[data-theme="light"] .dark-theme {
    display: none;
}


.recently-download-header{
    font-size: 32px;
    font-weight: 700;
    color: var(--iz-recently-download-header);
}

.recently-download-header .recently-download-header-border-left{
    width: 4px;
    height: 22px;
    background-color: var(--iz-recently-download-header-border-left);
    border-radius: 12px;
}

.recently-download-table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.recently-download-table-song-title{
    font-size: 20px;
    font-weight: 500;
    color: #AFB6B2;
}

.recently-download-table-song-title.selected {
    color:var(--iz-recently-download-table-text-chosen);
}


.recently-download-table-song-more{
    font-size: 16px;
    color: #7A8580;
}

.recently-download-table-song-more.selected {
    color:var(--iz-recently-download-table-text-chosen);
}


tr {
    cursor: pointer;
}
