.podcast-layout{display:grid;gap:40px;grid-template-columns:1fr 340px;margin-top:24px}.podcast-layout__main{min-width:0}.podcast-layout__sidebar{display:flex;flex-direction:column;gap:24px}.podcast-divider{background:linear-gradient(90deg,#10223e,#d1c240);border:none;border-radius:2px;height:3px;margin:12px 0 16px}.blog-post a,.podcast-about a,.podcast-overview a{color:#10223e;text-decoration:underline;text-decoration-color:#d1c240;text-decoration-thickness:2px;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.blog-post a:hover,.podcast-about a:hover,.podcast-overview a:hover{color:#d1c240}.podcast-overview h3{color:#10223e;font-size:1.1rem;font-weight:700;margin:28px 0 12px}.podcast-overview p{color:#333;font-size:.95rem;line-height:1.7}.podcast-about{border-top:1px solid #eee;margin-top:28px;padding-top:24px}.podcast-about h3{color:#10223e;font-size:1.1rem;font-weight:700;margin:0 0 12px}.podcast-about p{color:#555;font-size:.9rem;line-height:1.6}.podcast-newsletter{background:#f9f9f7;border-radius:12px;margin-top:0;padding:24px;text-align:left}.podcast-newsletter span[id*=newsletter_heading]{color:#10223e;display:block;font-size:1.2rem;font-weight:700;margin:0 0 8px}.podcast-newsletter span[id*=newsletter_subtext]{color:#555;display:block;font-size:.9rem;margin:0 0 20px}.podcast-nav{align-items:center;border-top:1px solid #eee;clear:both;display:flex;justify-content:space-between;margin-top:32px;padding-top:24px}.podcast-nav__link{flex:1;white-space:nowrap}.podcast-nav__link--prev{text-align:left}.podcast-nav__link--home{text-align:center}.podcast-nav__link--next{text-align:right}.podcast-nav a{color:#10223e;font-size:.9rem;font-weight:600;text-decoration:none!important;text-decoration-color:transparent!important;transition:color .2s ease}.podcast-nav a:hover{color:#d1c240;text-decoration:none!important}@media (max-width:768px){.podcast-layout{gap:24px;grid-template-columns:1fr}.podcast-layout__sidebar{order:-1}}