.page-template-page-podcast,
.page.page-slug-podcast,
.page-id-2839 {
  --overcome-nav-blue: #203d8f;
  --overcome-nav-blue-dark: #173472;
  --overcome-nav-yellow: #ffde59;
  --overcome-nav-yellow-dark: #f5d94c;
  --overcome-nav-border: #e5e9f1;
  --overcome-nav-shadow: 0 10px 22px rgba(26, 45, 97, 0.08);
}

.page-template-page-podcast #masthead,
.page-template-page-podcast .ast-above-header-wrap,
.page-template-page-podcast .ast-below-header-wrap,
.page-template-page-podcast #colophon,
.page.page-slug-podcast #masthead,
.page.page-slug-podcast .ast-above-header-wrap,
.page.page-slug-podcast .ast-below-header-wrap,
.page.page-slug-podcast #colophon,
.page-id-2839 #masthead,
.page-id-2839 .ast-above-header-wrap,
.page-id-2839 .ast-below-header-wrap,
.page-id-2839 #colophon {
  display: none !important;
}

.overcome-podcast-page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: #173366;
  background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 28%, #f6f9ff 100%);
}

.page-template-page-podcast .entry-content > .overcome-podcast-page,
.page-template-page-podcast .site-content > .ast-container,
.page.page-slug-podcast .entry-content > .overcome-podcast-page,
.page.page-slug-podcast .site-content > .ast-container,
.page-id-2839 .entry-content > .overcome-podcast-page,
.page-id-2839 .site-content > .ast-container {
  width: 100%;
  max-width: 100%;
}

.overcome-podcast-page > .overcome-podcast-hero,
.overcome-podcast-page > .overcome-site-nav,
.overcome-podcast-page > .overcome-site-footer {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.overcome-site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--overcome-nav-border);
  box-shadow: var(--overcome-nav-shadow);
  overflow: visible;
}

.overcome-site-nav a,
.overcome-site-footer a {
  text-decoration: none;
}

.overcome-site-nav__desktop,
.overcome-site-nav__mobile-bar {
  max-width: 1180px;
  min-height: 92px;
  margin: 0 auto;
  padding: 0 28px;
}

.overcome-site-nav__desktop {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 20px;
}

.overcome-site-nav__brand,
.overcome-site-nav__brand--mobile {
  display: inline-flex;
  align-items: center;
}

.overcome-site-nav__brand img,
.overcome-site-nav__brand--mobile img {
  display: block;
  width: auto;
  height: 72px;
  max-width: none;
  filter: brightness(0) saturate(100%) invert(20%) sepia(70%) saturate(2010%) hue-rotate(211deg) brightness(91%) contrast(94%);
}

.overcome-site-nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.overcome-site-nav__item {
  position: relative;
}

.overcome-site-nav__link,
.overcome-site-nav__mobile-link,
.overcome-site-nav__mobile-group summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--overcome-nav-blue);
  background: transparent;
  border: 0;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  cursor: pointer;
}

.overcome-site-nav__link {
  min-height: 92px;
  padding: 0 14px;
}

.overcome-site-nav__link::after,
.overcome-site-nav__mobile-link::after,
.overcome-site-nav__mobile-group summary::after {
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.18s ease;
}

.overcome-site-nav__link::after {
  left: 14px;
  right: 14px;
  bottom: 19px;
}

.overcome-site-nav__link:hover,
.overcome-site-nav__link:focus-visible,
.overcome-site-nav__item:hover > .overcome-site-nav__link {
  color: var(--overcome-nav-blue-dark);
}

.overcome-site-nav__link:hover::after,
.overcome-site-nav__link:focus-visible::after {
  background: rgba(32, 61, 143, 0.16);
}

.overcome-site-nav__link.is-active::after,
.overcome-site-nav__mobile-link.is-active::after,
.overcome-site-nav__mobile-group summary.is-active::after {
  background: var(--overcome-nav-yellow);
}

.overcome-site-nav__caret {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.overcome-site-nav__dropdown {
  position: absolute;
  top: calc(100% - 12px);
  left: 50%;
  min-width: 220px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid rgba(229, 233, 241, 0.95);
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(20, 41, 89, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.overcome-site-nav__item:hover .overcome-site-nav__dropdown,
.overcome-site-nav__item:focus-within .overcome-site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.overcome-site-nav__dropdown a {
  display: block;
  padding: 11px 18px;
  color: #264788;
  font-weight: 600;
  white-space: nowrap;
}

.overcome-site-nav__cta,
.overcome-site-nav__mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 6px;
  background: var(--overcome-nav-yellow);
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 8px 18px rgba(255, 222, 89, 0.24);
  transition: background-color 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.overcome-site-nav__cta:hover,
.overcome-site-nav__cta:focus-visible,
.overcome-site-nav__mobile-cta:hover,
.overcome-site-nav__mobile-cta:focus-visible {
  background: var(--overcome-nav-yellow-dark);
  transform: translateY(-1px);
}

.overcome-site-nav__mobile-bar,
.overcome-site-nav__mobile-wrap,
.overcome-site-nav__mobile,
.overcome-site-nav__mobile-group {
  display: none;
}

.overcome-site-nav__mobile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.overcome-site-nav__mobile summary,
.overcome-site-nav__mobile-group summary {
  list-style: none;
}

.overcome-site-nav__mobile summary::-webkit-details-marker,
.overcome-site-nav__mobile-group summary::-webkit-details-marker {
  display: none;
}

.overcome-site-nav__mobile summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--overcome-nav-border);
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
}

.overcome-site-nav__mobile-hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--overcome-nav-blue);
  border-radius: 999px;
}

.overcome-site-nav__mobile-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(320px, calc(100vw - 24px));
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 14px 0;
  border: 1px solid #e0e6f1;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 24px 42px rgba(16, 34, 84, 0.16);
}

.overcome-site-nav__mobile-links {
  display: flex;
  flex-direction: column;
}

.overcome-site-nav__mobile-link,
.overcome-site-nav__mobile-group summary {
  width: 100%;
  min-height: 56px;
  justify-content: space-between;
  padding: 0 22px;
}

.overcome-site-nav__mobile-link::after,
.overcome-site-nav__mobile-group summary::after {
  left: 22px;
  right: 22px;
  bottom: 10px;
}

.overcome-site-nav__mobile-submenu {
  display: grid;
  gap: 2px;
  padding: 0 0 8px;
  background: #f7f9ff;
}

.overcome-site-nav__mobile-submenu a {
  padding: 12px 34px;
  color: #33539c;
  font-size: 0.93rem;
  font-weight: 600;
}

.overcome-podcast-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(31, 63, 143, 0.14) 0%, rgba(18, 36, 92, 0.24) 100%),
    radial-gradient(circle at 48% 20%, rgba(167, 201, 255, 0.3), transparent 24%),
    linear-gradient(135deg, #4b69d1 0%, #2f4ea8 52%, #16346f 100%),
    url("https://overcomepod.com/wp-content/uploads/2026/03/mountain-bg-scaled.png") center / cover no-repeat;
}

.overcome-podcast-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 24px 96px;
}

.overcome-podcast-hero__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.overcome-podcast-hero__eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 700;
}

.overcome-podcast-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.55rem, 4.8vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.overcome-podcast-hero__subtitle {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(239, 244, 255, 0.95);
  font-size: 1.12rem;
  line-height: 1.72;
}

.overcome-podcast-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.overcome-podcast-hero__curve {
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -44px;
  height: 110px;
  background: #f8fbff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.overcome-podcast-main {
  position: relative;
  z-index: 1;
}

.overcome-podcast-section {
  padding: 34px 0;
}

.overcome-podcast-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.overcome-podcast-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.overcome-podcast-heading--left {
  align-items: flex-start;
}

.overcome-podcast-heading h2 {
  margin: 0;
  color: #214389;
  font-size: clamp(1.5rem, 2.1vw, 2.2rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.overcome-podcast-heading span {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 1px;
  background: #d6e0f2;
}

.overcome-podcast-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 800;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.overcome-podcast-btn:hover,
.overcome-podcast-btn:focus-visible {
  transform: translateY(-1px);
}

.overcome-podcast-btn--spotify {
  background: #1db954;
  color: #fff;
}

.overcome-podcast-btn--youtube {
  background: #e53935;
  color: #fff;
}

.overcome-podcast-btn--apple {
  background: #5b4fd0;
  color: #fff;
}

.overcome-podcast-btn--secondary {
  background: #2d4a91;
  color: #fff;
}

.overcome-podcast-btn--accent {
  background: #ffde59;
  color: #111;
}

.podcast-feed__status {
  margin: 0;
  color: #6b7da3;
  font-size: 1rem;
  line-height: 1.7;
}

.podcast-feed__status--subtle {
  margin-top: 8px;
  font-size: 0.9rem;
}

.podcast-latest-card,
.podcast-fallback-card,
.overcome-podcast-platforms,
.overcome-podcast-bottom-cta {
  background: #fff;
  border: 1px solid #dde5f2;
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(18, 39, 88, 0.08);
}

.podcast-latest-card {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
}

.podcast-latest-card__media {
  min-height: 100%;
  background: linear-gradient(135deg, #3457b0 0%, #173d8f 100%);
}

.podcast-latest-card__media img,
.podcast-latest-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.podcast-latest-card__media img {
  object-fit: cover;
}

.podcast-latest-card__placeholder {
  min-height: 280px;
  background: linear-gradient(135deg, #4d6cd4 0%, #173d8f 100%);
}

.podcast-latest-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 30px 30px;
}

.podcast-latest-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #7081a4;
  font-size: 0.9rem;
  font-weight: 700;
}

.podcast-latest-card__meta span:first-child {
  color: #214389;
}

.podcast-latest-card__content h3 {
  margin: 12px 0 0;
  color: #173472;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.podcast-latest-card__content p {
  margin: 14px 0 0;
  color: #66789d;
  font-size: 1rem;
  line-height: 1.74;
}

.podcast-latest-card__player {
  width: 100%;
  margin-top: 18px;
}

.podcast-latest-card__player audio {
  width: 100%;
}

.podcast-latest-card__actions,
.podcast-fallback-card__actions,
.overcome-podcast-platforms__actions,
.overcome-podcast-bottom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.podcast-latest-card__actions {
  margin-top: 18px;
}

.podcast-fallback-card {
  padding: 28px 30px;
}

.podcast-fallback-card__actions {
  margin-top: 18px;
}

.overcome-podcast-section--archive {
  padding-top: 10px;
}

.podcast-archive {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.podcast-archive-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid #dde5f2;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(18, 39, 88, 0.05);
  padding: 14px;
}

.podcast-archive-card__thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #4d6cd4 0%, #173d8f 100%);
}

.podcast-archive-card__thumb img,
.podcast-archive-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.podcast-archive-card__thumb img {
  object-fit: cover;
}

.podcast-archive-card__content h3 {
  margin: 0;
  color: #173472;
  font-size: 1.12rem;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.podcast-archive-card__content h3 a {
  color: inherit;
}

.podcast-archive-card__date,
.podcast-archive-card__excerpt {
  color: #66789d;
}

.podcast-archive-card__date {
  margin: 8px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.podcast-archive-card__excerpt {
  margin: 6px 0 0;
  font-size: 0.96rem;
  line-height: 1.68;
}

.overcome-podcast-platforms,
.overcome-podcast-bottom-cta {
  padding: 30px 28px 32px;
  text-align: center;
}

.overcome-site-footer {
  position: relative;
  margin-top: 40px;
  color: rgba(241, 246, 255, 0.92);
  background:
    radial-gradient(circle at 50% 12%, rgba(78, 124, 255, 0.26), transparent 34%),
    linear-gradient(180deg, #123a8c 0%, #0f2f73 100%);
  overflow: hidden;
}

.overcome-site-footer::before,
.overcome-site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.overcome-site-footer::before {
  height: 232px;
  background:
    linear-gradient(180deg, rgba(18, 58, 140, 0) 0%, rgba(15, 47, 115, 0.92) 100%),
    url("https://overcomepod.com/wp-content/uploads/2026/03/overcome-hero.png") center top / cover no-repeat;
  opacity: 0.9;
}

.overcome-site-footer__top {
  position: relative;
  z-index: 1;
  height: 230px;
}

.overcome-site-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 24px 42px;
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(140px, 0.7fr));
  gap: 0;
  align-items: start;
  background: linear-gradient(180deg, rgba(22, 53, 131, 0.92) 0%, rgba(15, 43, 108, 0.94) 100%);
}

.overcome-site-footer__col {
  min-width: 0;
  padding: 20px 28px 22px;
}

.overcome-site-footer__col + .overcome-site-footer__col {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.overcome-site-footer__brand img {
  display: block;
  width: auto;
  max-width: 210px;
  height: auto;
  margin-bottom: 18px;
}

.overcome-site-footer__mission {
  max-width: 250px;
  margin: 0 0 22px;
  color: rgba(232, 239, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.55;
}

.overcome-site-footer__heading {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.overcome-site-footer__heading--small {
  font-size: 1.1rem;
}

.overcome-site-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 6px;
  background: #ffde59;
  color: #000;
  font-weight: 700;
  font-size: 0.98rem;
}

.overcome-site-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.overcome-site-footer__list li + li {
  margin-top: 12px;
}

.overcome-site-footer__list a,
.overcome-site-footer__bar span {
  color: rgba(232, 239, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.5;
}

.overcome-site-footer__list a:hover,
.overcome-site-footer__list a:focus-visible,
.overcome-site-footer__bar .is-accent {
  color: #ffde59;
}

.overcome-site-footer__bar {
  position: relative;
  z-index: 1;
  background: rgba(11, 37, 92, 0.98);
}

.overcome-site-footer__bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
}

.overcome-site-footer__sep {
  color: rgba(232, 239, 255, 0.42);
}

@media (max-width: 1024px) {
  .podcast-latest-card {
    grid-template-columns: 1fr;
  }

  .podcast-latest-card__media {
    min-height: 260px;
  }

  .podcast-archive-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .podcast-archive-card__actions {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 106px;
  }

  .overcome-site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .overcome-site-footer__col:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 920px) {
  .overcome-site-nav__desktop {
    display: none !important;
  }

  .overcome-site-nav__mobile-bar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 108px;
    padding: 0 18px;
    gap: 12px;
  }

  .overcome-site-nav__brand--mobile {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex: 1 1 auto;
  }

  .overcome-site-nav__brand--mobile img {
    display: block;
    width: auto;
    height: 62px;
    max-width: min(220px, 42vw);
  }

  .overcome-site-nav__mobile-actions {
    display: flex !important;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .overcome-site-nav__mobile-cta {
    display: inline-flex !important;
    min-height: 72px;
    padding: 0 28px;
    border-radius: 16px;
    background: #f8d347;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    box-shadow: 0 14px 28px rgba(248, 211, 71, 0.22);
  }

  .overcome-site-nav__mobile-wrap {
    display: flex !important;
    position: static !important;
    flex: 0 0 auto;
  }

  .overcome-site-nav__mobile {
    display: block !important;
    position: static !important;
  }

  .overcome-site-nav__mobile summary {
    display: inline-flex !important;
    width: 72px;
    height: 72px;
    border: 1px solid #dde3ef;
    border-radius: 16px;
    background: #fff;
  }

  .overcome-site-nav__mobile-hamburger span {
    width: 28px;
    height: 3px;
    margin: 4px auto;
    background: #3f4c99;
  }
}

@media (max-width: 768px) {
  .overcome-podcast-hero__inner,
  .overcome-podcast-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .overcome-podcast-hero__inner {
    padding-top: 44px;
    padding-bottom: 78px;
  }

  .overcome-podcast-section {
    padding: 28px 0;
  }

  .podcast-latest-card__content,
  .podcast-fallback-card,
  .overcome-podcast-platforms,
  .overcome-podcast-bottom-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .podcast-latest-card__actions,
  .podcast-fallback-card__actions,
  .overcome-podcast-hero__actions,
  .overcome-podcast-platforms__actions,
  .overcome-podcast-bottom-cta__actions {
    flex-direction: column;
  }

  .podcast-latest-card__actions .overcome-podcast-btn,
  .podcast-fallback-card__actions .overcome-podcast-btn,
  .overcome-podcast-hero__actions .overcome-podcast-btn,
  .overcome-podcast-platforms__actions .overcome-podcast-btn,
  .overcome-podcast-bottom-cta__actions .overcome-podcast-btn {
    width: 100%;
  }

  .podcast-archive-card {
    grid-template-columns: 1fr;
  }

  .podcast-archive-card__thumb {
    width: 96px;
  }

  .podcast-archive-card__actions {
    grid-column: auto;
    margin-left: 0;
  }

  .podcast-archive-card__actions .overcome-podcast-btn {
    width: 100%;
  }

  .overcome-site-footer__inner {
    grid-template-columns: 1fr;
    padding: 28px 18px 32px;
  }

  .overcome-site-footer__col {
    padding: 18px 0;
  }

  .overcome-site-footer__col + .overcome-site-footer__col {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 640px) {
  .overcome-site-nav__mobile-bar {
    min-height: 92px;
    padding: 0 12px;
    gap: 10px;
  }

  .overcome-site-nav__brand--mobile img {
    height: 50px;
    max-width: min(170px, 38vw);
  }

  .overcome-site-nav__mobile-actions {
    gap: 10px;
  }

  .overcome-site-nav__mobile-cta {
    min-height: 58px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 0.82rem;
  }

  .overcome-site-nav__mobile summary {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .overcome-site-nav__mobile-panel {
    max-height: calc(100vh - 92px);
  }
}

@media (max-width: 390px) {
  .overcome-site-nav__mobile-bar {
    gap: 8px;
  }

  .overcome-site-nav__brand--mobile img {
    height: 44px;
    max-width: min(148px, 34vw);
  }

  .overcome-site-nav__mobile-cta {
    min-height: 52px;
    padding: 0 14px;
    font-size: 0.74rem;
  }

  .overcome-site-nav__mobile summary {
    width: 52px;
    height: 52px;
  }
}


.overcome-site-nav__cta,
.overcome-site-nav__mobile-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #ffde59 !important;
  color: #000 !important;
  font-size: 0.95rem;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(255, 222, 89, 0.26) !important;
}

.overcome-site-nav__cta:hover,
.overcome-site-nav__cta:focus-visible,
.overcome-site-nav__mobile-cta:hover,
.overcome-site-nav__mobile-cta:focus-visible {
  background: #f5d94c !important;
  color: #000 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .overcome-site-nav__mobile-cta {
    min-height: 58px;
    padding: 0 18px !important;
    border-radius: 14px !important;
    font-size: 0.82rem;
    font-weight: 800 !important;
  }
}

@media (max-width: 640px) {
  .overcome-site-nav__mobile-cta {
    min-height: 52px;
    padding: 0 14px !important;
    border-radius: 12px !important;
    font-size: 0.76rem;
  }
}

/* full-bleed nav + hero */
.overcome-single-post > .overcome-post-hero,
.overcome-episode-page > .overcome-site-nav,
.overcome-episode-page > .overcome-episode-hero,
.overcome-podcast-page > .overcome-site-nav,
.overcome-podcast-page > .overcome-podcast-hero {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.overcome-single-post,
.overcome-episode-page,
.overcome-podcast-page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.single-post .entry-content > .overcome-single-post,
.single .entry-content > .overcome-episode-page,
.page-template-page-podcast .entry-content > .overcome-podcast-page,
.page.page-slug-podcast .entry-content > .overcome-podcast-page,
.page-id-2839 .entry-content > .overcome-podcast-page,
.single-post .site-content > .ast-container,
.single .site-content > .ast-container,
.page-template-page-podcast .site-content > .ast-container,
.page.page-slug-podcast .site-content > .ast-container,
.page-id-2839 .site-content > .ast-container {
  width: 100%;
  max-width: 100%;
}

/* full-bleed footer */
.overcome-single-post > .overcome-site-footer,
.overcome-single-post .overcome-site-footer,
.overcome-episode-page > .overcome-site-footer,
.overcome-episode-page .overcome-site-footer,
.overcome-podcast-page > .overcome-site-footer,
.overcome-podcast-page .overcome-site-footer {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

