/* Minimal styles shared by shortcodes */
.promo-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}
@media (max-width: 900px){.promo-grid{grid-template-columns:repeat(2,1fr)}}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden}
.card .p{padding:1rem}
