.block-podcast-player{padding:2.5rem 0}.block-podcast-player .podcast-block-title{margin:0 0 1.5rem 0;font-size:1.75rem;font-weight:800;color:#005f90;display:flex}.block-podcast-player .podcast-block-title .podcast-sound-icon{width:1em;height:1em;fill:#0071ab;display:flex;align-items:center;justify-content:center;align-self:center;padding-left:.2em}.block-podcast-player .podcast-card{background-color:#005f90;border-radius:12px;border:0;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.12);overflow:hidden;cursor:pointer;text-align:left;gap:0;display:flex;flex-direction:column;transition:box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1),transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.block-podcast-player .podcast-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.2);transform:translateY(-3px)}.block-podcast-player .podcast-card:hover .podcast-card__cover-img{transform:scale(1.04)}.block-podcast-player .podcast-card:focus-visible{outline:3px solid #fff;outline-offset:2px}.block-podcast-player .podcast-card:focus:not(:focus-visible){outline:none}.block-podcast-player .podcast-card__cover{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background-color:rgb(0,68.0833333333,103.2)}.block-podcast-player .podcast-card__cover-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.block-podcast-player .podcast-card__cover-placeholder{width:100%;height:100%;background-color:rgb(0,54.625,82.8)}.block-podcast-player .podcast-card__platform-badge{position:absolute;bottom:8px;right:8px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 7px;border-radius:999px;color:#fff;background-color:rgba(0,0,0,.45)}.block-podcast-player .podcast-card__platform-badge--spotify{background-color:#1db954;color:#121212}.block-podcast-player .podcast-card__platform-badge--youtube{background-color:#c00}.block-podcast-player .podcast-card__info{padding:.875rem 1rem 1rem;display:flex;flex-direction:column;gap:.35rem}.block-podcast-player .podcast-card__title{margin:0;font-size:1rem;font-weight:700;color:#fff;line-height:1.3}.block-podcast-player .podcast-card__description{margin:0;font-size:.875rem;font-weight:500;color:#fff;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.block-podcast-player .podcast-card .podcast-sound-icon{width:20px;height:20px;fill:#005f90;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;padding:6px;box-sizing:content-box;align-self:flex-end;margin-top:.5rem;flex-shrink:0}.block-podcast-player .podcast-card:hover .podcast-sound-icon{fill:#fff;background-color:rgba(0,0,0,0)}.block-podcast-player .podcast-card--active{cursor:default;border-radius:12px 0 0 12px;box-shadow:none}.block-podcast-player .podcast-card--active:hover{box-shadow:none;transform:none}.block-podcast-player .podcast-card--active:hover .podcast-card__cover-img{transform:none}.block-podcast-player .podcast-card--active .podcast-card__description{-webkit-line-clamp:unset;overflow:visible}@media(max-width: 719.98px){.block-podcast-player .podcast-card--active .podcast-card__cover{display:none}}.block-podcast-player .podcast-cards-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(4, 1fr)}@media(max-width: 959.98px){.block-podcast-player .podcast-cards-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 539.98px){.block-podcast-player .podcast-cards-grid{grid-template-columns:repeat(2, 1fr);gap:.75rem}}.block-podcast-player .podcast-cards-grid.is-collapsing{animation:gridCollapse .3s ease forwards}.block-podcast-player .podcast-cards-grid.is-hidden{display:none !important}@keyframes gridCollapse{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.block-podcast-player .podcast-active-zone.is-entering{animation:zoneEnter .35s ease forwards}@keyframes zoneEnter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.block-podcast-player .podcast-tabs{display:flex;flex-direction:row;gap:.625rem;margin-bottom:1.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) rgba(0,0,0,0)}.block-podcast-player .podcast-tabs::-webkit-scrollbar{height:4px}.block-podcast-player .podcast-tabs::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:99px}.block-podcast-player .podcast-tab{display:inline-flex;flex-direction:row;align-items:center;gap:.5rem;flex-shrink:0;padding:.4rem .875rem .4rem .4rem;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:999px;cursor:pointer;transition:border-color .3s cubic-bezier(0.4, 0, 0.2, 1),background-color .3s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s cubic-bezier(0.4, 0, 0.2, 1)}.block-podcast-player .podcast-tab img{width:36px;height:36px;object-fit:cover;border-radius:50%;flex-shrink:0}.block-podcast-player .podcast-tab span{font-size:.8rem;font-weight:600;color:#374151;white-space:nowrap}.block-podcast-player .podcast-tab:hover:not(.is-active){border-color:#005f90;box-shadow:0 2px 8px rgba(0,95,144,.2)}.block-podcast-player .podcast-tab:hover:not(.is-active) span{color:#005f90}.block-podcast-player .podcast-tab.is-active{background-color:#005f90;border-color:#005f90;cursor:default}.block-podcast-player .podcast-tab.is-active span{color:#fff}.block-podcast-player .podcast-tab:focus-visible{outline:3px solid #005f90;outline-offset:2px}.block-podcast-player .podcast-tab:focus:not(:focus-visible){outline:none}.block-podcast-player .podcast-main{display:grid;grid-template-columns:30% 70%;background-color:#005f90;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.2);overflow:hidden}@media(max-width: 719.98px){.block-podcast-player .podcast-main{grid-template-columns:1fr;flex-direction:column-reverse;display:flex}}.block-podcast-player .podcast-embed{border-left:1px solid hsla(0,0%,100%,.15);display:flex;align-items:stretch}@media(max-width: 719.98px){.block-podcast-player .podcast-embed{border-left:none;border-top:1px solid hsla(0,0%,100%,.15)}}.block-podcast-player .podcast-embed iframe{width:100%;border:none;display:block;border-radius:0}.block-podcast-player .podcast-embed iframe[src*=spotify]{height:352px}@media(max-width: 539.98px){.block-podcast-player .podcast-embed iframe[src*=spotify]{height:232px}}.block-podcast-player .podcast-embed iframe[src*=youtube]{aspect-ratio:16/9;height:auto}
