#subset_container .playlist .playlist-frame .frame-buttons .icon {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

#subset_container .playlist .playlist-frame .frame-buttons .btn-remove>.icon::before {
    content: "\f2ed";
}

#subset_container .playlist .playlist-frame .frame-buttons .btn-download>.icon::before {
    content: "\f019";
}

#subset_container .playlist .playlist-frame .frame-buttons .btn-download.downloading>.icon::before {
    content: "\f2f1";
}

#subset_container .playlist .playlist-frame .frame-buttons .btn-equalizer>.icon::before {
    content: "\f1de";
}

#subset_container .playlist .playlist-frame .frame-buttons .btn-calendar>.icon::before {
    content: "\f073";
}

#subset_container .playlist .playlist-frame .frame-buttons .btn-dots>.icon::before {
    content: "\f141";
}

.discovery-mode #subset_container_wrapper .icon {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.discovery-mode.expanded #subset_container_wrapper .discovery-hide.icon::before {
    content: '\f054';
}

.discovery-mode.reduced #subset_container_wrapper .discovery-hide.icon::before {
    content: '\f053';
}

.discovery-mode #subset_container .playlist .playlist-frame .frame-buttons .btn-view>.icon::before {
    content: "\f070";
}

.discovery-mode #subset_container .playlist .playlist-frame .frame-buttons .btn-view.selected>.icon::before {
    content: "\f06e";
    color: var(--adam-accent-color);
}

.discovery-mode #subset_container .playlist .playlist-frame .frame-buttons .btn-zoom>.icon::before {
    content: "\f05b";
}