/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.podcast-list .tab-content{padding:0;border-top:none;}.podcast-tab-items{padding-right:20px;}.podcast-detail{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:2.5rem;align-items:start;padding:20px;background-color:var(--accent-light);border-radius:20px;}.podcast-detail .podcast-content{display:flex;flex-direction:column;gap:1.5rem;}.podcast-detail .podcast_header{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-dark);}.podcast-detail .podcast-content h4{display:inline-flex;align-self:flex-start;margin:0;padding:.6rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;text-transform:uppercase;background:var(--accent-cream);border-radius:999px;}.podcast-detail .podcast-content h2{margin:0;font-size:1.15rem;font-weight:700;line-height:1.25;color:var(--accent-green);}.podcast-detail .podcast-content h6{margin:0;padding-left:1.25rem;font-size:1.15rem;font-weight:600;line-height:1.45;border-left:5px solid var(--accent-brick);color:var(--accent-dark);}.podcast-detail .podcast-content p,.podcast-detail .podcast-content .teaser{margin:0;padding:1.75rem;font-size:1rem;line-height:1.8;font-style:italic;background:#F8F3EA;border-left:5px solid var(--accent-brick);border-radius:0 18px 18px 0;}.podcast-detail .podcast-video{display:flex;flex-direction:column;gap:.75rem;}.podcast-detail .podcast-label{font-size:1rem;font-weight:600;text-transform:uppercase;color:var(--accent-dark);}.podcast-detail .thumb{position:relative;overflow:hidden;border-radius:16px;background:#f5f5f5;}.podcast-detail .thumb img,.podcast-detail .podcast-video>img{display:block;border-radius:20px;width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .35s ease,box-shadow .35s ease;}.podcast-detail .podcast-video:hover img{transform:scale(1.03);}.podcast-detail iframe{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:16px;}.podcast-detail .podcast-subtitle{font-size:.95rem;font-weight:600;line-height:1.45;font-style:italic;color:var(--accent-dark);}.podcast-detail .play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:.9rem 2rem;border:3px solid #fff;border-radius:999px;background:rgba(0,0,0,.45);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:all .25s ease;}.podcast-detail .podcast-video:hover .play-button{background:var(--accent-pink);transform:translate(-50%,-50%) scale(1.05);}@media (max-width:1200px){.podcast-detail{grid-template-columns:1fr;gap:2rem;}}@media (max-width:768px){.podcast-detail{gap:1.5rem;padding:1rem 0;}.podcast-detail .podcast-content h2{font-size:1.2rem;}.podcast-detail .podcast-content h6{font-size:1rem;}}
.image{display:block;max-width:100%;height:auto;}
