
/* Calmer My Kitchen dashboard: reduce per-card clutter to heading + one line + one action (scoped, persists across React re-renders) */
#huKitchenReact .rounded-3xl > ul{ display:none !important; }
#huKitchenReact .rounded-3xl > div.mt-auto.rounded-2xl{ display:none !important; }
#huKitchenReact .rounded-3xl > button{ margin-top:auto !important; }
#huKitchenReact .rounded-3xl > p{ margin-bottom:18px !important; }
/* calmer spacing + section rhythm */
#huKitchenReact .max-w-7xl{ padding-bottom:36px !important; }
#huKitchenReact .grid.gap-5{ background:#f4f7f2; border:1px solid #e7ede4; border-radius:28px; padding:26px; margin-top:26px; }
@media (max-width:600px){ #huKitchenReact .grid.gap-5{ padding:16px; border-radius:22px; margin-top:20px; } }
