/* 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-sm) 0;
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
    text-align: center;
}
