/* Hide podcast title */
.site-title,
.podcast-title,
.header-title,
.mt-5,
.title {
    display: none !important;
}

/* Hide podcast description/tagline */
.site-description,
.podcast-description,
.tagline,
.description,
.cc-podcast-head-desc-box,
.header-description {
    display: none !important;
}

/* Hide Podbean app button/icon */
.podbean-app-button,
.app-download,
.mobile-app-link,
.get-app,
.podcast-app,
.pb-app-button {
    display: none !important;
}


