.resources-grid{display:grid;gap:1rem;grid-template-columns:1fr;list-style:none;margin:0;padding:0}.resource-card{background:var(--card-bg,#fff);border:2px solid var(--accent,#007bd9);border-radius:12px;display:flex;flex-direction:column;height:100%;padding:2rem}.atg-resources .icon{aspect-ratio:1/1;background:var(--primary,#007bd9);border-radius:9999px;color:var(--icon-fg,#fff);display:grid;flex-shrink:0;height:clamp(2.75rem,6vw,4.5rem);margin:0 2rem 1rem 0;place-items:center;width:clamp(2.75rem,6vw,4.5rem)}.atg-resources .icon svg{display:block;height:50%;width:50%;fill:currentColor;margin:auto}.atg-resources .icon svg[height],.atg-resources .icon svg[width]{height:50%!important;width:50%!important}.atg-resources .icon svg *{vector-effect:non-scaling-stroke}.resource-card .flex-grow{flex:1 1 auto}.resource-card h3{margin:0 0 .75rem}.resource-card p{margin:0}.resource-card a{align-items:center;display:inline-flex;gap:.5rem;margin-top:.75rem;text-decoration:none}.resource-card a svg{height:1rem;width:1rem}@media (min-width:1024px){.resources-grid{gap:1.25rem;grid-auto-rows:1fr;grid-template-columns:repeat(2,1fr)}.resources-grid>li{display:flex}.resources-grid>li>article{display:flex;flex:1;flex-direction:row}.atg-resources .icon{margin-bottom:0}}@media (max-width:812px){.atg-resources .icon{margin:0 0 20px}}