/* ==========================================================================
   Human Factor Podcast - Conditional Stylesheet
   Loaded only on podcast category posts and the podcast landing page (24493)
   ========================================================================== */

/* PODCAST EPISODE POSTS - Hide blown-up featured image and redundant headers */
body.post-in-category-human-factor-podcast .single-blog-media,
body.post-in-category-human-factor-podcast #post-media {
    display: none !important;
}

body.post-in-category-human-factor-podcast .single-blog-header,
body.post-in-category-human-factor-podcast .page-header {
    display: none !important;
}

/* PODCAST LANDING PAGE (page 24493) - Remove white space above content */
.page-id-24493 .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-id-24493 .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Pull the hero section up to eliminate the gap */
.page-id-24493 .entry-content > *:first-child {
    margin-top: -40px !important;
}

/* Force remove any WordPress content spacing */
.page-id-24493 .wp-site-blocks {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
