/* GuardianDietarySection - composite molecule
   Delegates most styles to GuardianBadge.css and PreferenceCheckboxGrid.css.
   Only defines the empty-state message styling specific to this composite. */

.guardian-dietary-empty {
    padding: var(--space-2) 0;
    color: var(--text-secondary);
    font-size: var(--text-sm);
    text-align: center;
}
