How do I use BEM naming with Webflow?

BEM (Block Element Modifier) is a CSS naming convention. Apply it in Webflow by naming classes following the pattern: block-name for containers, block-name__element for children, and block-name--modifier for variations. Example: 'card', 'card__title', 'card--featured'.