.podcast-module{margin:0 auto;max-width:1200px;padding:0 20px}.podcast-featured{margin-bottom:40px;max-width:50%}.podcast-card__badge{background:#007ac3;border-radius:4px;color:#fff;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.05em;margin-bottom:8px;padding:4px 12px;text-transform:uppercase}.podcast-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.podcast-filters__btn{border:none;cursor:pointer;font-weight:600;line-height:1;padding:8px 20px;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.podcast-filters__btn:hover{opacity:.85}.podcast-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.podcast-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.podcast-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.12);transform:translateY(-2px)}.podcast-card__thumbnail{aspect-ratio:16/9;overflow:hidden;position:relative}.podcast-card__thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.podcast-card__type-icon{align-items:center;background:rgba(0,0,0,.6);border-radius:50%;bottom:8px;color:#fff;display:flex;height:32px;justify-content:center;position:absolute;right:8px;width:32px}.podcast-card__type-icon svg{height:16px;width:16px}.podcast-card__content{flex:1;padding:16px}.podcast-card__title{font-size:20px;font-weight:700;line-height:1.3;margin:0 0 12px}.podcast-card__description{color:#666;font-size:14px;line-height:1.5;margin:0}.podcast-card__media{padding:0 16px 16px}.podcast-embed-wrapper{border-radius:8px;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.podcast-embed-wrapper iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.podcast-audio-wrapper audio{border-radius:8px;width:100%}.podcast-load-more{margin-top:32px;text-align:center}.podcast-load-more__btn{background:#1a1a2e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 32px;transition:opacity .2s ease}.podcast-load-more__btn:hover{opacity:.9}@media (max-width:992px){.podcast-grid{grid-template-columns:repeat(2,1fr)}.podcast-featured{max-width:100%}}@media (max-width:600px){.podcast-grid{gap:16px;grid-template-columns:1fr}.podcast-filters{justify-content:center}.podcast-module{padding:0 16px}}