/* Use Julie’s light website palette */
.theme-aura {
  --homeHeaderTextColor: #2D3933 !important;
  --playerColor: #5A7349 !important;
  --playerColorRGB: 90, 115, 73 !important;
}

/* Remove Podbean’s dark header overlay completely */
.theme-aura .home-header .banner-bg-mask {
  background-color: transparent !important;
}

/* Light sage area behind listening-platform icons */
.theme-aura .home-header .podcast-app-bg {
  background-color: rgba(220, 232, 204, 0.78) !important;
}

/* Light navigation matching Julie’s website */
.theme-aura .cc-navigation1 {
  --navigationFontColor: #2D3933 !important;
  --navigationBackgroundColor: #F8F9F6 !important;
}

.theme-aura .cc-navigation1 .navbar {
  background-color: #F8F9F6 !important;
}

.theme-aura .cc-navigation1 .nav-link,
.theme-aura .cc-navigation1 .search-icon svg {
  color: #2D3933 !important;
}

/* Dark green title and description */
.theme-aura .home-header h1,
.theme-aura .home-header .podcast-title,
.theme-aura .home-header .p-description,
.theme-aura .home-header .show-more,
.theme-aura .cc-podcast-apps-content .title {
  color: #2D3933 !important;
}

/* Sage button rather than orange or gold */
.theme-aura .home-header .btn-latest-episode {
  background-color: #5A7349 !important;
  color: #FFFFFF !important;
}