html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Supreme', sans-serif;
    font-weight: 400; /* Regular */
    font-style: normal;
}

h1 {
    font-family: 'Supreme', sans-serif;
    font-weight: 700; /* Bold */
    font-style: normal;
}

.italic-text {
    font-family: 'Supreme', sans-serif;
    font-weight: 400; /* Regular */
    font-style: italic;
}

.bold-italic-text {
    font-family: 'Supreme', sans-serif;
    font-weight: 700; /* Bold */
    font-style: italic;
}

img {
 max-width: 100%;
 height: auto;
 display: block; /* Removes bottom space/gap */
}

body {
    font-family: 'Supreme', Arial, sans-serif!important;
}

.search-form {
    display: inline-block;
    width: 423px; /* Set exact width */
    height: 70px; /* Set exact height */
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 120px;
}

.search-form .input-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.search-form .input-group input[type="text"] {
    width: 100%;
    height: 70px;
    padding: 10px 40px 10px 15px;
    border: 1px solid #274C43;
    border-radius: 35px !important;
    background-color: transparent;
    outline: none;
    z-index: 0;
}

.search-form .input-group>.form-control:focus,.search-form .input-group>.form-floating:focus-within,.search-form .input-group>.form-select:focus {
    z-index: 0;
}

.search-form .btn{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-25%);
    background-color: #274C43;
    border: none;
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0;
}

/*.search-form button[type="submit"]:hover {*/
/*    background-color: #274C43;*/
/*}*/

.search-form button[type="submit"] img {
    width: 24px;
    height: 24px;
}

.content {
    padding-bottom: 150px;
}

/*.img.attachment-large.size-large.wp-post-image {*/
/*    height: 621px;*/
/*    width: 1320px;*/
/*}*/

.post {
    padding: 142.25px 0;
}
.search.search-results .post {
    padding: 0px 15px;
}
.search.search-results .article-card {
    padding: 30px 0px 0px;
}
.search.search-results .card-body{
    padding: 0px;
}
.search.search-results .article-content-col{
    min-height: 150px;
}
.search.search-results .page-header{
    margin-top: 50px;
    margin-bottom: 70px;
}
.search.search-results .post:last-child {
    margin-bottom: 80px;
}

.news {
    background-color: #82BEBE;
    border-radius: 10px;
    min-height: 200px;
    height: auto;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    max-width: 1320px;
}

/* Footer newsletter — keep checkbox labels on one line (desktop) */
.news .newsletter-section {
    padding: 20px 32px !important;
}

.news .content-section {
    flex: 1 1 auto !important;
    min-width: 0;
    gap: 24px !important;
}

.news .content-section h2,
.news .newsletter-section__title {
    flex: 0 0 200px;
    max-width: 200px;
}

.news .form-actions,
.news .newsletter-section__form {
    flex: 0 0 542px !important;
    max-width: 542px !important;
    width: 542px;
}

.news .checkbox-container,
.news .newsletter-section__checkboxes {
    flex-shrink: 0;
    min-width: 380px;
}

.news .checkbox-container label,
.news .newsletter-section__checkbox-label,
.news .newsletter-section__checkbox-label span {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .news .form-actions,
    .news .newsletter-section__form {
        flex: none !important;
        max-width: 100% !important;
        width: 100%;
    }

    .news .checkbox-container,
    .news .newsletter-section__checkboxes {
        min-width: 0;
    }

    .news .checkbox-container label,
    .news .newsletter-section__checkbox-label span {
        white-space: normal;
    }
}

.pb-4 {
    font-family: Playfair Display SemiBold;
    font-weight: 600;
    font-size: 68px;
    line-height: 81.6px;
    padding-bottom: 68px !important;
}


#footer {
    background-color: #274C43;
    padding-top: 150px;
}



#footer p {
    font-family: 'Supreme', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
}

.ul.footer-submenu {
    list-style: none !important;
    padding-left: 0 !important;
}

.ul.dropdown-menu.show {
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  font-family: 'Supreme', sans-serif; /* Ensure you have this font or replace with a similar one */
  width: 100%;
  padding: 20px 0;
}

.article-btn img {
    transition: filter 0.3s ease-in-out;
}

.article-btn img:hover {
    filter: invert(1);
}



/* Widget container */
.widget_nav_menu {
    color: #ffffff;
}

/* Widget title */
.widget_nav_menu .widgettitle {
    font-family: Playfair Display SemiBold;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Navigation menu */
.widget_nav_menu .menu {
    font-family: Supreme-Medium;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    paragraph: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Menu items */
.widget_nav_menu .menu-item {
    margin-bottom: 0.5rem;
}

/* Menu links */
.widget_nav_menu .menu-item a {
    color: #ffffff;
    text-decoration: none;
}

/* Remove default link styles */
.widget_nav_menu .menu-item a:hover,
.widget_nav_menu .menu-item a:focus,
.widget_nav_menu .menu-item a:active {
    color: #ffffff;
    text-decoration: none;
}

.navbar{
    font-family: Supreme-Medium;
    font-weight: 400;
    font-size: 20px;
}


/*
 * Blog / Podcast cards (shared layout)
 */

.article-block {
    display: flex;
    flex-direction: column;
    background-color: #F6F6F6;
    border: 1px solid #d9d9d9;
    border-radius: 20px !important;
    height: 566px;
    padding: 24px 20px 20px;
    min-width: 424px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .article-block {
        min-width: 100%;
        height: auto;
    }

    .article-card {
        padding-bottom: 0;
    }
}

.article-block:hover {
    background: linear-gradient(108.78deg, rgba(205, 230, 246, 0.43) 21.83%, rgba(246, 246, 246, 0.43) 72.74%, rgba(45, 190, 147, 0.172) 96.53%);
}

.search-card.article-block {
    height: auto;
    min-height: 0;
}

.article-block .card-body {
    padding: 0;
    flex: 0 0 auto;
}

.article-card {
    border-radius: 0;
    color: #212121;
    padding: 0;
}

.article-card__title-row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.article-card__meta-row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 16px !important;
}

.author-thumb img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #d9d9d9;
}

.author-name {
    font-family: Supreme-Medium;
    color: #212121;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.article-date {
    font-family: Supreme-Medium;
    color: #212121;
    font-weight: 500;
    font-size: 16px;
}

.article-title a {
    font-family: Playfair Display SemiBold;
    color: #274C43;
    font-weight: 600;
    font-size: 24px;
    text-decoration: none !important;
}

.article-title a:hover,
.article-title a:focus {
    color: #1f3d36;
}

h3.article-title {
    margin: 0;
    line-height: 26.4px;
    overflow: hidden;
    max-height: 55px;
}

.article-btn img {
    width: 45px;
}

.article-content {
    display: -webkit-box;
    font-weight: 400;
    font-size: 18px;
    font-family: Supreme-Regular;
    line-height: 27px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-block .bdp-post-image-bg {
    margin-top: auto;
    flex: 1 1 auto;
    min-height: 0;
}

.article-block .bdp-post-image-bg a {
    display: block;
    height: 100%;
}

.article-block .bdp-post-image-bg img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px !important;
    display: block;
    opacity: 1;
}

/* Podcast cards use the same article-block layout as blog */
.post-type-podcast .article-block .bdp-post-image-bg img,
.type-podcast .article-block .bdp-post-image-bg img {
    height: 280px;
    object-fit: cover;
}

.bdp-post-pagination a {
    background: none;
    border: none;
    color: #1C1717 !important;
    min-width: 46px;
    min-height: 46px;
    text-transform: capitalize;
    line-height: 30px;
}

.bdp-post-pagination a:hover , .bdp-post-pagination .current{
    background-color: #274C43;
    border-radius: 6px;
    color: #fff !important;
    min-width: 46px;
    min-height: 46px;
    line-height: 30px;
}


/*
 * Single Post
 */
.entry-title {
    color: #023020;
    font-family: Playfair Display SemiBold;
    font-size: 60px;
    font-weight: 600;
    line-height: 81.6px;
}
.single .entry-content h3,
.single .entry-content h2 {
font-family: Playfair Display SemiBold;
    font-size: 48px;
    padding-bottom: 50px;
    padding-top: 70px;
    color: #001526;
    }
.author {
    border-right: 1px solid rgba(8, 6, 42, 0.2);
    font-family: 'Supreme';
    font-weight: 700;
    font-size: 20px;
    color:#353232;
}
.post-nav a {
    font-family: 'Supreme';
    font-size: 18px;
    font-weight: 400;
    color: #1C1717;
}
.recent {
    padding-bottom:200px;
}

.post-thumbnail {
    padding-bottom: 70px;
}

.date {
    font-family: 'Supreme';
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #353232;
}

.arrow {
    padding-right: 0px;
    padding-left: 8px;
}


.header-social-icons i.fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #FFFFFF;
  background-color: transparent;
  font-size: 12px;
  margin-right: 2px;
  text-decoration: none;
} 



.span.arrow {
    font-size: 18px;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.like-text {
    font-family: Raleway, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.03em;
    color: #000; /* Text color */
}


.bdp-post-image-bg img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px !important;
    opacity: 1;
}

/*.bdp-post-grid-main.bdp-design-2 .bdp-post-image-bg {*/
/*    width: 394px;*/
/*}*/

.bdp-clearfix:before{
    content:none;
}

.bdp-post-grid-main.bdp-design-2.bdpgrid-3.bdp-clearfix {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(424px, 1fr)); /* Adjusted min width */
    gap: 6px;
}


/* footer styles */

#nav_menu-8{
    padding-left: 154px !important;
}


.footer-submenu {
    list-style : none !important;
    padding-left: 0 !important;
    color: white !important;
}
.footer-submenu li {
    margin-bottom:10px;
}
.footer-submenu li a {
    color: #FFFFFF !important;
    font-family: 'Supreme';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

h4.footer-menu-title {
    font-family: 'Playfair Display SemiBold' !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    margin-bottom:38px;
}

#main-menu .nav-linka {
    color: white !important; /* Set the desired color for main menu links */
    text-decoration: none; /* Optional: Removes underline */
}

/* Submenu link text color */
.submenu-container .nav-link {
    color: black !important; /* Set the desired color for submenu links */
    text-decoration: none; /* Optional: Removes underline */
}


@media screen and (max-width: 991px) {
    #nav_menu-8 {
        padding-left: 85px !important;
    }
}


#nav_menu-7{
    padding-left: 62px !important;
}

#nav_menu-6 {
    padding-left: 61px !important;
}


@media (max-width: 768px) {
    .search-form {
        max-width: 100%;
    }
}



@media screen and (max-width: 767px) {
    #footer {
        padding-top: 230px !important;
    }

    .news {
        width: calc(100% - 40px);
        max-width: none;
    }
    
    #nav_menu-6,
    #nav_menu-7,
    #nav_menu-8{
        padding-left: 0px !important;
        padding-top: 50px !important;
    }
    
}

@media screen and (max-width: 600px) {
    #nav_menu-6,
    #nav_menu-7,
    #nav_menu-8,
    #nav_menu-9{
        padding-left: 40px !important;
    }
    
}

.navbar-brand img {
    height: 30px !important;
}

nav#header {
    background-color: #000000!important;
    padding: 0px;
}
nav#header #navbar{
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
nav#header .nav-link {
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 0;
}
.nav-link:focus, .nav-link:hover{
color: rgb(44, 191, 147);
}
.submenu-container ul{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1000;
}

.submenu-container .submenu-title {
    max-width: 1320px;
    margin: 0 auto;
    padding-bottom: 12px;
}

.submenu-container .submenu-title span{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}


.dropdown-menu {
    background-color: transparent;
    border: none;
    padding: 0;
    list-style: none; 
}
.dropdown-menu .dropdown {
    position: initial!important;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px; 
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: initial!important;
}

/* Style the dropdown menu items */
.dropdown-menu .menu-item {
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

/* Ensure the dropdown menu items are visible */
.dropdown-menu .menu-item a {
    color: white !important; 
    text-decoration: none;
    display: block; 
    padding: 10px 20px; 
}

/* Hover effect for dropdown menu items */
.dropdown-menu .menu-item a:hover {
    color: #274C43 !important;
}
.navbar-nav{
    padding: 0rem 1rem !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(44, 191, 147);
}
.dropdown-menu.show {
    margin: 0px;
    border-radius: 0px;
}

/* Ensure the dropdown toggle works */
.menu-item-has-children:hover .submenu-container {
    display: block !important;
}

/* Style the event title, date, and location */
.event-title {
    display: block;
    color: white;
    font-family: Supreme-Medium;
    font-size: 16px;
}

.submenu-item-title,
.submenu-item-date,
.submenu-item-location {
    color: white;
    font-family: 'Supreme'!important;
    font-size: 1.20rem;
    font-weight: 700;
}

.submenu-item-date,
.submenu-item-location {
    font-size: 14px; 
    opacity: 0.8; 
}

.event-title a.nav-link:hover .submenu-item-title,
.event-title a.nav-link:hover .submenu-item-date,
.event-title a.nav-link:hover .submenu-item-location {
    color: rgb(44, 191, 147) !important; 
    font-family: 'Supreme'!important;
}




.header-social-icons a:hover{
 color: rgb(44, 191, 147);
}

.header-social-icons {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 4px;
}

.submenu-item-date {
    float: left;
}

@media (min-width: 1200px) {
    #header .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
        max-width: min(1320px, 98%) !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    #header .navbar-brand {
        flex-shrink: 0;
        margin-right: 8px;
    }

    nav#header #navbar {
        display: flex !important;
        flex: 1 1 auto;
        flex-wrap: nowrap !important;
        justify-content: flex-end;
        align-items: center;
        min-width: 0;
    }

    #main-menu {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        justify-content: flex-end;
    }

    #menu-primary.navbar-nav {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-end;
        padding-left: 0 !important;
        padding-right: 0 !important;
        column-gap: 4px;
    }

    #menu-primary > .menu-item {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    #menu-primary .nav-link {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 13px;
        padding: 10px 12px;
        white-space: nowrap;
        line-height: 1.2;
    }

    #menu-primary .nav-link svg {
        width: 12px;
        height: 12px;
        flex-shrink: 0;
    }

    .header-social-icons {
        margin-left: 12px;
        flex-shrink: 0;
        gap: 4px;
    }

    .header-social-icons i.fab {
        width: 22px;
        height: 22px;
        font-size: 11px;
        margin-right: 0;
    }
}

@media (min-width: 1366px) {
    #menu-primary.navbar-nav {
        column-gap: 6px;
    }

    #menu-primary .nav-link {
        font-size: 14px;
        padding: 10px 14px;
    }
}

@media (min-width: 1440px) {
    #header .container {
        max-width: 1320px !important;
        padding-left: 24px;
        padding-right: 24px;
    }

    #menu-primary.navbar-nav {
        column-gap: 8px;
    }

    #menu-primary .nav-link {
        font-size: 15px;
        padding: 10px 16px;
    }

    .header-social-icons {
        margin-left: 16px;
        gap: 4px;
    }
}

@media (min-width: 1600px) {
    #menu-primary .nav-link {
        font-size: 15px;
        padding: 10px 18px;
    }
}

@media (max-width: 767px) {
    .navbar-toggler{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        border: 1px solid #fff;
        background-color: #fff;
    }
    #header .container {
        position: relative;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    nav#header #navbar{
        margin-top: 16px;
    }
    .dropdown-menu .dropdown {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .dropdown-menu .menu-item a {
        padding: 0px;
    }
}


.dropdown-toggle:after {
    display:none;
}

.navbar{
    font-family: 'Supreme'; font-weight: 400; font-style: normal;
}

@media (max-width: 1199px) {
    nav#header #navbar {
        width: 100%;
        border-top: 0.3px solid #444444;
        margin-top: 16px;
        border-bottom: 0.3px solid #444444;
        flex-direction: column;
        align-items: stretch !important;
    }

    #menu-primary.navbar-nav {
        width: 100%;
    }

    .header-social-icons {
        justify-content: center;
        padding: 12px 0 4px;
        margin-left: 0;
    }
}
        
@media (max-width: 767px) {
    .entry-title {
        font-size: 40px !important; /* Adjust as needed */
        line-height: 48px;
    }
}
 





/* Navbar Hover CSS
------------------------------------
*/

/* Desktop styles */
@media (min-width: 768px) {
    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children:hover .submenu-container ul {
        display: block;
    }

    .submenu-container ul {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 1000;
    }
}

/* Mobile styles */
@media (max-width: 767px) {
    .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item-has-children > a svg {
        transition: transform 0.3s ease;
    }

    .menu-item-has-children.active > a svg {
        transform: rotate(180deg);
    }

    .submenu-container {
        display: none;
    }

    .menu-item-has-children.active .submenu-container {
        display: block;
    }

    .dropdown-menu .dropdown {
        grid-template-columns: 1fr;
    }
}

/* Common styles */
.submenu-container ul{
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
    width: 100%;
    border-radius: 0px;
}

.dropdown-menu {
    background-color: transparent;
    border: none;
    padding: 0;
    list-style: none;
}

.dropdown-menu .menu-item {
    padding: 5px 0;
}

.dropdown-menu .menu-item a {
    color: white !important;
    text-decoration: none;
    display: block;
    padding: 5px 0px;
}

.dropdown-menu .menu-item a:hover {
    color: rgb(44, 191, 147) !important;
}

.event-title {
    display: block;
    color: white;
    font-family: Supreme-Medium;
    font-size: 16px;
}

.submenu-item-title,
.submenu-item-date,
.submenu-item-location {
    color: white;
    font-family: 'Supreme' !important;
}

.submenu-item-title {
    font-size: 1.2rem;
    font-weight: 700;
}

.submenu-item-date,
.submenu-item-location {
    font-size: 14px;
    opacity: 0.8;
}




/*
single single-post details page
-------------------------------
*/
.single.single-post .entry-title{
    font-size: 68px;
}
.single.single-post .meta {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 50px;
}
.single.single-post .post-thumbnaila img {
    width: 100%!important;
    height: 621px!important;
    object-fit: cover;
    border-radius: 20px;
    padding-bottom: 0px!important;
    margin-bottom: 70px;
}
.single.single-post .entry-content {
    font-family: 'Supreme';
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color:#212121!important;
    margin-top:50px;
}
.single.single-post .entry-content p {
    margin-bottom: 0.4rem;
}
div.heateor_sss_follow_icons_container svg, div.heateor_sss_sharing_container svg {
    width: 68%!important;
    text-align: center;
    margin: 0 auto;
}
div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 5px!important;
}
.share-container {
    margin-top: 30px;
}

@media (max-width: 767px) {
.post {
    padding: 42.25px 0px;
}
a img.alignright {
    float: none;
    margin:5px 0px;
}
.single .entry-content h3, .single .entry-content h2 {
    padding-bottom: 30px;
    padding-top: 50px;
}
.bdp-post-image-bg img {
    height: auto;
}
}


/*
Podcast Banner (matches green hero design)
-------------------------------
*/
.podcast-banner {
    position: relative;
    overflow: hidden;
    /* Match Next.js banner background (#2d7060) */
    background: #2d7060;
    padding: 90px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Break out of Bootstrap .container on non-CPT singles without using 100vw */
body.single.has-podcast-banner:not(.single-podcast) .podcast-banner {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

body.single.has-podcast-banner:not(.single-podcast) {
    overflow-x: clip;
}

/* Left geometric pattern — from Next.js banner-bg-left.png */
.podcast-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 11rem; /* md:w-44 */
    background: url(images/banner-bg-left.png) no-repeat left center;
    background-size: cover;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
}

.podcast-banner::after {
    content: "";
    position: absolute;
    right: -180px;
    top: -150px;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle,
        rgba(255, 255, 255, 0.14) 0%,
        rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.podcast-banner .podcast-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 2;
    padding: 0 40px;
    box-sizing: border-box;
}

.podcast-banner .banner-content {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 680px;
    text-align: left;
}

.podcast-banner .banner-tagline {
    color: #e2b757 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin: 0 0 22px;
}

.podcast-banner .banner-content h1 {
    color: #ffffff !important;
    font-size: 48px;
    line-height: 1.15;
    margin: 0 0 22px;
    font-weight: 600;
    font-family: "Playfair Display SemiBold", "Playfair Display Regular", Georgia, "Times New Roman", serif;
}

.podcast-banner .banner-content p {
    color: #ffffff !important;
    opacity: 0.92;
    font-size: 18px;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 0 32px;
}

.podcast-banner .banner-btn {
    display: inline-block !important;
    background: #d9ab54 !important;
    color: #000000 !important;
    text-decoration: none !important;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: background 0.3s ease;
    border: none;
}

.podcast-banner .banner-btn:hover,
.podcast-banner .banner-btn:focus {
    background: #c89a44 !important;
    color: #000000 !important;
    text-decoration: none !important;
}

.podcast-banner .banner-image {
    width: 288px;
    max-width: 40%;
    flex: 0 0 288px;
    text-align: center;
}

.podcast-banner .banner-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

body.single.has-podcast-banner .entry-header,
body.single.has-podcast-banner .post-thumbnaila {
    display: none !important;
}

body.single.has-podcast-banner #main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.single.has-podcast-banner .podcast-banner {
    margin-top: 0;
}

@media (max-width: 992px) {
    .podcast-banner {
        padding: 60px 0;
    }

    .podcast-banner .podcast-container {
        flex-direction: column-reverse !important;
        text-align: center;
        gap: 36px;
        padding: 0 24px;
    }

    .podcast-banner .banner-content {
        max-width: 100%;
        text-align: center;
    }

    .podcast-banner .banner-content h1 {
        font-size: 34px;
    }

    .podcast-banner .banner-content p {
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    .podcast-banner .banner-image {
        width: 208px;
        max-width: 70%;
        flex: 0 0 auto;
    }

    .podcast-banner::before {
        width: 5rem; /* w-20 */
        opacity: 1;
    }

    .podcast-banner--home {
        padding: 48px 0 56px;
    }

    .podcast-banner--home .podcast-container {
        flex-direction: column !important;
        align-items: center;
        gap: 28px;
        padding: 0 20px;
    }

    .podcast-banner--home .banner-content {
        text-align: center;
        width: 100%;
    }

    .podcast-banner--home .banner-tagline {
        letter-spacing: 1.5px;
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .podcast-banner--home .banner-content h1 {
        font-size: clamp(28px, 7.5vw, 36px);
        margin-bottom: 24px;
    }

    .podcast-banner--home .banner-image {
        width: 160px;
        max-width: 48vw;
        flex: 0 0 auto;
        margin: 0 auto;
    }

    .podcast-banner--home .banner-btn {
        padding: 14px 22px;
        font-size: 11px;
        letter-spacing: 0.4px;
        line-height: 1.4;
        white-space: normal;
        max-width: min(100%, 300px);
        text-align: center;
    }
}

/*
Podcast Single Page (CPT: podcast)
Matches editorial dark-hero / cream sections design
-------------------------------
*/
.podcast-single {
    --podcast-ink: #1a1a1a;
    --podcast-cream: #f9f7f2;
    --podcast-cream-deep: #f3efe6;
    --podcast-gold: #c5a059;
    --podcast-gold-dark: #b08d45;
    --podcast-green: #274c43;
    --podcast-muted: #5c5c5c;
    --podcast-card: #2a2a2a;
    --podcast-radius: 12px;
    --podcast-serif: "Playfair Display SemiBold", "Playfair Display Regular", Georgia, "Times New Roman", serif;
    --podcast-sans: "Supreme-Medium", "Supreme-Regular", Supreme, sans-serif;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: clip;
}

/* Prevent 100vw scrollbar gutter on podcast singles */
body.single-podcast,
body.podcast-single-page {
    overflow-x: clip;
}

.podcast-single .podcast-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.podcast-eyebrow {
    display: block;
    font-family: var(--podcast-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--podcast-gold);
    margin: 0 0 28px;
}

.podcast-eyebrow--sm {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.18em;
}

.podcast-eyebrow--gold {
    color: var(--podcast-gold);
    text-align: center;
}

.podcast-section-heading {
    font-family: var(--podcast-serif);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    line-height: 1.25;
    color: var(--podcast-ink);
    margin: 0 0 40px;
}

/* Full-bleed sections — use 100% (not 100vw) to avoid right scrollbar gutter */
body.single-podcast .podcast-listen,
body.single-podcast .podcast-subscribe,
body.single-podcast .podcast-content,
body.single-podcast .podcast-guest,
body.single-podcast .podcast-hosts,
body.single-podcast .podcast-banner,
body.podcast-home-page .podcast-listen,
body.podcast-home-page .podcast-banner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

/* —— Listen / Hero —— */
.podcast-listen {
    background: var(--podcast-ink, #1a1a1a);
    padding: 72px 0 64px;
}

.podcast-listen .podcast-eyebrow {
    text-align: center;
    margin-bottom: 36px;
}

/* Home listen — left-aligned eyebrow like Image 2 */
.podcast-listen--home .podcast-eyebrow:not(.podcast-eyebrow--sm) {
    text-align: left;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.podcast-player-card {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    align-items: center;
    gap: 28px;
    background: var(--podcast-card);
    border-radius: var(--podcast-radius);
    padding: 28px 32px;
    max-width: 920px;
    margin: 0 auto;
}

/* Episode Iframe embed — same section chrome, Spotify/Apple player fills the card */
.podcast-player-card--embed {
    display: block;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    line-height: 0;
}

.podcast-player-card--embed iframe {
    display: block;
    width: 100%;
    min-height: 152px;
    border: 0;
    border-radius: var(--podcast-radius);
}

.podcast-player-art {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.podcast-player-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.podcast-player-title {
    font-family: var(--podcast-serif);
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--podcast-gold);
    margin: 0 0 8px;
}

.podcast-player-show {
    font-family: var(--podcast-sans);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 10px;
}

.podcast-player-desc {
    font-family: var(--podcast-serif);
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    max-width: 520px;
}

.podcast-play-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--podcast-gold);
    background: transparent;
    color: var(--podcast-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
    padding: 0;
    flex-shrink: 0;
}

.podcast-play-btn:hover,
.podcast-play-btn:focus,
.podcast-play-btn.is-playing {
    background: var(--podcast-gold);
    color: var(--podcast-ink);
    outline: none;
}

.podcast-play-btn:hover {
    transform: scale(1.04);
}

.podcast-audio {
    display: none;
}

.podcast-listen-links {
    text-align: center;
    margin-top: 40px;
}

.podcast-platform-icons {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.podcast-platform-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.podcast-platform-icon:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    color: #fff;
}

.podcast-platform-icon--apple {
    background: #a855f7;
}

.podcast-platform-icon--spotify {
    background: #1db954;
}

/* —— Subscribe —— */
.podcast-subscribe {
    background: var(--podcast-cream);
    /* Room for footer newsletter overlap (absolute; top: -110px) */
    padding: 80px 0 170px;
}

/* Single episode: subscribe sits mid-page, not above footer newsletter */
body.single-podcast .podcast-subscribe {
    padding-bottom: 80px;
}

.podcast-subscribe__inner {
    text-align: center;
}

.podcast-subscribe .podcast-section-heading {
    margin-bottom: 36px;
}

.podcast-subscribe__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.podcast-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--podcast-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 14px 32px;
    border-radius: 9999px;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    line-height: 1.2;
    white-space: nowrap;
}

.podcast-btn--solid {
    background: var(--podcast-gold);
    color: #fff !important;
    border: 1.5px solid var(--podcast-gold);
}

.podcast-btn--solid:hover,
.podcast-btn--solid:focus {
    background: var(--podcast-gold-dark);
    border-color: var(--podcast-gold-dark);
    color: #fff !important;
}

.podcast-btn--outline {
    background: transparent;
    color: var(--podcast-ink) !important;
    border: 1.5px solid var(--podcast-ink);
}

.podcast-btn--outline:hover,
.podcast-btn--outline:focus {
    background: var(--podcast-ink);
    border-color: var(--podcast-ink);
    color: #fff !important;
}

/* —— Content —— */
.podcast-content {
    background: #fff;
    padding: 80px 0 72px;
}

.podcast-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.podcast-tag {
    display: inline-flex;
    align-items: center;
    font-family: var(--podcast-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 4px;
    line-height: 1;
}

.podcast-tag--outline {
    background: #fff;
    color: var(--podcast-ink);
    border: 1.5px solid var(--podcast-ink);
}

.podcast-tag--solid {
    background: var(--podcast-green, #274c43);
    color: #fff;
    border: 1.5px solid var(--podcast-green, #274c43);
}

.podcast-content__title,
.single .podcast-content .podcast-content__title,
.single .entry-content .podcast-content__title {
    display: block;
    float: none;
    width: 100%;
    max-width: none;
    font-family: "Playfair Display SemiBold", "Playfair Display Regular", Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--podcast-ink);
    margin: 0 0 28px;
    padding: 0;
}

.podcast-content__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 56px;
    align-items: start;
    width: 100%;
}

.podcast-content__col {
    font-family: var(--podcast-serif);
    font-size: 17px;
    line-height: 1.75;
    color: var(--podcast-muted);
    min-width: 0;
}

/* Right column top aligns with Episode tag in the left column */
.podcast-content__col--left,
.podcast-content__col--right {
    padding-top: 0;
    margin-top: 0;
}

.podcast-content__body p {
    margin: 0 0 1.25em;
}

.podcast-content__body p:last-child {
    margin-bottom: 0;
}

.podcast-pullquote {
    background: var(--podcast-gold);
    color: #fff;
    border: none;
    border-radius: var(--podcast-radius);
    padding: 28px 32px;
    margin: 28px 0 0;
}

.podcast-pullquote p {
    font-family: var(--podcast-serif);
    font-size: 20px;
    line-height: 1.45;
    font-style: italic;
    margin: 0;
    color: #fff;
    text-align: center;
}

/* —— Featured Guest —— */
.podcast-guest {
    background: var(--podcast-cream-deep);
    padding: 80px 0;
}

.podcast-guest .podcast-eyebrow,
.podcast-guest .podcast-section-heading {
    text-align: left;
}

.podcast-guest__item + .podcast-guest__item {
    margin-top: 96px;
    padding-top: 96px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.podcast-guest__grid {
    display: grid;
    grid-template-columns: minmax(240px, 340px) 1fr;
    gap: 56px;
    align-items: start;
}

.podcast-guest__photo {
    margin: 0 0 20px;
    border-radius: var(--podcast-radius);
    overflow: hidden;
}

.podcast-guest__photo img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.podcast-guest__name {
    font-family: var(--podcast-serif);
    font-size: 22px;
    font-weight: 600;
    color: var(--podcast-ink);
    margin: 0 0 6px;
}

.podcast-guest__position {
    font-family: var(--podcast-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--podcast-ink);
    margin: 0;
}

.podcast-guest__role {
    font-family: "Playfair Display SemiBold", "Playfair Display Regular", Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--podcast-ink);
    margin: 0 0 24px;
}

.podcast-guest__bio {
    font-family: var(--podcast-serif);
    font-size: 16px;
    line-height: 1.75;
    color: var(--podcast-muted);
}

.podcast-guest__bio p {
    margin: 0 0 1.15em;
}

.podcast-guest__bio p:last-child {
    margin-bottom: 0;
}

/* Guest Details → separate tag pills */
.podcast-guest__details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.podcast-guest__tag {
    display: inline-flex;
    align-items: center;
    font-family: var(--podcast-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--podcast-ink);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    padding: 10px 16px;
    line-height: 1.3;
    max-width: 100%;
}

/* —— Hosts —— */
.podcast-hosts {
    background: #ffffff;
    padding: 80px 0 140px;
}

.podcast-hosts .podcast-eyebrow,
.podcast-hosts .podcast-section-heading {
    text-align: center;
}

.podcast-hosts .podcast-section-heading {
    margin-bottom: 48px;
}

.podcast-hosts__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.podcast-host-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--podcast-cream);
    border-radius: 16px;
    padding: 40px 28px 36px;
    box-sizing: border-box;
    height: 100%;
}

.podcast-host-card__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 24px;
    border: 2px solid var(--podcast-gold);
    box-sizing: border-box;
}

.podcast-host-card__name {
    font-family: var(--podcast-serif);
    font-size: 24px;
    font-weight: 600;
    color: var(--podcast-ink);
    margin: 0 0 12px;
}

.podcast-host-card__title {
    font-family: var(--podcast-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--podcast-gold);
    margin: 0 0 18px;
    line-height: 1.45;
}

.podcast-host-card__bio {
    font-family: var(--podcast-serif);
    font-size: 15px;
    line-height: 1.7;
    color: var(--podcast-muted);
    margin: 0;
}

.podcast-host-card__bio p {
    margin: 0 0 1em;
}

.podcast-host-card__bio p:last-child {
    margin-bottom: 0;
}

/* Full-bleed main on podcast singles */
body.single-podcast #main.podcast-single,
body.podcast-single-page #main.podcast-single {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

body.home #main.podcast-home,
body.page-on-front #main.podcast-home,
body.podcast-home-page #main.podcast-home {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

@media (max-width: 992px) {
    .podcast-player-card:not(.podcast-player-card--embed) {
        grid-template-columns: 100px 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
        padding: 22px;
    }

    .podcast-player-art {
        width: 100px;
        height: 100px;
    }

    .podcast-play-btn {
        grid-column: 1 / -1;
        justify-self: center;
        margin-top: 4px;
    }

    .podcast-content__grid,
    .podcast-guest__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .podcast-hosts__grid {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 420px;
        margin: 0 auto;
    }

    .podcast-host-card {
        padding: 32px 24px 28px;
    }

    .podcast-host-card__photo {
        width: 100px;
        height: 100px;
    }

    .podcast-content__title {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .podcast-single .podcast-inner {
        padding: 0 20px;
    }

    .podcast-listen,
    .podcast-content,
    .podcast-guest {
        padding: 56px 0;
    }

    .podcast-hosts {
        padding: 56px 0 100px;
    }

    .podcast-subscribe {
        padding: 56px 0 150px;
    }

    body.single-podcast .podcast-subscribe {
        padding-bottom: 56px;
    }

    .podcast-player-card:not(.podcast-player-card--embed) {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .podcast-player-desc {
        max-width: none;
    }

    .podcast-subscribe__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .podcast-btn {
        width: 100%;
    }
}

/*
Podcast Home (front page)
-------------------------------
*/
.podcast-home {
    --podcast-ink: #1a1a1a;
    --podcast-cream: #f9f7f2;
    --podcast-gold: #c5a059;
    --podcast-gold-dark: #b08d45;
    --podcast-green: #274c43;
    --podcast-green-hover: #1f3d36;
    --podcast-muted: #5c5c5c;
    --podcast-card: #2a2a2a;
    --podcast-radius: 12px;
    --podcast-serif: "Playfair Display SemiBold", "Playfair Display Regular", Georgia, "Times New Roman", serif;
    --podcast-sans: "Supreme-Medium", "Supreme-Regular", Supreme, sans-serif;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: clip;
}

body.podcast-home-page,
body.home.page-on-front {
    overflow-x: clip;
}

/* Home banner: logo left, copy centered in remaining space (desktop only) */
@media (min-width: 993px) {
    .podcast-banner--home .podcast-container {
        flex-direction: row !important;
        justify-content: flex-start;
        gap: 48px;
    }

    .podcast-banner--home .banner-image {
        flex: 0 0 288px;
        max-width: 288px;
    }

    .podcast-banner--home .banner-content {
        flex: 1 1 auto;
        max-width: none;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .podcast-banner--home .banner-tagline {
        max-width: 520px;
    }

    .podcast-banner--home .banner-content h1 {
        max-width: 640px;
    }
}

.podcast-home-inner,
.podcast-home .podcast-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.podcast-home-hero {
    padding: 72px 0 48px;
    text-align: center;
    background: #fff;
}

.podcast-home-hero__title {
    font-family: var(--podcast-serif);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    line-height: 1.25;
    color: var(--podcast-ink);
    margin: 0 auto 20px;
    max-width: 20ch;
}

.podcast-home-hero__intro {
    font-family: var(--podcast-sans);
    font-size: 17px;
    line-height: 1.7;
    color: var(--podcast-muted);
    margin: 0 auto;
    max-width: 52ch;
}

.podcast-home-hero__intro p {
    margin: 0 0 1em;
}

.podcast-home-hero__intro p:last-child {
    margin-bottom: 0;
}

.podcast-home-episodes {
    /* Extra bottom space: footer newsletter uses position:absolute; top:-110px */
    padding: 40px 0 200px;
    background: #fff;
}

.podcast-home-episodes__heading {
    font-family: var(--podcast-serif);
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    color: var(--podcast-ink);
    text-align: center;
    margin: 0 0 48px;
}

.podcast-home-episodes__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 40px;
}

/* Past episode cards — image, title, description, Listen Now */
.podcast-episode-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 24px;
    padding: 18px;
    min-width: 0;
    height: auto;
    box-shadow: none;
    box-sizing: border-box;
}

.podcast-episode-card__media {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 0 22px;
    aspect-ratio: 16 / 10;
    background: #e8e4db;
}

.podcast-episode-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    font-family: var(--podcast-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a1a1a;
    background: var(--podcast-gold, #c5a059);
    padding: 6px 10px;
    border-radius: 6px;
    line-height: 1;
}

.podcast-episode-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    opacity: 1;
    transition: transform 0.35s ease;
}

.podcast-episode-card__media:hover img {
    transform: scale(1.03);
}

.podcast-episode-card__title {
    font-family: var(--podcast-serif);
    font-size: clamp(24px, 2.4vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 14px;
}

.podcast-episode-card__title a {
    color: var(--podcast-green, #274c43);
    text-decoration: none !important;
}

.podcast-episode-card__title a:hover {
    color: var(--podcast-green-hover, #1f3d36);
}

.podcast-episode-card__excerpt {
    font-family: var(--podcast-serif);
    font-size: 17px;
    line-height: 1.55;
    color: #2a2a2a;
    margin: 0 0 22px;
    max-width: 38ch;
}

.podcast-episode-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--podcast-sans);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    background: var(--podcast-green, #274c43);
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 999px;
    transition: background 0.25s ease;
    line-height: 1;
}

.podcast-episode-card__btn:hover,
.podcast-episode-card__btn:focus {
    background: var(--podcast-green-hover, #1f3d36);
    color: #fff !important;
    text-decoration: none !important;
}

.podcast-home-episodes__empty {
    text-align: center;
    font-family: var(--podcast-sans);
    color: var(--podcast-muted);
    font-size: 16px;
    margin: 0;
}

@media (max-width: 767px) {
    .podcast-home-inner {
        padding: 0 20px;
    }

    .podcast-home-hero {
        padding: 48px 0 32px;
    }

    .podcast-home-episodes__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .podcast-home-episodes {
        padding: 24px 0 160px;
    }
}

/*
Footer Section
-------------------------------
*/
.footer-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.footer-logo-section img.footer-line {
    flex: 1; /* Allows the lines to grow and shrink */
    max-width: 40%; /* Prevents the lines from taking too much space */
    height: auto; /* Maintains aspect ratio */
}

.footer-logo-section img.footer-logo {
    max-width: 20%; /* Adjust logo size */
    height: auto; /* Maintains aspect ratio */
    margin: 0 10px; /* Adds spacing around the logo */
}

@media (max-width: 1024px) {
    .footer-logo-section {
        flex-direction: column; /* Stacks items vertically */
        align-items: center;
    }

    .footer-logo-section img.footer-line {
        max-width: 80%; /* Adjust line width for smaller screens */
        margin: 10px 0; /* Adds spacing between stacked items */
    }

    .footer-logo-section img.footer-logo {
        max-width: 50%; /* Adjust logo size for smaller screens */
        margin: 20px 0; /* Adds spacing around the logo */
    }
}