/* Example: Hiding the default RSS icon link on the homepage header */
.podcast-feed-link, .fa-rss {
    display: none !important;
}

/* Example: Hiding specific player badge elements if applicable */
.podbean-badge {
    display: none !important;
}