.podcast-slider{padding:50px 0}.podcast-card{display:flex;align-items:stretch;background:#fff;border-radius:40px;padding:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;width:100%}.podcast-card__image{flex:0 0 37%;max-width:37%}.podcast-card__image img{width:100%;object-fit:cover;display:block;border-radius:16px;height:189px}h3.podcast-card__title{color:#141414!important;font-size:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:98%}h3.podcast-card__title:hover{color:var(--main-color)!important}.podcast-card__content{flex:1;padding:0 20px;display:flex;flex-direction:column;justify-content:center}.podcast-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.12)}.podcast-card__meta{display:flex;align-items:center;gap:12px;margin-top:15px}.podcast-card__meta span{font-size:13px;color:#545252}.podcast-card__cat a:hover{opacity:.8}.podcast-card__audio{margin-top:5px;width:100%;background:0 0;padding:0;border:none}.podcast-card__audio::-webkit-media-controls-panel,.podcast-card__audio::-webkit-media-controls-enclosure{background:0 0!important;padding:0!important}.podcast-card__speaker{display:flex;align-items:center;justify-content:flex-start;margin-top:15px}.podcast-card__speakerimg{width:45px;border-radius:50%!important;object-fit:cover;flex-shrink:0;margin-left:10px}.podcast-card__speakerinfo{margin-top:9px}.podcast-card__speakername{display:block;font-weight:600;color:#222;font-size:13px;line-height:1}.podcast-card__speakerjob{font-size:12px;color:#9b9898;line-height:14px;margin-top:5px}.podcast-card.is-playing{border-color:#07f;box-shadow:0 0 12px rgba(0,119,255,.3);transform:translateY(-4px);transition:all .3s ease}.podcast-card{transition:all .3s ease}@media (max-width:992px){.podcast-card{flex-direction:column}.podcast-card__image,.podcast-card__content{max-width:100%;flex:unset}.podcast-card__image img{height:auto;width:88%;margin:auto auto 20px}}