/* Canonical Meeting the Saints layout - intentionally loaded after site.css. */
body .podcast-feature{position:relative;overflow:hidden;padding:78px clamp(24px,8vw,130px);background:#f2e8d7;color:#10283a;border-block:1px solid #dbc79f}
body .podcast-feature:before{content:"♫";position:absolute;right:-25px;bottom:-80px;top:auto;width:auto;height:auto;border:0;border-radius:0;color:#b6873120;font:260px Georgia,serif;pointer-events:none}
body .podcast-feature:after{display:none}
body .podcast-intro{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);align-items:center;gap:clamp(45px,7vw,100px);max-width:1240px;margin:0 auto}
body .podcast-copy{min-width:0;max-width:560px;padding:0 0 0 28px;border:0;border-left:3px solid #bd8a32}
body .podcast-copy .eyebrow{margin:0 0 20px;color:#9b6b25;font:9px/1.4 Arial,sans-serif;letter-spacing:.24em;text-transform:uppercase}
body .podcast-copy h2{margin:0 0 14px;color:#10283a;font:400 clamp(42px,4.8vw,62px)/1.02 Georgia,serif}
body .podcast-copy .podcast-presenter{margin:0 0 20px;color:#9a681e;font:italic 19px/1.45 Georgia,serif}
body .podcast-copy>p:not(.eyebrow):not(.podcast-presenter){max-width:560px;margin:0 0 12px;color:#59666d;font:14px/1.72 Arial,sans-serif}
body .podcast-copy .podcast-subscribe-copy{color:#263d4d;font-weight:600}
body .podcast-media{min-width:0;width:100%}
body .podcast-player{position:relative;min-width:0;width:auto;margin:0;padding:22px;background:#071f33;border:1px solid #bd8a32;box-shadow:0 22px 55px #14283a2e}
body .podcast-player:before{display:none}
body .podcast-player-label{display:block;margin:0 0 12px;color:#d7aa56;font:9px/1.4 Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase}
body .podcast-player iframe{display:block;width:100%;height:152px;border:0;border-radius:12px;background:#121212}
body .podcast-player .podcast-episode-title{margin:4px 0 18px;color:#fff;font:400 20px/1.35 Georgia,serif}
body .podcast-player .podcast-audio{display:block;width:100%;height:54px;accent-color:#bd8a32}
body .podcast-player .podcast-player-message{margin:8px 0;color:#fff;font:14px/1.6 Arial,sans-serif}
body .podcast-player .podcast-rotation-note{margin:12px 0 0;color:#c9a45e;font:8px/1.5 Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase}
body .podcast-media .podcast-platform-heading{display:block;max-width:none;margin:18px 0 10px;padding:0;border:0}
body .podcast-media .podcast-platform-heading .eyebrow{margin:0;color:#9b6b25;font:9px/1.4 Arial,sans-serif;letter-spacing:.22em;text-transform:uppercase}
body .podcast-media .podcast-platforms{display:flex;flex-wrap:wrap;gap:8px;max-width:none;margin:0;padding:0;background:transparent;border:0}
body .podcast-media a.podcast-platform,body .podcast-media span.podcast-platform{display:flex;flex:1 1 138px;align-items:center;justify-content:flex-start;gap:8px;min-width:0;min-height:0;margin:0;padding:7px 10px 7px 7px;background:#fffaf0;color:#10283a;border:1px solid #d5c09a;border-radius:8px;box-shadow:none;text-decoration:none;transform:none}
body .podcast-media a.podcast-platform:hover,body .podcast-media a.podcast-platform:focus{background:#fffaf0;color:#10283a;border-color:#b88731;transform:translateY(-2px)}
body .podcast-media .podcast-platform-logo{display:grid;flex:0 0 34px;place-items:center;width:34px;height:34px;overflow:hidden;border-radius:8px;box-shadow:none}
body .podcast-media .podcast-platform-logo img{display:block;width:34px;height:34px;margin:0}
body .podcast-media .podcast-platform strong{display:block;margin:0;color:#10283a;font:600 11px/1.2 Arial,sans-serif;white-space:nowrap}

@media(max-width:760px){
  body .podcast-feature{padding-top:62px;padding-bottom:62px}
  body .podcast-intro{grid-template-columns:1fr;gap:36px}
  body .podcast-copy{max-width:680px;padding-left:20px}
  body .podcast-player{width:auto;padding:16px}
}
@media(max-width:520px){
  body .podcast-media .podcast-platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  body .podcast-media a.podcast-platform,body .podcast-media span.podcast-platform{width:auto;padding-right:7px}
  body .podcast-media .podcast-platform strong{white-space:normal;font-size:10px}
  body .podcast-media .podcast-platform:last-child{grid-column:auto}
  body .podcast-media .podcast-platform-count-5 .podcast-platform:last-child{grid-column:1/-1}
}
@media(max-width:360px){body .podcast-media .podcast-platforms{grid-template-columns:1fr}body .podcast-media .podcast-platform:last-child{grid-column:auto}}
