/* Agentic Commerce Engine — storefront output (IRL cards + internal links). */
.agencoen-irl { margin: 36px 0; }
.agencoen-irl-heading,
.agencoen-links-heading { font-size: 1.25em; font-weight: 600; margin: 0 0 16px; }
.agencoen-irl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.agencoen-irl-card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; background: #fff; }
.agencoen-irl-card h3 { margin: 0 0 8px; font-size: 1em; font-weight: 600; }
.agencoen-irl-card p { margin: 0 0 8px; color: #4b5563; line-height: 1.5; }
.agencoen-irl-card ul { margin: 0; padding-left: 18px; color: #4b5563; }
.agencoen-irl-card li { margin: 2px 0; }
.agencoen-links { margin: 28px 0; }
.agencoen-links ul { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.agencoen-links a { display: inline-block; padding: 8px 14px; border: 1px solid #d1d5db; border-radius: 9999px; text-decoration: none; color: inherit; }
.agencoen-links a:hover { background: #f9fafb; }
