#podcast-header{background:var(--primary-100);border:1px solid var(--post-border-color);display:grid;grid-template-columns:1fr 384px;align-items:center;gap:24px;padding:24px 32px;padding-inline-start:48px;border-radius:16px;margin-block:56px 44px;color:var(--text-100)}#podcast-header .post-thumbnail img{border-radius:24px}#podcast-header #post-title{color:var(--text-100);font-size:1.25rem}#podcast-header #podcast-head-subtitle{color:var(--text-200);font-weight:normal}.podcast-section{border:1px solid var(--post-border-color);background:var(--post-bg);border-radius:16px;position:relative;display:flex;flex-direction:column}.podcast-section-head{background:var(--secondary-300);border-bottom:1px solid var(--post-border-color);border-radius:inherit;border-bottom-right-radius:0;border-bottom-left-radius:0;padding:8px 16px}.podcast-section-body{padding:16px}.podcast-section-title{color:var(--text-500);font-weight:500}.podcast-speakers-about{display:flex;flex-direction:column}.podcast-speaker-about{display:grid;grid-template-columns:94px 1fr;gap:16px;align-items:start}.podcast-speaker-about:not(:last-child){padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--post-border-color)}.podcast-speaker-about-avatar a{display:flex}.podcast-speaker-about-avatar img{width:94px;height:94px;border-radius:50%;object-fit:cover}.podcast-speaker-about-name{font-weight:var(--second-font);font-weight:bold;font-size:1.25rem;color:var(--text-400)}.podcast-speaker-about-description{font-size:.875rem}@media screen and (max-width: 1024px){#podcast-header{grid-template-columns:1fr 250px}}@media screen and (max-width: 768px){#podcast-header{grid-template-columns:1fr;padding:24px 32px}}@media screen and (max-width: 480px){.podcast-speaker-about{grid-template-columns:1fr}}/*# sourceMappingURL=single-podcast.min.css.map */