
.bap-podcasts-dynamic,.bap-podcasts-dynamic *{box-sizing:border-box}
.bap-podcast-filter-panel{margin:0 0 28px}
.bap-podcast-search{display:block;max-width:430px;margin:0 0 20px}
.bap-podcast-search input{width:100%;min-height:43px;padding:10px 14px;border:1px solid #d6e1eb;border-radius:10px;background:#fff}
.bap-podcast-filter-title{display:block;margin:0 0 10px;color:#173654;font-size:12px;font-weight:800;text-transform:uppercase}
.bap-podcast-filter-group>div{display:flex;flex-wrap:wrap;gap:9px}
.bap-podcast-filter-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:20px}
.bap-podcast-filter-group button{padding:9px 15px;border:1px solid #d8e3ed;border-radius:999px;background:#fff;color:#52697f;cursor:pointer;font-size:12px;font-weight:700}
.bap-podcast-filter-group button.is-active{border-color:#176fb1;background:#176fb1;color:#fff}
.bap-podcast-grid{display:grid;grid-template-columns:repeat(var(--bap-podcast-columns,3),minmax(0,1fr));gap:20px}
.bap-podcast-card{overflow:hidden;border:1px solid #dce6ef;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(19,54,84,.06);transition:.18s ease}
.bap-podcast-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(19,54,84,.11)}
.bap-podcast-image{position:relative;display:flex;height:185px;align-items:center;justify-content:center;background-position:center;background-size:cover;text-decoration:none}
.bap-podcast-image.is-placeholder{background:linear-gradient(135deg,#eaf3fb,#d9eafb)}
.bap-podcast-image.is-placeholder>span{display:flex;width:66px;height:66px;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.86);font-size:28px}
.bap-podcast-image em{position:absolute;right:10px;bottom:10px;padding:5px 8px;border-radius:7px;background:rgba(13,38,61,.82);color:#fff;font-size:10px;font-style:normal;font-weight:700}
.bap-podcast-body{padding:19px}
.bap-podcast-topline{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}
.bap-podcast-topline span{color:#1770b4;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.bap-podcast-topline small{color:#7c8b99}
.bap-podcast-body h3{display:-webkit-box;min-height:49px;margin:0 0 9px;overflow:hidden;color:#173654;font-size:18px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.bap-podcast-body h3 a{color:inherit;text-decoration:none}
.bap-podcast-badges{display:flex;min-height:24px;flex-wrap:wrap;gap:5px;margin-bottom:8px}
.bap-podcast-badges span{padding:4px 8px;border-radius:999px;background:#eaf3fb;color:#176fb1;font-size:9px;font-weight:700}
.bap-podcast-speakers{min-height:17px;margin-bottom:8px;color:#465f75;font-size:11px;font-weight:600}
.bap-podcast-body p{display:-webkit-box;min-height:58px;margin:0 0 14px;overflow:hidden;color:#697b8e;font-size:12px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.bap-podcast-open{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #e8eef4;color:#176fb1;text-decoration:none;font-size:11px;font-weight:800}
.bap-podcast-open span{font-size:18px}
.bap-podcast-card[hidden]{display:none!important}
.bap-podcast-load-wrap{text-align:center;margin-top:26px}
.bap-podcast-load-more{padding:11px 22px;border:1px solid #176fb1;border-radius:9px;background:#176fb1;color:#fff;cursor:pointer;font-size:12px;font-weight:800}
.bap-podcast-load-more[hidden]{display:none!important}
.bap-podcast-empty,.bap-podcast-no-results{padding:28px;border:1px dashed #cad7e3;border-radius:14px;background:#fff;color:#6c7d8f}
.bap-podcast-empty{display:flex;flex-direction:column;gap:7px}
.bap-podcast-empty strong{color:#173654;font-size:18px}
@media(max-width:1000px){.bap-podcast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.bap-podcast-filter-row{grid-template-columns:1fr}}
@media(max-width:540px){.bap-podcast-grid{grid-template-columns:1fr}}
