#template-single-podcast-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 50px;
    display: flex;
    flex-wrap: wrap;
}

.template-single-podcast-content {
    margin: 0 auto;
    padding-bottom: 30px;
}
.template-single-podcast-content * {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
}
.template-single-podcast-content *:not(i) {
    font-family: 'Noto Sans Hebrew', 'Noto Sans Display',Arial, sans-serif !important;
}
.template-single-podcast-content p {
  margin-bottom: 15px;
}
.template-single-podcast-content h1,
.template-single-podcast-content h1 * {
  font-size: 28px;
  /* color: #1d4872; */
  color: #001B4D;
}
.template-single-podcast-content h2,
.template-single-podcast-content h2 * {
  font-size: 32px;
  /* color: #3580CB; */
  color: #001B4D;
}
.template-single-podcast-content h3,
.template-single-podcast-content h3 * {
  font-size: 22px;
  /* color: #3580CB; */
  color: #001B4D;
}
.template-single-podcast-content h4 {
  font-size: 19px;
}
#template-single-podcast-wrapper .template-single-podcast-title {
  font-weight: 700;
  color: #001B4D;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 20px;
}
#template-single-podcast-wrapper .podcast-map {
  background-color: #E8F0F7;
  border-radius: 20px;
  padding: 20px;
}
.podcast-map {
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 140px);
  overflow: auto;
}
#template-single-podcast-wrapper .podcast-map-title {
  font-family: 'Noto Sans Hebrew', 'Noto Sans Display',Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #001B4D;
  padding-bottom: 10px;
}
#template-single-podcast-wrapper .podcast-map-list {
  display: flex;
  flex-direction: column;
}
#template-single-podcast-wrapper .podcast-map-list .podcast-map-item {
  font-family: 'Noto Sans Hebrew', 'Noto Sans Display',Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #364153;
  padding: 10px;
  letter-spacing: 0%;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 1.1;
}
#template-single-podcast-wrapper .podcast-map-list .podcast-map-item:hover {
  color: #3580CB;
}
#template-single-podcast-wrapper .podcast-map-list .podcast-map-item.is-active {
  color: #3580CB;
  border: 1px solid #3580CB;
}
.podcast-map-item.is-sub {
  margin-inline-start: 12px;
  padding-inline-start: 12px;
  position: relative;
  font-size: 14px;
  opacity: 0.95;
}
@media (max-width: 768px) {
  #template-single-podcast-wrapper .col-md-8 {
    padding: 0 !important;
  }
  .template-single-podcast-sidebar {
    display: none;
  }
  .template-single-podcast-content .vc_column-inner {
    padding: 0 !important;
  }
}


.podcasts-category-switcher{
  display:flex;
  justify-content:center;
  gap:0;
  margin: 0 auto 40px;
  border:1px solid #3580CB;
  border-radius:6px;
  overflow:hidden;
  width: fit-content;
}

.podcasts-category-tab{
  appearance:none;
  background:#fff;
  border:0;
  padding:16px 30px;
  font-size: 16px;
  font-weight:700;
  cursor:pointer;
  color:#3580CB;
}
.podcasts-category-tab.is-active{
  background:#3580CB;
  color:#fff;
}
.podcast-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 15px;

  color: #001B4D;
  font-size: 20px;
  line-height: 1.2;

  margin: 10px 0 16px;
}

.podcast-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.podcast-meta-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #8a8a8a;
}

.podcast-meta-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.podcast-meta-text {
  font-weight: 500;
}

@media (max-width: 768px) {
  .podcast-meta {
    gap: 18px;
    font-size: 16px;
    padding: 0;
  }
  .podcast-meta-icon {
    width: 22px;
    height: 22px;
  }
}

#about-podcast {
  background: #F6FBFF;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
#about-podcast img {
  width: 100%;
  border-radius: 20px;
  border: 3px solid #FFFFFF33;
}



/* Explicit states prevent GeneratePress button/link colors from leaking in. */
:root .podcasts-category-switcher .podcasts-category-tab { text-decoration: none; line-height: 1.4; border-radius: 0; }
:root .podcasts-category-switcher .podcasts-category-tab:hover,
:root .podcasts-category-switcher .podcasts-category-tab:focus,
:root .podcasts-category-switcher .podcasts-category-tab:active { background: #e8f0f7; color: #3580cb; }
:root .podcasts-category-switcher .podcasts-category-tab.is-active { background: #3580cb; color: #fff; }
:root .podcasts-category-switcher .podcasts-category-tab:focus-visible { outline: 2px solid #001b4d; outline-offset: -4px; }
.tamc-single-podcast, .tamc-single-podcast * { box-sizing: border-box; }
.tamc-single-podcast { background: #fff; padding: 30px 20px 50px; font-family: var(--tamc-font-text); }
.tamc-single-podcast__inner { max-width: 1200px; margin-inline: auto; }
.tamc-single-podcast__header { width: 100%; padding-inline: 15px; }
.template-single-podcast-sidebar { width: 33.333333%; padding-inline: 15px; }
.tamc-single-podcast__body { width: 66.666667%; min-width: 0; padding-inline: 15px; }
.template-single-podcast-content { color: #001b4d; }
.template-single-podcast-content :is(h1, h2, h3, h4) { font-weight: 700; scroll-margin-top: 140px; }
.template-single-podcast-content :is(iframe, video) { max-width: 100%; }
.template-single-podcast-content iframe[src*="youtube"],
.template-single-podcast-content iframe[src*="vimeo"] { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.template-single-podcast-content .vc_row { margin-inline: -15px; }
.template-single-podcast-content .vc_column-inner { padding-inline: 15px; }
.podcast-meta { flex-wrap: wrap; }
.podcast-meta-icon { flex-shrink: 0; }
#template-single-podcast-wrapper [hidden] { display: none !important; }
#template-single-podcast-wrapper .podcast-map-item { text-decoration: none; }
#template-single-podcast-wrapper .podcast-map-item:focus-visible { outline: 2px solid #3580cb; outline-offset: -2px; }
@media (max-width: 768px) {
    .tamc-single-podcast__body { width: 100%; padding: 0; }
    .template-single-podcast-content .vc_row { margin-inline: 0; }
    #template-single-podcast-wrapper .template-single-podcast-title { font-size: 28px; padding-bottom: 26px; }
    .tamc-single-podcast .podcasts-category-switcher { margin-bottom: 26px; }
    .tamc-single-podcast .podcasts-category-tab { padding: 14px 24px; }
}