.podcast-show-landing-box{--bs-heading-color:#fff;--blurb-color:#fff;--authors-color:#fff;--bs-link-color:#fff;--bs-link-hover-color:#fff;column-gap:var(--gutter-width);background:var(--podcast-bg);padding:var(--spacer5);grid-template-columns:1fr;grid-template-areas:"image""heading""description""episode""subscribe";align-content:start;align-items:start;display:grid}@media (width>=768px){.podcast-show-landing-box{grid-template-rows:repeat(4,minmax(0,min-content)) 1fr;grid-template-columns:15.5rem 1fr;grid-template-areas:"image heading""image description"".description""subscribe description""subscribe episode"}}.podcast-show-landing-box--cato-daily-podcast,.podcast-show-landing-box--cato-podcast{--podcast-bg:linear-gradient(179.52deg,#7084a6 0.42%,#536484 54.62%)}.podcast-show-landing-box--power-problems{--podcast-bg:linear-gradient(180deg,#0e3a5b 0%,#1a1714 100%)}.podcast-show-landing-box--cato-audio{--podcast-bg:linear-gradient(180deg,#898279 0%,#433e38 100%)}.podcast-show-landing-box--cato-out-loud{--podcast-bg:linear-gradient(180deg,#003da7 0%,#011d4f 100%)}.podcast-show-landing-box--events{--podcast-bg:linear-gradient(180deg,#6162a5 0%,#151659 100%)}.podcast-show-landing-box--unintended-consequences{--podcast-bg:linear-gradient(180deg,#6a5c56 0%,#413e38 100%)}.podcast-show-landing-box__heading,.podcast-show-landing-box__episode,.podcast-show-landing-box__subscribe,.podcast-show-landing-box__description{margin-top:var(--spacer5)}.podcast-show-landing-box__image{grid-area:image}.podcast-show-landing-box__heading{grid-area:heading}@media (width>=768px){.podcast-show-landing-box__heading{margin-top:0}}.podcast-show-landing-box__episode{grid-area:episode}.podcast-show-landing-box__description{grid-area:description}.podcast-show-landing-box__subscribe{grid-area:subscribe}