Change link color in widget description

Add this code to the Custom CSS field on your Podcast Player widget’s Style tab:

.global-classes, [class^='Description__Context'] a {
    color: white !important;
    font-weight: bold !important;
}