.content__wrapper{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:4vw;gap:4vw}@media screen and (max-width:47.99rem){.content__wrapper>*{grid-column:span 12;justify-self:center}}@media screen and (min-width:64rem){.content__wrapper{gap:2vw}}.content__wrapper article.resource-content{grid-column:1/span 12}@media screen and (min-width:48rem){.content__wrapper article.resource-content{grid-column:2/span 10}}@media screen and (min-width:75rem){.content__wrapper article.resource-content{grid-column:3/span 8}}.content__wrapper article.resource-content{display:flex;flex-direction:column;-webkit-padding-before:var(--container-padding);padding-block-start:var(--container-padding)}.resource-footer{display:flex;flex-direction:column;gap:1rem}.resource-footer>*{margin-block:unset}.resource-footer .resource-footer__title{-webkit-margin-before:1rem;margin-block-start:1rem;font-size:1.25rem;color:var(--text-color);text-transform:uppercase}.resource-footer__authors{order:-2}.resource-footer__author__title{font-size:1rem;font-weight:600}.resource-footer__author__image{border-radius:var(--border-radius)}.resource-footer__author div.links{display:flex;gap:1rem}.resource-footer .resource-footer__series{padding-inline:unset;-webkit-margin-before:1rem;margin-block-start:1rem}.resource-footer .resource-footer__series li{font-size:1rem}.resource-footer .resource-footer__series li.active a{color:var(--text-color);font-weight:300;cursor:default;text-decoration:unset}.resource-footer .resource-footer__series span.date{color:var(--text-light-color)}.resource-footer .resource-footer__series__title{font-size:1rem;color:var(--gold);font-weight:600}.resource-footer .resource-footer__series__heading{display:flex;gap:4vw;align-items:baseline;flex-wrap:wrap;-webkit-margin-after:.5rem;margin-block-end:.5rem}.resource-footer .resource-footer__series__image{border-radius:var(--border-radius);box-shadow:0 4px 8px rgba(0,0,0,.05);height:auto;width:250px}.resource-footer__podcast{display:flex;gap:.5rem 1rem;flex-wrap:wrap;align-items:center}.resource-footer__podcast__title{font-size:1rem;color:var(--text-color);font-weight:300}.resource-footer__podcast__icons{display:flex;flex-direction:row;gap:.5rem;font-size:1.5rem}