.resource-listing__grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:720px){.resource-listing__grid{grid-template-columns:1fr}}.resource-entry__poster--placeholder{background:linear-gradient(135deg,var(--neutral-100),var(--neutral-200))}.resource-entry__header{min-height:0}.resource-listing.is-single-entry .resource-entry__media{align-self:stretch;aspect-ratio:3/1;background:var(--neutral-100);border-radius:0;margin:0;max-width:none;overflow:hidden;width:auto}.resource-listing.is-single-entry .resource-entry__poster,.resource-listing.is-single-entry .resource-listing__grid .resource-entry__media img{height:100%;object-fit:cover;position:static;width:100%}@media (max-width:720px){.resource-listing.is-single-entry .resource-entry__media{aspect-ratio:16/9}}.resource-entry__download,.resource-entry__form-view{padding-right:var(--resource-listing-single-pad)}.resource-entry__download[hidden],.resource-entry__form-view[hidden]{display:none!important}.resource-entry__form-view{display:flex;flex-direction:column;gap:16px}.resource-entry__form-view:not([hidden]){animation:resource-download-form-in .22s ease}@keyframes resource-download-form-in{0%{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}.resource-entry__download-back{align-items:center;align-self:flex-start;background:var(--brand-50);border:none;border-radius:1000px;color:var(--indigo-950);cursor:pointer;display:inline-flex;gap:6px;padding:8px 14px;transition:background-color .2s ease,color .2s ease}.resource-entry__download-back:focus-visible,.resource-entry__download-back:hover{background:var(--indigo-950);color:var(--neutral-25);outline:none}.resource-entry__form-head{display:flex;flex-direction:column;gap:2px}.resource-entry__download-card{background:var(--neutral-50);border:1px solid var(--border-color);border-radius:18px;display:flex;flex-direction:column;gap:24px;padding:28px}.resource-entry__download-head{align-items:center;display:flex;gap:16px}.resource-entry__download-icon{align-items:center;background:var(--brand-50);border-radius:12px;color:var(--indigo-950);display:inline-flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.resource-entry__download-headings{display:flex;flex-direction:column;gap:4px;min-width:0}.resource-entry__download-title{color:var(--indigo-950);margin:0}.resource-entry__download-subtitle{color:var(--neutral-600);margin:0}.resource-entry__download-btn{align-items:center;align-self:flex-start;display:inline-flex;gap:8px}.resource-entry__download-form{width:100%}@media (max-width:720px){.resource-entry__download-card{padding:20px}}