.elementor-461 .elementor-element.elementor-element-a8036ca{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-461 .elementor-element.elementor-element-27304f3{--display:flex;--min-height:744px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-461 .elementor-element.elementor-element-27304f3:not(.elementor-motion-effects-element-type-background), .elementor-461 .elementor-element.elementor-element-27304f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-decoration:var( --e-global-typography-primary-text-decoration );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-461 .elementor-element.elementor-element-828d11a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 146px;padding:0px 0px 0px 0px;}.elementor-461 .elementor-element.elementor-element-828d11a .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:500;text-decoration:none;letter-spacing:-2px;color:var( --e-global-color-text );}.elementor-461 .elementor-element.elementor-element-7dceb60{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-461 .elementor-element.elementor-element-32c1bb2{margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for container, class: .elementor-element-27304f3 *//* ===== Podcast Accordion (Clean Black + Subtle Hover) ===== */

.podcast-accordion{
  max-width: 720px;
  margin: 0 auto;
  font-family: inherit;
  color: #000;
}

/* Divider lines */
.podcast-item{
  border-bottom: 1px solid rgba(0,0,0,.15);
  padding: 14px 0;
}

/* Click row */
.podcast-toggle{
  width: 100%;
  background: transparent !important;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}

/* Title */
.podcast-title{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  color: #000;
  transition: color .2s ease;
}

/* Icon (+) */
.podcast-icon{
  font-size: 20px;
  line-height: 1;
  color: #000;
  transition: transform .25s ease, color .2s ease;
}

/* Hover: only slightly grey text (no backgrounds) */
.podcast-toggle:hover .podcast-title{
  color: #555;
}

.podcast-toggle:hover .podcast-icon{
  color: #555;
}

/* Dropdown panel animation */
.podcast-panel{
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .4s cubic-bezier(.4,0,.2,1), opacity .25s ease;
}

.podcast-panel-inner{
  padding-top: 14px;
  max-width: 640px;
  color: #000;
}

/* Body text */
.podcast-summary{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #000;
}

.podcast-subhead{
  margin: 18px 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.podcast-points{
  margin: 0 0 16px 18px;
  padding: 0;
  line-height: 1.65;
  color: #000;
}

/* Links */
.podcast-links{
  font-size: 14px;
  color: #000;
}

.podcast-link{
  color: #000;
  text-decoration: underline;
  transition: opacity .2s ease;
}

.podcast-link:hover{
  opacity: .6;
}

.podcast-sep{
  margin: 0 6px;
  opacity: .5;
  color: #000;
}

/* Open state */
.podcast-item.is-open .podcast-panel{
  opacity: 1;
}

/* + becomes X */
.podcast-item.is-open .podcast-icon{
  transform: rotate(45deg);
}

/* Optional: open title a bit bolder */
.podcast-item.is-open .podcast-title{
  font-weight: 600;
}

/* ===== Icon links (SVG) ===== */

.podcast-link--icon{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: underline;
}

.podcast-icon-svg{
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor; /* icon matches text color */
}/* End custom CSS */