.wr-podcast-player-widget {
    font-family: Arial, sans-serif;
}

.wr-podcast-episode-list {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}

.wr-podcast-episode-item {
    cursor: pointer;
    padding: 0.5em;
    border-bottom: 1px solid #ddd;
    outline: none;
}

.wr-podcast-episode-item:hover,
.wr-podcast-episode-item:focus {
    background-color: #f0f0f0;
}

.wr-podcast-episode-item.playing {
    background-color: #0073aa;
    color: white;
    font-weight: bold;
}