.resource_grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:22px;margin:30px 0;width:min(100%, 1100px)}.resource_grid_compact{grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:16px}.resource_card{display:grid;grid-template-columns:92px minmax(0, 1fr);gap:18px;box-sizing:border-box;min-width:0;padding:18px;border:solid 1px #d0d0d0;border-radius:8px;background:#fff;box-shadow:0 3px 12px 0 #00000012}.resource_card[data-hide="true"]{display:none}.resource_card .resource_card_image{display:block;width:92px;height:92px;border-radius:8px;overflow:hidden;background:#f8f8f8}.resource_card .resource_card_image img{width:100%;height:100%;object-fit:contain}.resource_card .resource_card_body{min-width:0}.resource_card .resource_card_header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.resource_card .resource_card_header h3{margin:0;min-width:0;font-size:1.1rem;line-height:1.25}.resource_card .resource_card_header h3 a{overflow-wrap:anywhere}.resource_card p{margin:0 0 12px;color:#404040;line-height:1.5}.resource_card .resource_status{flex-shrink:0;padding:3px 8px;border-radius:999px;background:#f8f8f8;color:#404040;font-family:"Poppins",sans-serif;font-size:0.72rem;font-weight:500;text-transform:uppercase}.resource_card .resource_meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin:0 0 12px}.resource_card .resource_meta div{min-width:0}.resource_card .resource_meta dt{color:#a0a0a0;font-family:"Poppins",sans-serif;font-size:0.7rem;text-transform:uppercase}.resource_card .resource_meta dd{margin:0;color:#101010;font-family:"Poppins",sans-serif;font-size:0.85rem}.resource_card .resource_topics{justify-content:flex-start;margin:0 0 12px}.resource_card .resource_topics .tag{margin:3px 6px 3px 0;font-family:"Poppins",sans-serif;font-size:0.78rem}.resource_card .resource_links{display:flex;flex-wrap:wrap;gap:12px;font-family:"Poppins",sans-serif;font-size:0.9rem;font-weight:500}@media (max-width: 500px){.resource_card{grid-template-columns:72px minmax(0, 1fr);gap:14px;padding:14px}.resource_card .resource_card_image{width:72px;height:72px}.resource_card .resource_card_header{flex-direction:column;align-items:flex-start;gap:6px}}
